Author: mona
Date: Tue Jan 22 21:20:51 2013
New Revision: 1437181
URL: http://svn.apache.org/viewvc?rev=1437181&view=rev
Log:
Fixed certain pom exclusions in OOZIE-1158
Modified:
oozie/branches/hcat-intre/hadooplibs/hadoop-test-2/pom.xml
oozie/branches/hcat-intre/hcataloglibs/hcatalog-0.6.0-SNAPSHOT/pom.xml
Modified: oozie/branches/hcat-intre/hadooplibs/hadoop-test-2/pom.xml
URL:
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hadooplibs/hadoop-test-2/pom.xml?rev=1437181&r1=1437180&r2=1437181&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hadooplibs/hadoop-test-2/pom.xml (original)
+++ oozie/branches/hcat-intre/hadooplibs/hadoop-test-2/pom.xml Tue Jan 22
21:20:51 2013
@@ -38,16 +38,6 @@
<artifactId>hadoop-minicluster</artifactId>
<version>2.0.0-alpha</version>
<scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-core-asl</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>
Modified: oozie/branches/hcat-intre/hcataloglibs/hcatalog-0.6.0-SNAPSHOT/pom.xml
URL:
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hcataloglibs/hcatalog-0.6.0-SNAPSHOT/pom.xml?rev=1437181&r1=1437180&r2=1437181&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hcataloglibs/hcatalog-0.6.0-SNAPSHOT/pom.xml
(original)
+++ oozie/branches/hcat-intre/hcataloglibs/hcatalog-0.6.0-SNAPSHOT/pom.xml Tue
Jan 22 21:20:51 2013
@@ -153,18 +153,6 @@
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.datanucleus</groupId>
- <artifactId>datanucleus-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.datanucleus</groupId>
- <artifactId>datanucleus-rdbms</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.jdo</groupId>
- <artifactId>jdo2-api</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -191,6 +179,18 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-core-asl</artifactId>
+ <version>1.8.8</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ <version>1.8.8</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>