You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/11/08 16:26:35 UTC

svn commit: r1768722 - /sling/trunk/tooling/support/source/pom.xml

Author: kwin
Date: Tue Nov  8 16:26:35 2016
New Revision: 1768722

URL: http://svn.apache.org/viewvc?rev=1768722&view=rev
Log:
SLING-6256 reference OSGi 4.3 dependency which is compatible with Java 7 (http://blog.osgi.org/2012/10/43-companion-code-for-java-7.html).

Modified:
    sling/trunk/tooling/support/source/pom.xml

Modified: sling/trunk/tooling/support/source/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/support/source/pom.xml?rev=1768722&r1=1768721&r2=1768722&view=diff
==============================================================================
--- sling/trunk/tooling/support/source/pom.xml (original)
+++ sling/trunk/tooling/support/source/pom.xml Tue Nov  8 16:26:35 2016
@@ -73,7 +73,8 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <version>4.3.0</version>
+            <!-- use the Java 7 compliant dependency: http://blog.osgi.org/2012/10/43-companion-code-for-java-7.html -->
+            <version>4.3.1</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>