<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>apache</artifactId>
    <groupId>org.apache</groupId>
    <version>4</version>
  </parent>
  <groupId>apache-xalan</groupId>
  <artifactId>serializer</artifactId>
  <version>2.7.1.patch-03</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.0</version>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
