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/04/26 09:53:15 UTC

svn commit: r768683 - /incubator/openwebbeans/trunk/webbeans-jms/pom.xml

Author: gerdogdu
Date: Sun Apr 26 07:53:15 2009
New Revision: 768683

URL: http://svn.apache.org/viewvc?rev=768683&view=rev
Log:
Updating JMS pom file.

Modified:
    incubator/openwebbeans/trunk/webbeans-jms/pom.xml

Modified: incubator/openwebbeans/trunk/webbeans-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jms/pom.xml?rev=768683&r1=768682&r2=768683&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jms/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jms/pom.xml Sun Apr 26 07:53:15 2009
@@ -46,5 +46,11 @@
 			<classifier>tests</classifier>
 			<scope>test</scope>
 		</dependency>
+		<dependency>
+    		<groupId>org.apache.geronimo.specs</groupId>
+    		<artifactId>geronimo-jms_1.1_spec</artifactId>
+    		<version>1.1.1</version>
+    		<scope>provided</scope>
+		</dependency>		
 	</dependencies>
 </project>