You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by da...@apache.org on 2013/03/26 01:01:33 UTC

svn commit: r1460941 - /incubator/hcatalog/trunk/pom.xml

Author: daijy
Date: Tue Mar 26 01:01:33 2013
New Revision: 1460941

URL: http://svn.apache.org/r1460941
Log:
HCATALOG-624: Fix HCat for hadoop 2 (HCATALOG-624-5.patch)

Modified:
    incubator/hcatalog/trunk/pom.xml

Modified: incubator/hcatalog/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/pom.xml?rev=1460941&r1=1460940&r2=1460941&view=diff
==============================================================================
--- incubator/hcatalog/trunk/pom.xml (original)
+++ incubator/hcatalog/trunk/pom.xml Tue Mar 26 01:01:33 2013
@@ -232,6 +232,16 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-mapper-asl</artifactId>
+            <version>1.8.8</version>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.6.1</version>
+        </dependency>
+        <dependency>
           <groupId>com.puppycrawl.tools</groupId>
           <artifactId>checkstyle</artifactId>
           <version>5.5</version>