You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/09/13 23:45:23 UTC

svn commit: r996699 - /geronimo/server/trunk/pom.xml

Author: gawor
Date: Mon Sep 13 21:45:23 2010
New Revision: 996699

URL: http://svn.apache.org/viewvc?rev=996699&view=rev
Log:
don't pull in org.osgi.core dependency

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=996699&r1=996698&r2=996699&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Mon Sep 13 21:45:23 2010
@@ -1230,6 +1230,12 @@
                 <groupId>org.apache.openejb</groupId>
                 <artifactId>openejb-osgi-core</artifactId>
                 <version>${openejbVersion}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.osgi</groupId>
+                        <artifactId>org.osgi.core</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <dependency>