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