77 lines
2.1 KiB
Plaintext
77 lines
2.1 KiB
Plaintext
|
|
<?xml version="1.0"?><project>
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
<groupId>httpunit</groupId>
|
||
|
|
<artifactId>httpunit</artifactId>
|
||
|
|
<name>HttpUnit</name>
|
||
|
|
<version>1.7</version>
|
||
|
|
<description>A Java library for the automatic stimulation and testing of web applications.</description>
|
||
|
|
<url>http://httpunit.sourceforge.net</url>
|
||
|
|
<licenses>
|
||
|
|
<license>
|
||
|
|
<name>MIT License</name>
|
||
|
|
<url>http://httpunit.sourceforge.net/doc/license.html</url>
|
||
|
|
</license>
|
||
|
|
</licenses>
|
||
|
|
<build>
|
||
|
|
<sourceDirectory>src</sourceDirectory>
|
||
|
|
<testSourceDirectory>test</testSourceDirectory>
|
||
|
|
<plugins>
|
||
|
|
<plugin>
|
||
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
||
|
|
<configuration>
|
||
|
|
<source>1.4</source>
|
||
|
|
<target>1.4</target>
|
||
|
|
</configuration>
|
||
|
|
</plugin>
|
||
|
|
</plugins>
|
||
|
|
</build>
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>xerces</groupId>
|
||
|
|
<artifactId>xmlParserAPIs</artifactId>
|
||
|
|
<version>2.2.1</version>
|
||
|
|
<optional>true</optional>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>xerces</groupId>
|
||
|
|
<artifactId>xercesImpl</artifactId>
|
||
|
|
<version>2.6.2</version>
|
||
|
|
<optional>true</optional>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>nekohtml</groupId>
|
||
|
|
<artifactId>nekohtml</artifactId>
|
||
|
|
<version>0.9.5</version>
|
||
|
|
<optional>true</optional>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>rhino</groupId>
|
||
|
|
<artifactId>js</artifactId>
|
||
|
|
<version>1.6R5</version>
|
||
|
|
<optional>true</optional>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>javax.servlet</groupId>
|
||
|
|
<artifactId>servlet-api</artifactId>
|
||
|
|
<version>2.3</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>jtidy</groupId>
|
||
|
|
<artifactId>jtidy</artifactId>
|
||
|
|
<version>4aug2000r7-dev</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>junit</groupId>
|
||
|
|
<artifactId>junit</artifactId>
|
||
|
|
<version>3.8.1</version>
|
||
|
|
<optional>true</optional>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>javax.mail</groupId>
|
||
|
|
<artifactId>mail</artifactId>
|
||
|
|
<version>1.4</version>
|
||
|
|
<scope>test</scope>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
</project>
|