瀏覽代碼

HADOOP-8880. Missing jersey jars as dependency in the pom causes hive tests to fail. Contributed by Giridharan Kesavan.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1@1417295 13f79535-47bb-0310-9956-ffa450edef68
Matthew Foley 12 年之前
父節點
當前提交
fa4bab2cca
共有 2 個文件被更改,包括 18 次插入0 次删除
  1. 3 0
      CHANGES.txt
  2. 15 0
      ivy/hadoop-core-pom-template.xml

+ 3 - 0
CHANGES.txt

@@ -35,6 +35,9 @@ Release 1.1.2 - Unreleased
     should not hold lock while outputting and add a test for a deadlock writing
     Configuration to HDFS.  (Jing Zhao via szetszwo)
 
+    HADOOP-8880. Missing jersey jars as dependency in the pom causes hive tests 
+    to fail.  (gkesavan via mattf)
+
 Release 1.1.1 - 2012.11.18
 
   INCOMPATIBLE CHANGES

+ 15 - 0
ivy/hadoop-core-pom-template.xml

@@ -33,6 +33,21 @@
       <artifactId>xmlenc</artifactId>
       <version>0.52</version>
     </dependency>
+    <dependency>
+       <groupId>com.sun.jersey</groupId>
+       <artifactId>jersey-core</artifactId>
+      <version>1.8</version>
+    </dependency>
+     <dependency>
+       <groupId>com.sun.jersey</groupId>
+       <artifactId>jersey-json</artifactId>
+      <version>1.8</version>
+    </dependency>
+    <dependency>
+       <groupId>com.sun.jersey</groupId>
+       <artifactId>jersey-server</artifactId>
+      <version>1.8</version>
+    </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>