You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ar...@apache.org on 2020/07/22 15:48:41 UTC

[hadoop-ozone] branch master updated: Remove optional jersey-json dependency (#1238)

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

arp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e300bc  Remove optional jersey-json dependency (#1238)
8e300bc is described below

commit 8e300bcb1bf2a67fa9e92a43dd56175e2e1b526e
Author: Elek, Márton <el...@users.noreply.github.com>
AuthorDate: Wed Jul 22 17:48:30 2020 +0200

    Remove optional jersey-json dependency (#1238)
---
 hadoop-hdds/hadoop-dependency-server/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hadoop-hdds/hadoop-dependency-server/pom.xml b/hadoop-hdds/hadoop-dependency-server/pom.xml
index e20b554..1ddcfd3 100644
--- a/hadoop-hdds/hadoop-dependency-server/pom.xml
+++ b/hadoop-hdds/hadoop-dependency-server/pom.xml
@@ -67,6 +67,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
           <groupId>org.codehaus.jackson</groupId>
           <artifactId>jackson-xc</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>com.sun.jersey</groupId>
+          <artifactId>jersey-json</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org