Blame SOURCES/xerces-j2-pom.xml

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