You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/11/27 10:21:42 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: SLING-9927 Allow java.* imports to be defined, in line with OSGi R7

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git


The following commit(s) were added to refs/heads/master by this push:
     new e4b7d96  SLING-9927 Allow java.* imports to be defined, in line with OSGi R7
e4b7d96 is described below

commit e4b7d96f163f03b927a47199b2190eb588849bda
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 27 10:18:46 2020 +0000

    SLING-9927 Allow java.* imports to be defined, in line with OSGi R7
    
    Update felix utils to 1.11.6 as the fix is implemented there.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d0aa5c..70aa8d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.utils</artifactId>
-            <version>1.11.4</version>
+            <version>1.11.6</version>
             <scope>provided</scope>
         </dependency>