Skip to content

Commit

Permalink
Updates for Felix components
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Mar 28, 2022
1 parent 9345414 commit 42bb930
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@



<!-- OSGi / Felix -->
<!-- OSGi / Felix -->

<dependency>
<groupId>org.osgi</groupId>
Expand Down Expand Up @@ -464,7 +464,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
<version>4.7.0</version>
<version>4.7.2</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand All @@ -489,7 +489,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.gogo.runtime</artifactId>
<version>1.1.4</version>
<version>1.1.6</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand All @@ -504,7 +504,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.fileinstall</artifactId>
<version>3.7.2</version>
<version>3.7.4</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand All @@ -516,7 +516,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
<version>2.2.0-RC1</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit 42bb930

Please sign in to comment.