Skip to content

Commit

Permalink
Merge pull request #977 from Pandrex247/Update-OSGi-Enterprise-HK2-4
Browse files Browse the repository at this point in the history
Update OSGi Enterprise to 7.0.0
  • Loading branch information
Pandrex247 committed Feb 15, 2024
2 parents e177102 + f9a2335 commit be9e3dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</dependency>
<dependency><!-- Needed to have a bundle activator to set up a different serialization policy-->
<groupId>org.osgi</groupId>
<artifactId>org.osgi.enterprise</artifactId>
<artifactId>osgi.enterprise</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.enterprise</artifactId>
<version>5.0.0</version>
<artifactId>osgi.enterprise</artifactId>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit be9e3dd

Please sign in to comment.