aboutsummaryrefslogtreecommitdiff
path: root/repository/xalan-bin-dist/serializer/2.7.2/serializer-2.7.2.pom
diff options
context:
space:
mode:
Diffstat (limited to 'repository/xalan-bin-dist/serializer/2.7.2/serializer-2.7.2.pom')
-rw-r--r--repository/xalan-bin-dist/serializer/2.7.2/serializer-2.7.2.pom39
1 files changed, 39 insertions, 0 deletions
diff --git a/repository/xalan-bin-dist/serializer/2.7.2/serializer-2.7.2.pom b/repository/xalan-bin-dist/serializer/2.7.2/serializer-2.7.2.pom
new file mode 100644
index 000000000..677fc1ae0
--- /dev/null
+++ b/repository/xalan-bin-dist/serializer/2.7.2/serializer-2.7.2.pom
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>4</version>
+ </parent>
+
+ <groupId>xalan</groupId>
+ <artifactId>serializer</artifactId>
+ <version>2.7.2</version>
+
+ <name>Xalan Java Serializer</name>
+ <description>
+ Serializer to write out XML, HTML etc. as a stream of characters from an input DOM or from input
+ SAX events.
+ </description>
+ <url>http://xml.apache.org/xalan-j/</url>
+
+ <dependencies>
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>1.3.04</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+
+</project>