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