diff --git a/hcatalog/hcatalog-pig-adapter/pom.xml b/hcatalog/hcatalog-pig-adapter/pom.xml index bacec1f..d48a677 100644 --- a/hcatalog/hcatalog-pig-adapter/pom.xml +++ b/hcatalog/hcatalog-pig-adapter/pom.xml @@ -41,6 +41,26 @@ + org.codehaus.jackson + jackson-core-asl + 1.9.2 + + + org.codehaus.jackson + jackson-jaxrs + 1.9.2 + + + org.codehaus.jackson + jackson-mapper-asl + 1.9.2 + + + org.codehaus.jackson + jackson-xc + 1.9.2 + + org.apache.hive.hcatalog hive-hcatalog-core ${project.version} diff --git a/hcatalog/pom.xml b/hcatalog/pom.xml index 2de014f..bb0aa61 100644 --- a/hcatalog/pom.xml +++ b/hcatalog/pom.xml @@ -48,6 +48,11 @@ + joda-time + joda-time + ${joda.version} + + org.mockito mockito-all ${mockito-all.version}