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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]