You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2018/04/27 06:00:31 UTC

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

Author: cziegeler
Date: Fri Apr 27 06:00:31 2018
New Revision: 1830295

URL: http://svn.apache.org/viewvc?rev=1830295&view=rev
Log:
Use correct dependency for osgi promises

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=1830295&r1=1830294&r2=1830295&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Fri Apr 27 06:00:31 2018
@@ -113,8 +113,8 @@
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.promise</artifactId>
-            <version>6.0.0</version>
+            <artifactId>org.osgi.util.promise</artifactId>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>