You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/05/06 22:50:25 UTC

svn commit: r772419 - /incubator/openwebbeans/trunk/samples/guess/pom.xml

Author: gerdogdu
Date: Wed May  6 20:50:25 2009
New Revision: 772419

URL: http://svn.apache.org/viewvc?rev=772419&view=rev
Log:
Updating pom to remove jms jar.

Modified:
    incubator/openwebbeans/trunk/samples/guess/pom.xml

Modified: incubator/openwebbeans/trunk/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/pom.xml?rev=772419&r1=772418&r2=772419&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/guess/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/guess/pom.xml Wed May  6 20:50:25 2009
@@ -78,9 +78,9 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-        	<groupId>org.apache.geronimo.specs</groupId>
-        	<artifactId>geronimo-jms_1.1_spec</artifactId>
-        	<version>1.1.1</version>
+        	<groupId>org.apache.openwebbeans</groupId>
+        	<artifactId>openwebbeans-jms</artifactId>
+        	<version>1.0.0-incubating-SNAPSHOT</version>
         	<scope>provided</scope>
         </dependency>