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