Blame SOURCES/xerces-j2-pom.xml

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