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