xercesImpl-2.9.1.pom 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  6. <modelVersion>4.0.0</modelVersion>
  7. <parent>
  8. <groupId>org.apache</groupId>
  9. <artifactId>apache</artifactId>
  10. <version>4</version>
  11. </parent>
  12. <groupId>xerces</groupId>
  13. <artifactId>xercesImpl</artifactId>
  14. <version>2.9.1</version>
  15. <name>Xerces2 Java Parser</name>
  16. <description>
  17. Xerces2 is the next generation of high performance, fully compliant XML parsers in the
  18. Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI),
  19. a complete framework for building parser components and configurations that is extremely
  20. modular and easy to program.
  21. </description>
  22. <url>http://xerces.apache.org/xerces2-j</url>
  23. <dependencies>
  24. <dependency>
  25. <groupId>xml-apis</groupId>
  26. <artifactId>xml-apis</artifactId>
  27. <version>1.3.04</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>xml-resolver</groupId>
  31. <artifactId>xml-resolver</artifactId>
  32. <version>1.2</version>
  33. <optional>true</optional>
  34. </dependency>
  35. </dependencies>
  36. <build>
  37. <sourceDirectory>src</sourceDirectory>
  38. </build>
  39. </project>