You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2013/02/10 08:43:27 UTC

svn commit: r1444492 - /felix/trunk/scr/pom.xml

Author: djencks
Date: Sun Feb 10 07:43:27 2013
New Revision: 1444492

URL: http://svn.apache.org/r1444492
Log:
FELIX-3891 Use equinox available from maven central -- no deadlock in service registry, but circular reference tests fail

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=1444492&r1=1444491&r2=1444492&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Sun Feb 10 07:43:27 2013
@@ -462,8 +462,8 @@
             <dependencies>
                 <dependency>
                     <groupId>org.eclipse</groupId>
-                    <artifactId>osgi</artifactId>
-                    <version>3.7.1.R37x_v20110808-1106</version>
+                    <artifactId>org.eclipse.osgi</artifactId>
+                    <version>3.8.0.v20120529-1548</version>
                     <scope>test</scope>
                 </dependency>
             </dependencies>