You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2021/05/18 15:59:59 UTC

[felix-dev] 01/05: Update framework implementations

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

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit b747b7d1d057c57cd2c78380ee1fdea1d0094195
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Tue May 11 12:18:49 2021 -0500

    Update framework implementations
    
    Older versions of the framework implementations do not support Java 11.
---
 scr/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scr/pom.xml b/scr/pom.xml
index fa63fe9..39b66e9 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -380,7 +380,7 @@
                 <dependency>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.framework</artifactId>
-                    <version>4.6.0</version>
+                    <version>6.0.4</version>
                     <scope>test</scope>
                 </dependency>
             </dependencies>
@@ -389,9 +389,9 @@
             <id>equinox</id>
             <dependencies>
                 <dependency>
-                    <groupId>org.eclipse</groupId>
+                    <groupId>org.eclipse.platform</groupId>
                     <artifactId>org.eclipse.osgi</artifactId>
-                    <version>3.8.0.v20120529-1548</version>
+                    <version>3.16.200</version>
                     <scope>test</scope>
                 </dependency>
             </dependencies>