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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to