Skip to content

Commit

Permalink
Merge pull request #1496 from angel-ramoscardona/karaf-upgrade-4.4.6
Browse files Browse the repository at this point in the history
[PPP-4893] Karaf upgrade to 4.4.6
  • Loading branch information
angel-ramoscardona authored Nov 8, 2024
2 parents 167cb2b + aa58640 commit e2cebeb
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 35 deletions.
2 changes: 1 addition & 1 deletion common-dependencies-V1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion common-fragment-V1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion common-services-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<htrace-core.version>3.1.0-incubating</htrace-core.version>
<zookeeper.version>3.9.2</zookeeper.version>
<org.apache.hbase.thirdparty.version>2.1.0</org.apache.hbase.thirdparty.version>
<safeyaml.version>1.34.1</safeyaml.version>
<snakeyaml.version>2.2</snakeyaml.version>
</properties>

<dependencyManagement>
Expand Down
12 changes: 11 additions & 1 deletion shims/apache/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<zookeeper.version>3.9.2</zookeeper.version>
<netty.version>4.1.108.Final</netty.version>
<jetty-runner.version>9.3.20.v20170531</jetty-runner.version>
<bouncycastle.version>1.78</bouncycastle.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -250,8 +251,17 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-core</artifactId>
Expand Down Expand Up @@ -503,7 +513,7 @@
<resolverFilter>
<include>
*:libthrift,*:aircompressor,*:netty-*,
software.amazon.awssdk:*
software.amazon.awssdk:*, *:bcprov-jdk18on
</include>
<exclude>
*:tests:*
Expand Down
6 changes: 3 additions & 3 deletions shims/apachevanilla/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
Expand Down
6 changes: 3 additions & 3 deletions shims/cdpdc71/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@
<version>${parquet.version}</version>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
Expand Down
6 changes: 3 additions & 3 deletions shims/dataproc1421/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
Expand Down
6 changes: 3 additions & 3 deletions shims/emr521/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down
6 changes: 3 additions & 3 deletions shims/emr700/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down
19 changes: 15 additions & 4 deletions shims/hdi40/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<jython.version>2.5.3</jython.version>
<commons-configuration2.version>2.10.1</commons-configuration2.version>
<netty.version>4.1.108.Final</netty.version>
<bouncycastle.version>1.78</bouncycastle.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -224,8 +225,17 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-service</artifactId>
Expand Down Expand Up @@ -258,9 +268,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
Expand Down Expand Up @@ -581,7 +591,8 @@
<resolverFilter>
<include>
<!--Needed for Pig-->
*:antlr-runtime,*:automaton,*:parquet-pig, *:pig, *:sqoop,*:joda-time,*:jython,*:aircompressor,*:netty-*
*:antlr-runtime,*:automaton,*:parquet-pig, *:pig, *:sqoop,*:joda-time,*:jython,*:aircompressor,*:netty-*,
*:bcprov-jdk18on
</include>
<transitive>false</transitive>
</resolverFilter>
Expand Down
8 changes: 4 additions & 4 deletions shims/hdp30/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- Note the difference between \lib and \lib\client -->
<jetty.lib-folder.version>9.3.20.v20170531</jetty.lib-folder.version>
<jetty.client-folder.version>9.3.19.v20170502</jetty.client-folder.version>
<safeyaml.version>1.34.1</safeyaml.version>
<snakeyaml.version>2.2</snakeyaml.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -310,9 +310,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
Expand Down
6 changes: 3 additions & 3 deletions shims/mapr60/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down
6 changes: 3 additions & 3 deletions shims/mapr61/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down
2 changes: 1 addition & 1 deletion shims/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e2cebeb

Please sign in to comment.