You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2014/10/01 20:33:46 UTC

svn commit: r1628804 - /hive/trunk/hcatalog/webhcat/svr/pom.xml

Author: brock
Date: Wed Oct  1 18:33:46 2014
New Revision: 1628804

URL: http://svn.apache.org/r1628804
Log:
HIVE-8317 - WebHCat pom should explicitly depend on jersey-core (Brock reviewed by Szehon)

Modified:
    hive/trunk/hcatalog/webhcat/svr/pom.xml

Modified: hive/trunk/hcatalog/webhcat/svr/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/hcatalog/webhcat/svr/pom.xml?rev=1628804&r1=1628803&r2=1628804&view=diff
==============================================================================
--- hive/trunk/hcatalog/webhcat/svr/pom.xml (original)
+++ hive/trunk/hcatalog/webhcat/svr/pom.xml Wed Oct  1 18:33:46 2014
@@ -49,6 +49,11 @@
     <!-- inter-project -->
     <dependency>
       <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-core</artifactId>
+      <version>${jersey.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
       <artifactId>jersey-json</artifactId>
       <version>${jersey.version}</version>
     </dependency>