f348e1
f348e1
f348e1
  xmlns="http://maven.apache.org/POM/4.0.0"
f348e1
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
f348e1
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
f348e1
f348e1
  <modelVersion>4.0.0</modelVersion>
f348e1
  <parent>
f348e1
    <groupId>org.apache</groupId>
f348e1
    <artifactId>apache</artifactId>
f348e1
    <version>4</version>
f348e1
  </parent>
f348e1
f348e1
  <groupId>xalan</groupId>
f348e1
  <artifactId>serializer</artifactId>
f348e1
  <version>2.7.2</version>
f348e1
f348e1
  <name>Xalan Java Serializer</name>
f348e1
  <description>
f348e1
    Serializer to write out XML, HTML etc. as a stream of characters from an input DOM or from input
f348e1
    SAX events.
f348e1
  </description>
f348e1
  <url>http://xml.apache.org/xalan-j/</url>
f348e1
f348e1
  <dependencies>
f348e1
    <dependency>
f348e1
      <groupId>xml-apis</groupId>
f348e1
      <artifactId>xml-apis</artifactId>
f348e1
      <version>1.3.04</version>
f348e1
    </dependency>
f348e1
    <dependency>
f348e1
      <groupId>xerces</groupId>
f348e1
      <artifactId>xercesImpl</artifactId>
f348e1
      <version>2.9.1</version>
f348e1
      <optional>true</optional>
f348e1
    </dependency>
f348e1
  </dependencies>
f348e1
f348e1
</project>