Skip to content

Commit

Permalink
[PPP-4893] Karaf upgrade to 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aramos committed Nov 1, 2024
1 parent bb4ad0a commit c8dcdc6
Show file tree
Hide file tree
Showing 8 changed files with 33 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
15 changes: 14 additions & 1 deletion assemblies/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@
<enunciate-core-annotations.version>1.27</enunciate-core-annotations.version>
<tyrus-standalone-client.version>1.13.1</tyrus-standalone-client.version>
<databricks.version>4.0.0</databricks.version>
<!-- <javax.servlet-api.version>4.0.1</javax.servlet-api.version>-->
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
<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 @@ -456,6 +458,12 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!-- Temp dependency until SLF4J is upgraded -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
Expand Down Expand Up @@ -647,7 +655,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 +665,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 c8dcdc6

Please sign in to comment.