Skip to content

Commit

Permalink
Update pom.xml (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachnajain-ibm authored Aug 2, 2022
1 parent d9d6322 commit 17b4c6f
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<httpcomponents.client5.version>5.0.3</httpcomponents.client5.version>
<powermock.version>2.0.2</powermock.version>
<mockito.version>2.28.2</mockito.version>
<amazon.sdk.version>1.11.1034</amazon.sdk.version>
<amazon.sdk.version>1.12.249</amazon.sdk.version>
<google.guava.version>30.0-jre</google.guava.version>
</properties>

Expand All @@ -91,14 +91,6 @@
<version>${hadoop.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -150,10 +142,6 @@
<groupId>javax.servlet</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -163,14 +151,6 @@
<type>test-jar</type>
<version>${hadoop.version}</version>
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -228,17 +208,6 @@
<artifactId>httpcore</artifactId>
<version>${httpcomponents.httpcore.version}</version>
</dependency>
<!-- override transitive dependency versions for security fixes -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-cbor</artifactId>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 17b4c6f

Please sign in to comment.