Home | History | Annotate | Download | only in 2.7.1
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <project 
      3   xmlns="http://maven.apache.org/POM/4.0.0" 
      4   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
      5   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      6 
      7   <modelVersion>4.0.0</modelVersion>
      8   <parent>
      9     <groupId>org.apache</groupId>
     10     <artifactId>apache</artifactId>
     11     <version>4</version>
     12   </parent>
     13 
     14   <groupId>xalan</groupId>
     15   <artifactId>xalan</artifactId>
     16   <version>2.7.1</version>
     17 
     18   <name>Xalan Java</name>
     19   <description>
     20     Xalan-Java is an XSLT processor for transforming XML documents into HTML,
     21     text, or other XML document types. It implements XSL Transformations (XSLT)
     22     Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from
     23     the command line, in an applet or a servlet, or as a module in other program.
     24   </description>
     25   <url>http://xml.apache.org/xalan-j/</url>  
     26 
     27   <dependencies>
     28     <dependency>
     29       <groupId>xalan</groupId>
     30       <artifactId>serializer</artifactId>
     31       <version>2.7.1</version>
     32     </dependency>
     33     <dependency>
     34       <groupId>xerces</groupId>
     35       <artifactId>xercesImpl</artifactId>
     36       <version>2.9.0</version>
     37       <optional>true</optional>
     38     </dependency>
     39   </dependencies>
     40 
     41 </project>