Skip to content

Commit

Permalink
[PPP-5541] - Vulnerable Component: jackson-databind within htrace-cor…
Browse files Browse the repository at this point in the history
…e-3.1.0-incubating.jar
  • Loading branch information
soagarwal1 committed Jan 24, 2025
1 parent a253040 commit 0d8f8fb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions shims/cdpdc71/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parquet.version>1.10.99.7.1.4.0-203</parquet.version>
<org.apache.hadoop.version>3.1.1.7.1.9.0-387</org.apache.hadoop.version>
<org.apache.hbase.version>2.4.17.7.1.9.0-387</org.apache.hbase.version>
<org.apache.hive.version>3.1.3000.7.1.4.0-203</org.apache.hive.version>
<org.apache.hive.version>3.1.3000.7.1.9.0-387</org.apache.hive.version>
<org.apache.oozie.version>5.1.0.7.1.4.0-203</org.apache.oozie.version>
<pig.version>0.16.0.7.1.4.0-203</pig.version>
<parquet-pig.version>1.10.99.7.1.4.0-203</parquet-pig.version>
Expand Down Expand Up @@ -278,6 +278,11 @@
<artifactId>hadoop-hdfs-client</artifactId>
<version>${org.apache.hadoop.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-mapreduce</artifactId>
<version>${org.apache.hbase.version}</version>
</dependency>
<dependency>
<groupId>com.hadoop.gplcompression</groupId>
<artifactId>hadoop-lzo</artifactId>
Expand Down Expand Up @@ -740,7 +745,7 @@
<include>
<!--Needed for Pig-->
*:antlr-runtime,*:automaton,*:pig,*:parquet-pig,*:sqoop,*:joda-time,*:jython,*:gateway-cloud-bindings,
*:gateway-util-common,*:gateway-shell,*:gateway-i18n,*:aircompressor,*:netty-*,*:libthrift
*:gateway-util-common,*:gateway-shell,*:gateway-i18n,*:aircompressor,*:netty-*,*:libthrift,*:hbase-mapreduce
</include>
<transitive>false</transitive>
</resolverFilter>
Expand Down

0 comments on commit 0d8f8fb

Please sign in to comment.