Skip to content

Commit

Permalink
[PPP-4893][PPP-5077][PPP-5128][PPP-4407][PPP-4660][PPP-4760][PPP-5043…
Browse files Browse the repository at this point in the history
…][PPP-4967] Karaf upgrade to 4.4.6 and vulnerability fixes
  • Loading branch information
aramos committed Nov 8, 2024
1 parent 5415989 commit 99f7d05
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assemblies/core/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
<!--Still needed even for a no-osgi build because of PentahoSystem dependency -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
8 changes: 7 additions & 1 deletion assemblies/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<jface.version>3.22.0</jface.version>
<pentaho-metadata.version>10.3.0.0-SNAPSHOT</pentaho-metadata.version>
<google-http-client.version>1.42.3</google-http-client.version>
<pax-swissbox-core.version>1.8.2</pax-swissbox-core.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -647,7 +648,7 @@
<!--Still needed for a no-osgi build because of PentahoSystem dependency -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<version>${osgi.core.version}</version>
<scope>compile</scope>
<exclusions>
Expand All @@ -657,6 +658,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-core</artifactId>
<version>${pax-swissbox-core.version}</version>
</dependency>
</dependencies>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<version>${osgi.core.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion plugins/excel/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion plugins/json/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<!-- neccessary -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pur/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
13 changes: 13 additions & 0 deletions plugins/streaming/impls/jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,19 @@
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>
<!-- Excluding Bouncy castle version 1.77 -->
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- pulling newer version of io-netty version 108 -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/xml/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 99f7d05

Please sign in to comment.