You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2010/10/07 05:36:15 UTC

svn commit: r1005325 - /openejb/branches/openejb-3.1.x/container/openejb-core/pom.xml

Author: dblevins
Date: Thu Oct  7 03:36:14 2010
New Revision: 1005325

URL: http://svn.apache.org/viewvc?rev=1005325&view=rev
Log:
Mark ActiveMQ's optional osgi dependency as test

Modified:
    openejb/branches/openejb-3.1.x/container/openejb-core/pom.xml

Modified: openejb/branches/openejb-3.1.x/container/openejb-core/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.x/container/openejb-core/pom.xml?rev=1005325&r1=1005324&r2=1005325&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.x/container/openejb-core/pom.xml (original)
+++ openejb/branches/openejb-3.1.x/container/openejb-core/pom.xml Thu Oct  7 03:36:14 2010
@@ -292,10 +292,16 @@
         </exclusion>
         <exclusion>
           <groupId>org.osgi</groupId>
-          <artifactId>osgi-core</artifactId>
+          <artifactId>org.osgi.core</artifactId>
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>4.2.0</version>
+      <scope>test</scope>
+    </dependency>
     <!-- End ActiveMQ -->
     <dependency>
       <groupId>org.apache.openjpa</groupId>