Skip to content

Commit

Permalink
2.0.2 release commit and httpclient bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anthunt committed Oct 18, 2019
1 parent 949d3f6 commit c76e277
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>anthunt.aws</groupId>
<artifactId>aws-exporter</artifactId>
<version>2.0.1-RELEASE</version>
<version>2.0.2-RELEASE</version>

<name>aws-exporter</name>

Expand All @@ -12,7 +12,7 @@
<aws.sdk.version>1.11.359</aws.sdk.version>
<poi.version>3.14</poi.version>
<poi-helper.version>1.0.0-RELEASE</poi-helper.version>
<mvn-artifact-downloader.version>1.0.0-RELEASE</mvn-artifact-downloader.version>
<mvn-artifact-downloader.version>1.0.1-RELEASE</mvn-artifact-downloader.version>
</properties>

<distributionManagement>
Expand All @@ -32,6 +32,16 @@
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>${aws.sdk.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit c76e277

Please sign in to comment.