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