You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by pt...@apache.org on 2008/03/30 00:35:39 UTC

svn commit: r642645 - in /jakarta/cactus/trunk: pom.xml samples/ivy.xml samples/pom.xml samples/servlet/pom.xml

Author: ptahchiev
Date: Sat Mar 29 16:35:37 2008
New Revision: 642645

URL: http://svn.apache.org/viewvc?rev=642645&view=rev
Log:
Added the jasper libraries.

Modified:
    jakarta/cactus/trunk/pom.xml
    jakarta/cactus/trunk/samples/ivy.xml
    jakarta/cactus/trunk/samples/pom.xml
    jakarta/cactus/trunk/samples/servlet/pom.xml

Modified: jakarta/cactus/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/pom.xml?rev=642645&r1=642644&r2=642645&view=diff
==============================================================================
--- jakarta/cactus/trunk/pom.xml (original)
+++ jakarta/cactus/trunk/pom.xml Sat Mar 29 16:35:37 2008
@@ -59,6 +59,21 @@
 			<version>2.5</version>
 		</dependency>
 		<dependency>
+			<groupId>org.mortbay.jetty</groupId>
+			<artifactId>org.mortbay.jetty</artifactId>
+			<version>5.1.9</version>
+		</dependency>
+		<dependency>
+			<groupId>tomcat</groupId>
+			<artifactId>jasper-compiler</artifactId>
+			<version>5.5.9</version>
+		</dependency>
+		<dependency>
+			<groupId>tomcat</groupId>
+			<artifactId>jasper-runtime</artifactId>
+			<version>5.5.9</version>
+		</dependency>
+		<dependency>
 			<groupId>commons-httpclient</groupId>
 			<artifactId>commons-httpclient</artifactId>
 			<version>3.1</version>

Modified: jakarta/cactus/trunk/samples/ivy.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ivy.xml?rev=642645&r1=642644&r2=642645&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ivy.xml (original)
+++ jakarta/cactus/trunk/samples/ivy.xml Sat Mar 29 16:35:37 2008
@@ -27,8 +27,8 @@
 		<dependency org="taglibs" name="standard" rev="1.1.2"/>
 		
 		<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-compiler" rev="5.5.9"/>
+		<dependency org="tomcat" name="jasper-runtime" rev="5.5.9"/>	
 		
 	  <dependency org="junitperf" name="junitperf" rev="1.8"/>	
 	</dependencies>

Modified: jakarta/cactus/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/pom.xml?rev=642645&r1=642644&r2=642645&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/pom.xml (original)
+++ jakarta/cactus/trunk/samples/pom.xml Sat Mar 29 16:35:37 2008
@@ -37,7 +37,7 @@
 		<dependency>
 			<groupId>org.mortbay.jetty</groupId>
 			<artifactId>org.mortbay.jetty</artifactId>
-			<version>4.2.25</version>
+			<version>5.1.9</version>
 		</dependency>
   </dependencies>  
   <profiles>

Modified: jakarta/cactus/trunk/samples/servlet/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/pom.xml?rev=642645&r1=642644&r2=642645&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/servlet/pom.xml (original)
+++ jakarta/cactus/trunk/samples/servlet/pom.xml Sat Mar 29 16:35:37 2008
@@ -95,6 +95,16 @@
 			<artifactId>commons-codec</artifactId>
 			<version>1.3</version>
 		</dependency>
+		<dependency>
+			<groupId>tomcat</groupId>
+			<artifactId>jasper-runtime</artifactId>
+			<version>5.5.9</version>
+		</dependency>
+		<dependency>
+			<groupId>tomcat</groupId>
+			<artifactId>jasper-compiler</artifactId>
+			<version>5.5.9</version>
+		</dependency>
 	</dependencies>
 	<build>
 		<plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org