Skip to content

Commit

Permalink
1. Update jclouds version from 2.2.0 to 2.2.1. (apache#7400)
Browse files Browse the repository at this point in the history
2. Exclude the `com.google.code.gson:gson` from `org.apache.pulsar:managed-ledger` in `org.apache.pulsar:tiered-storage-jcloud` module. This will cause gcs offload operation failed.
  • Loading branch information
gaoran10 authored and deltasquare4 committed Jul 30, 2020
1 parent af8d4c4 commit f660077
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ flexible messaging model and an intuitive client API.</description>
<aws-sdk.version>1.11.774</aws-sdk.version>
<avro.version>1.9.1</avro.version>
<joda.version>2.10.1</joda.version>
<jclouds.version>2.2.0</jclouds.version>
<jclouds.version>2.2.1</jclouds.version>
<sqlite-jdbc.version>3.8.11.2</sqlite-jdbc.version>
<mysql-jdbc.version>8.0.11</mysql-jdbc.version>
<postgresql-jdbc.version>42.2.12</postgresql-jdbc.version>
Expand Down
6 changes: 6 additions & 0 deletions tiered-storage/jcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
<groupId>org.apache.pulsar</groupId>
<artifactId>managed-ledger</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit f660077

Please sign in to comment.