You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by hz...@apache.org on 2020/08/27 03:57:58 UTC

[helix] branch master updated: removed unused org.codehaus.jackson imports in pom file (#1315)

This is an automated email from the ASF dual-hosted git repository.

hzlu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new a403053  removed unused org.codehaus.jackson imports in pom file (#1315)
a403053 is described below

commit a4030532fbcf6203f0066298d2d3339e1510bbab
Author: xyuanlu <xy...@gmail.com>
AuthorDate: Wed Aug 26 20:57:50 2020 -0700

    removed unused org.codehaus.jackson imports in pom file (#1315)
---
 helix-common/pom.xml | 1 -
 helix-core/pom.xml   | 1 -
 helix-rest/pom.xml   | 1 -
 3 files changed, 3 deletions(-)

diff --git a/helix-common/pom.xml b/helix-common/pom.xml
index 42e21b4..016b008 100644
--- a/helix-common/pom.xml
+++ b/helix-common/pom.xml
@@ -31,7 +31,6 @@
 
   <properties>
     <osgi.import>
-      org.codehaus.jackson*,
       org.slf4j*;version="[1.6,2)",
       *
     </osgi.import>
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 274cb1e..17ac735 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -38,7 +38,6 @@
       org.apache.commons.io*;version="[1.4,2)",
       org.apache.commons.math*;version="[2.1,4)",
       org.apache.jute*;resolution:=optional,
-      org.codehaus.jackson*;version="[1.8,2)",
       org.slf4j*;version="[1.6,2)",
       *
     </osgi.import>
diff --git a/helix-rest/pom.xml b/helix-rest/pom.xml
index 9fa6a76..6f0e142 100644
--- a/helix-rest/pom.xml
+++ b/helix-rest/pom.xml
@@ -32,7 +32,6 @@
   <properties>
     <osgi.import>
       org.apache.helix*,
-      org.codehaus.jackson*,
       org.apache.commons.cli*,
       org.restlet*,
       org.slf4j*;version="[1.6,2)",