You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2010/07/23 05:45:04 UTC

svn commit: r966948 - /geronimo/external/branches/tomcat-archetype-6.0.x/catalina/pom.xml

Author: delos
Date: Fri Jul 23 03:45:04 2010
New Revision: 966948

URL: http://svn.apache.org/viewvc?rev=966948&view=rev
Log:
add jasper as dependency of catalina

Modified:
    geronimo/external/branches/tomcat-archetype-6.0.x/catalina/pom.xml

Modified: geronimo/external/branches/tomcat-archetype-6.0.x/catalina/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/branches/tomcat-archetype-6.0.x/catalina/pom.xml?rev=966948&r1=966947&r2=966948&view=diff
==============================================================================
--- geronimo/external/branches/tomcat-archetype-6.0.x/catalina/pom.xml (original)
+++ geronimo/external/branches/tomcat-archetype-6.0.x/catalina/pom.xml Fri Jul 23 03:45:04 2010
@@ -70,6 +70,10 @@
             <groupId>${groupId}</groupId>
             <artifactId>util</artifactId>
         </dependency>
+         <dependency>
+            <groupId>${groupId}</groupId>
+            <artifactId>jasper</artifactId>
+        </dependency>
         <!--<dependency>-->
             <!--<groupId>${groupId}</groupId>-->
             <!--<artifactId>coyote</artifactId>-->