Blame SOURCES/xerces-j2-pom.xml

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