Skip to content

Commit

Permalink
Merge pull request #1504 from srallapa/PPP-5314-upgrade-commons-confi…
Browse files Browse the repository at this point in the history
…guration

[PPP-5314] upgrading commons-config library
  • Loading branch information
angel-ramoscardona authored Nov 12, 2024
2 parents 436cd9f + e72c1fa commit 3a57529
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion shims/emr700/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<netty.version>4.1.108.Final</netty.version>
<jetty-runner.version>9.3.20.v20170531</jetty-runner.version>
<awssdk.version>2.28.27</awssdk.version>
<commons-configuration2.version>2.10.1</commons-configuration2.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -337,6 +338,11 @@
<artifactId>hadoop-lzo</artifactId>
<version>0.4.20</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>${commons-configuration2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
Expand All @@ -362,6 +368,10 @@
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -632,7 +642,8 @@
*:hive-service,*:orc-core,*:hadoop-common,*:hadoop-hdfs,*:hadoop-mapreduce-*,
*:hadoop-yarn-common,*:hbase-client,*:hbase-common,*:hbase-hadoop-compat,*:hbase-protocol,
*:hbase-server,*:hbase-metrics,*:hbase-metrics-api,*:oozie-client,*:parquet-hadoop-bundle,
*:zookeeper,*:hadoop-lzo,*:hadoop-client,*:hadoop-aws,*:hadoop-hdfs-client,org.eclipse.jetty:*
*:zookeeper,*:hadoop-lzo,*:hadoop-client,*:hadoop-aws,*:hadoop-hdfs-client,org.eclipse.jetty:*,
org.apache.commons:commons-configuration2
</include>
<exclude>
*:*log4j*,*:xml-apis,*:xercesImpl,*:commons-logging,*:commons-math3,*:commons-pool2,*:commons-dbcp2,
Expand Down

0 comments on commit 3a57529

Please sign in to comment.