Home | History | Annotate | Download | only in lib
      1 <project>
      2   <modelVersion>4.0.0</modelVersion>
      3   <groupId>nekohtml</groupId>
      4   <artifactId>nekohtml</artifactId>
      5   <name>Neko HTML</name>
      6   <version>1.9.6.2</version>
      7   <url>http://nekohtml.sourceforge.net/</url>
      8   <licenses>
      9     <license>
     10       <name>The Apache Software License, Version 2.0</name>
     11       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     12       <distribution>repo</distribution>
     13     </license>
     14   </licenses>
     15   <scm>
     16     <url>http://nekohtml.svn.sourceforge.net/viewvc/nekohtml/</url>
     17   </scm>
     18   <dependencies>
     19     <dependency>
     20       <groupId>xerces</groupId>
     21       <artifactId>xercesImpl</artifactId>
     22       <version>2.8.1</version>
     23     </dependency>
     24   </dependencies>
     25 </project>
     26