You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2014/04/09 00:41:45 UTC

svn commit: r1585860 - /hive/trunk/serde/pom.xml

Author: hashutosh
Date: Tue Apr  8 22:41:45 2014
New Revision: 1585860

URL: http://svn.apache.org/r1585860
Log:
HIVE-6822 : TestAvroSerdeUtils fails with -Phadoop-2 (Jason Dere via Ashutosh Chauhan)

Modified:
    hive/trunk/serde/pom.xml

Modified: hive/trunk/serde/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/serde/pom.xml?rev=1585860&r1=1585859&r2=1585860&view=diff
==============================================================================
--- hive/trunk/serde/pom.xml (original)
+++ hive/trunk/serde/pom.xml Tue Apr  8 22:41:45 2014
@@ -83,6 +83,12 @@
       <version>${mockito-all.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-servlet</artifactId>
+      <version>${jersey.version}</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <profiles>