From e3d899309bf0a6c9406c988ce63a07220f64edc2 Mon Sep 17 00:00:00 2001 From: Woonduk Kang Date: Mon, 8 Jun 2015 19:27:28 +0900 Subject: [PATCH] #588 Extract commons-hbase module - modify dependency --- commons-hbase/pom.xml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/commons-hbase/pom.xml b/commons-hbase/pom.xml index 0e3595835..3055724aa 100644 --- a/commons-hbase/pom.xml +++ b/commons-hbase/pom.xml @@ -262,26 +262,26 @@ - - - - - - - - - - - - - - - - - - - - + + org.codehaus.jackson + jackson-core-asl + true + + + org.codehaus.jackson + jackson-mapper-asl + true + + + org.codehaus.jackson + jackson-xc + true + + + org.codehaus.jackson + jackson-jaxrs + true +