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