You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2011/10/14 01:08:21 UTC

svn commit: r1183157 - /geronimo/yoko/trunk/yoko-spec-corba/pom.xml

Author: djencks
Date: Thu Oct 13 23:08:21 2011
New Revision: 1183157

URL: http://svn.apache.org/viewvc?rev=1183157&view=rev
Log:
make osgi dependencies provided

Modified:
    geronimo/yoko/trunk/yoko-spec-corba/pom.xml

Modified: geronimo/yoko/trunk/yoko-spec-corba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/pom.xml?rev=1183157&r1=1183156&r2=1183157&view=diff
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/pom.xml (original)
+++ geronimo/yoko/trunk/yoko-spec-corba/pom.xml Thu Oct 13 23:08:21 2011
@@ -33,11 +33,13 @@
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
             <version>4.2.0</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
             <version>4.2.0</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>junit</groupId>