e2634f
e2634f
e2634f
  xmlns="http://maven.apache.org/POM/4.0.0" 
e2634f
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
e2634f
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
e2634f
e2634f
  <modelVersion>4.0.0</modelVersion>
e2634f
  <parent>
e2634f
    <groupId>org.apache</groupId>
e2634f
    <artifactId>apache</artifactId>
e2634f
    <version>4</version>
e2634f
  </parent>
e2634f
e2634f
  <groupId>xalan</groupId>
e2634f
  <artifactId>xalan</artifactId>
e2634f
  <version>2.7.1</version>
e2634f
e2634f
  <name>Xalan Java</name>
e2634f
  <description>
e2634f
    Xalan-Java is an XSLT processor for transforming XML documents into HTML,
e2634f
    text, or other XML document types. It implements XSL Transformations (XSLT)
e2634f
    Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from
e2634f
    the command line, in an applet or a servlet, or as a module in other program.
e2634f
  </description>
e2634f
  <url>http://xml.apache.org/xalan-j/</url>  
e2634f
e2634f
  <dependencies>
e2634f
    <dependency>
e2634f
      <groupId>xalan</groupId>
e2634f
      <artifactId>serializer</artifactId>
e2634f
      <version>2.7.1</version>
e2634f
    </dependency>
e2634f
    <dependency>
e2634f
      <groupId>xerces</groupId>
e2634f
      <artifactId>xercesImpl</artifactId>
e2634f
      <version>2.9.0</version>
e2634f
      <optional>true</optional>
e2634f
    </dependency>
e2634f
  </dependencies>
e2634f
e2634f
</project>