You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/10/01 23:14:10 UTC

svn commit: r700930 - /geronimo/samples/trunk/repository/pom.xml

Author: jbohn
Date: Wed Oct  1 14:14:10 2008
New Revision: 700930

URL: http://svn.apache.org/viewvc?rev=700930&view=rev
Log:
updates to repository necessary to pull in geronimo built artifacts

Modified:
    geronimo/samples/trunk/repository/pom.xml

Modified: geronimo/samples/trunk/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/repository/pom.xml?rev=700930&r1=700929&r2=700930&view=diff
==============================================================================
--- geronimo/samples/trunk/repository/pom.xml (original)
+++ geronimo/samples/trunk/repository/pom.xml Wed Oct  1 14:14:10 2008
@@ -59,6 +59,10 @@
             <groupId>org.apache.tomcat</groupId>
             <artifactId>jasper</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>jasper-el</artifactId>
+        </dependency>
 
         <!-- the following are for wsgen -->
         <dependency>
@@ -77,6 +81,11 @@
             <groupId>org.apache.ant</groupId>
             <artifactId>ant-launcher</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-core</artifactId>
+        </dependency>
     </dependencies>
 
     <repositories>