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