This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tooling-support-source.git

commit bcf30aab01fc205bd05a3b071d4b7eaf206cbe01
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Nov 8 16:26:35 2016 +0000

    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).
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1768722 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 59c2f31..100179a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to