Author: ptahchiev Date: Sat Mar 29 13:40:59 2008 New Revision: 642602 URL: http://svn.apache.org/viewvc?rev=642602&view=rev Log: some version of required libraries updated.
Modified: jakarta/cactus/trunk/samples/ivy.xml jakarta/cactus/trunk/samples/servlet/pom.xml Modified: jakarta/cactus/trunk/samples/ivy.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ivy.xml?rev=642602&r1=642601&r2=642602&view=diff ============================================================================== --- jakarta/cactus/trunk/samples/ivy.xml (original) +++ jakarta/cactus/trunk/samples/ivy.xml Sat Mar 29 13:40:59 2008 @@ -7,9 +7,9 @@ <dependency org="org.apache.cactus" name="cactus.integration.shared.api" rev="1.8.0-SNAPSHOT"/> <dependency org="commons-httpclient" name="commons-httpclient" rev="3.1"/> - <dependency org="commons-logging" name="commons-logging" rev="1.0.4"/> - <dependency org="ant" name="ant" rev="1.6.5"/> - <dependency org="junit" name="junit" rev="3.8.2"/> + <dependency org="commons-logging" name="commons-logging" rev="1.1"/> + <dependency org="ant" name="ant" rev="1.6.5"/> + <dependency org="junit" name="junit" rev="4.4"/> <dependency org="httpunit" name="httpunit" rev="1.6"/> <dependency org="htmlunit" name="htmlunit" rev="1.10"/> <dependency org="commons-io" name="commons-io" rev="1.4"/> @@ -28,7 +28,8 @@ <dependency org="org.mortbay.jetty" name="org.mortbay.jetty" rev="5.1.9"/> <dependency org="tomcat" name="jasper-compiler" rev="4.1.30"/> - <dependency org="tomcat" name="jasper-runtime" rev="4.1.30"/> + <dependency org="tomcat" name="jasper-runtime" rev="4.1.30"/> + <dependency org="junitperf" name="junitperf" rev="1.8"/> </dependencies> </ivy-module> Modified: jakarta/cactus/trunk/samples/servlet/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/pom.xml?rev=642602&r1=642601&r2=642602&view=diff ============================================================================== --- jakarta/cactus/trunk/samples/servlet/pom.xml (original) +++ jakarta/cactus/trunk/samples/servlet/pom.xml Sat Mar 29 13:40:59 2008 @@ -55,6 +55,11 @@ <version>1.6</version> </dependency> <dependency> + <groupId>htmlunit</groupId> + <artifactId>htmlunit</artifactId> + <version>1.14</version> + </dependency> + <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <version>1.1.2</version> @@ -109,7 +114,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.2</version> + <version>4.4</version> </dependency> </dependencies> <executions> @@ -117,7 +122,7 @@ <phase>test</phase> <configuration> <tasks> - <ant antfile="build.xml"/> + <ant antfile="build.xml"/> </tasks> </configuration> <goals> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]