You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/07/16 12:56:55 UTC

svn commit: r677237 - /tuscany/java/sca/itest/jms/pom.xml

Author: antelder
Date: Wed Jul 16 03:56:54 2008
New Revision: 677237

URL: http://svn.apache.org/viewvc?rev=677237&view=rev
Log:
Add jms api to jms itest pom.xml

Modified:
    tuscany/java/sca/itest/jms/pom.xml

Modified: tuscany/java/sca/itest/jms/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/pom.xml?rev=677237&r1=677236&r2=677237&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/pom.xml (original)
+++ tuscany/java/sca/itest/jms/pom.xml Wed Jul 16 03:56:54 2008
@@ -76,6 +76,18 @@
             <version>4.1.1</version>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+           <groupId>org.apache.geronimo.specs</groupId>
+           <artifactId>geronimo-jms_1.1_spec</artifactId>
+           <version>1.1</version>
+           <scope>provided</scope>
+           <exclusions>
+               <exclusion>
+                   <groupId>org.apache.geronimo.specs</groupId>
+                   <artifactId>geronimo-jms_1.1_spec</artifactId>
+               </exclusion>
+           </exclusions>
+        </dependency>         
                 
     </dependencies>