You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2009/01/12 16:41:15 UTC

svn commit: r733795 - in /geronimo/samples/branches/2.1: repository/pom.xml samples/jms-mdb/jms-mdb-war/pom.xml

Author: gawor
Date: Mon Jan 12 07:40:59 2009
New Revision: 733795

URL: http://svn.apache.org/viewvc?rev=733795&view=rev
Log:
get samples building again

Modified:
    geronimo/samples/branches/2.1/repository/pom.xml
    geronimo/samples/branches/2.1/samples/jms-mdb/jms-mdb-war/pom.xml

Modified: geronimo/samples/branches/2.1/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/repository/pom.xml?rev=733795&r1=733794&r2=733795&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/repository/pom.xml (original)
+++ geronimo/samples/branches/2.1/repository/pom.xml Mon Jan 12 07:40:59 2009
@@ -77,6 +77,12 @@
             <groupId>org.apache.ant</groupId>
             <artifactId>ant-launcher</artifactId>
         </dependency>
+
+        <!-- See GERONIMO-4262 -->
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-core</artifactId>
+        </dependency>
     </dependencies>
 
     <repositories>

Modified: geronimo/samples/branches/2.1/samples/jms-mdb/jms-mdb-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/jms-mdb/jms-mdb-war/pom.xml?rev=733795&r1=733794&r2=733795&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/jms-mdb/jms-mdb-war/pom.xml (original)
+++ geronimo/samples/branches/2.1/samples/jms-mdb/jms-mdb-war/pom.xml Mon Jan 12 07:40:59 2009
@@ -43,6 +43,12 @@
             <version>${version}</version>
             <scope>provided</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jms_1.1_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
 </project>