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/16 20:17:39 UTC

svn commit: r637629 - /jakarta/cactus/trunk/framework/framework-13-14/pom.xml

Author: ptahchiev
Date: Sun Mar 16 12:17:38 2008
New Revision: 637629

URL: http://svn.apache.org/viewvc?rev=637629&view=rev
Log:
Adding the jetty dependencies while find if this implementation is right. After that we can remove the dependencies and use reflection again. 

Modified:
    jakarta/cactus/trunk/framework/framework-13-14/pom.xml

Modified: jakarta/cactus/trunk/framework/framework-13-14/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-13-14/pom.xml?rev=637629&r1=637628&r2=637629&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-13-14/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-13-14/pom.xml Sun Mar 16 12:17:38 2008
@@ -47,5 +47,25 @@
 			<artifactId>servlet-api</artifactId>
 			<version>2.3</version>
 		</dependency>
+		    <dependency>
+			<groupId>org.mortbay.jetty</groupId>
+			<artifactId>jetty</artifactId>
+			<version>6.0.1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.mortbay.jetty</groupId>
+			<artifactId>jetty-util</artifactId>
+			<version>6.0.1</version>
+		</dependency>
+		<dependency>
+		  <groupId>tomcat</groupId>
+			<artifactId>jasper-compiler</artifactId>
+			<version>4.1.30</version>
+		</dependency>
+		<dependency>
+		  <groupId>tomcat</groupId>
+			<artifactId>jasper-runtime</artifactId>
+			<version>4.1.30</version>
+		</dependency>
 	</dependencies>
 </project>



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