Author: gnodet
Date: Mon Oct  2 14:45:39 2017
New Revision: 1810367

URL: http://svn.apache.org/viewvc?rev=1810367&view=rev
Log:
[FELIX-5704] SCR can't be wired to recent gogo-runtime versions

Modified:
    felix/trunk/osgi-r7/scr/pom.xml
    felix/trunk/scr/pom.xml

Modified: felix/trunk/osgi-r7/scr/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/osgi-r7/scr/pom.xml?rev=1810367&r1=1810366&r2=1810367&view=diff
==============================================================================
--- felix/trunk/osgi-r7/scr/pom.xml (original)
+++ felix/trunk/osgi-r7/scr/pom.xml Mon Oct  2 14:45:39 2017
@@ -143,7 +143,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>0.6.1</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: felix/trunk/scr/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=1810367&r1=1810366&r2=1810367&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Mon Oct  2 14:45:39 2017
@@ -133,7 +133,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>0.6.1</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>


Reply via email to