This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 05f8560 [tiered storage] bump jclouds version to 2.1.1 (#2410)
05f8560 is described below
commit 05f8560184258e921395ecb356b0fd13fe2320ce
Author: Sijie Guo <[email protected]>
AuthorDate: Mon Aug 20 23:20:03 2018 -0700
[tiered storage] bump jclouds version to 2.1.1 (#2410)
### Motivation
This is a part of tracking work in #2164. currently we use a snapshot
version of jclouds for some jclouds bug fix. This change will remove the
snapshot version and use latest release 2.1.1.
### Modifications
update pom.xml to use 2.1.1
### Result
tired storage ut should pass
---
jclouds-shaded/pom.xml | 11 -----------
pom.xml | 7 +++++++
2 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/jclouds-shaded/pom.xml b/jclouds-shaded/pom.xml
index 8aa1786..e79c448 100644
--- a/jclouds-shaded/pom.xml
+++ b/jclouds-shaded/pom.xml
@@ -42,20 +42,9 @@
<dependency>
<groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-allblobstore</artifactId>
- <version>2.2.0-SNAPSHOT</version>
</dependency>
</dependencies>
- <repositories>
- <repository>
- <id>jclouds-snapshots</id>
- <url>https://repository.apache.org/content/repositories/snapshots</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
-
<build>
<plugins>
<plugin>
diff --git a/pom.xml b/pom.xml
index 49edc8c..66d371e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,7 @@ flexible messaging model and an intuitive client
API.</description>
<rabbitmq-client.version>5.1.1</rabbitmq-client.version>
<aws-sdk.version>1.11.297</aws-sdk.version>
<avro.version>1.8.2</avro.version>
+ <jclouds.version>2.1.1</jclouds.version>
<!-- test dependencies -->
<arquillian-cube.version>1.15.1</arquillian-cube.version>
@@ -795,6 +796,12 @@ flexible messaging model and an intuitive client
API.</description>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.jclouds</groupId>
+ <artifactId>jclouds-allblobstore</artifactId>
+ <version>${jclouds.version}</version>
+ </dependency>
+
<!-- test dependencies -->
<dependency>
<groupId>com.lmax</groupId>