221b3b
221b3b
221b3b
  xmlns="http://maven.apache.org/POM/4.0.0" 
221b3b
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
221b3b
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
221b3b
221b3b
  <modelVersion>4.0.0</modelVersion>
221b3b
  <parent>
221b3b
    <groupId>org.apache</groupId>
221b3b
    <artifactId>apache</artifactId>
221b3b
    <version>4</version>
221b3b
221b3b
  </parent>
221b3b
  <groupId>xerces</groupId>
221b3b
  <artifactId>xercesImpl</artifactId>
221b3b
  <version>2.11.0</version>
221b3b
  <name>Xerces2 Java Parser</name>
221b3b
  <description>
221b3b
    Xerces2 is the next generation of high performance, fully compliant XML parsers in the
221b3b
    Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI),
221b3b
    a complete framework for building parser components and configurations that is extremely
221b3b
    modular and easy to program.
221b3b
  </description>
221b3b
221b3b
  <url>http://xerces.apache.org/xerces2-j</url>
221b3b
221b3b
  <dependencies>
221b3b
    <dependency>
221b3b
      <groupId>xml-apis</groupId>
221b3b
      <artifactId>xml-apis</artifactId>
221b3b
      <version>1.4.01</version>
221b3b
221b3b
    </dependency>
221b3b
    <dependency>
221b3b
      <groupId>xml-resolver</groupId>
221b3b
      <artifactId>xml-resolver</artifactId>
221b3b
      <version>1.2</version>
221b3b
      <optional>true</optional>
221b3b
    </dependency>
221b3b
221b3b
  </dependencies>
221b3b
221b3b
221b3b
  <build>
221b3b
    <sourceDirectory>src</sourceDirectory>
221b3b
  </build>
221b3b
221b3b
</project>