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