You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sp...@apache.org on 2016/12/06 17:06:40 UTC

hive git commit: HIVE-15330: Bump JClouds version to 2.0.0 on Hive/Ptest (Sergio Pena, reviewed by Szehon Ho)

Repository: hive
Updated Branches:
  refs/heads/master 707bca7ae -> d90d63859


HIVE-15330: Bump JClouds version to 2.0.0 on Hive/Ptest (Sergio Pena, reviewed by Szehon Ho)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/d90d6385
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/d90d6385
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/d90d6385

Branch: refs/heads/master
Commit: d90d63859eebee57401a50784a106f68a25b5991
Parents: 707bca7
Author: Sergio Pena <se...@cloudera.com>
Authored: Tue Dec 6 11:05:59 2016 -0600
Committer: Sergio Pena <se...@cloudera.com>
Committed: Tue Dec 6 11:05:59 2016 -0600

----------------------------------------------------------------------
 testutils/ptest2/pom.xml | 29 ++---------------------------
 1 file changed, 2 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/d90d6385/testutils/ptest2/pom.xml
----------------------------------------------------------------------
diff --git a/testutils/ptest2/pom.xml b/testutils/ptest2/pom.xml
index 97981fb..26671cc 100644
--- a/testutils/ptest2/pom.xml
+++ b/testutils/ptest2/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <log4j2.version>2.6.2</log4j2.version>
     <spring.framework.version>3.2.16.RELEASE</spring.framework.version>
-    <jclouds.version>1.9.2</jclouds.version>
+    <jclouds.version>2.0.0</jclouds.version>
   </properties>
 
   <repositories>
@@ -88,27 +88,7 @@ limitations under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.jclouds</groupId>
-      <artifactId>jclouds-core</artifactId>
-      <version>${jclouds.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jclouds</groupId>
-      <artifactId>jclouds-compute</artifactId>
-      <version>${jclouds.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jclouds.provider</groupId>
-      <artifactId>aws-ec2</artifactId>
-      <version>${jclouds.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jclouds.api</groupId>
-      <artifactId>ec2</artifactId>
-      <version>${jclouds.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jclouds.labs</groupId>
-      <artifactId>google-compute-engine</artifactId>
+      <artifactId>jclouds-all</artifactId>
       <version>${jclouds.version}</version>
     </dependency>
     <dependency>
@@ -142,11 +122,6 @@ limitations under the License.
       <artifactId>slf4j-api</artifactId>
       <version>1.7.10</version>
     </dependency>
-    <!--dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <version>1.7.10</version>
-    </dependency-->
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>