Skip to content

Commit

Permalink
Update OSGi Enterprise to 7.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Pielage <pandrex247@hotmail.com>
  • Loading branch information
Pandrex247 committed Feb 14, 2024
1 parent 055dacc commit e986c7e
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 @@ -322,8 +322,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 e986c7e

Please sign in to comment.