You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by pi...@apache.org on 2021/10/18 07:40:12 UTC

[ozone] branch HDDS-5447-httpfs updated: HDDS-5722 [HTTPFSGGW] junit.jar and json-simple in jar report #2742

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

pifta pushed a commit to branch HDDS-5447-httpfs
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/HDDS-5447-httpfs by this push:
     new 5d671e7  HDDS-5722 [HTTPFSGGW] junit.jar and json-simple in jar report #2742
5d671e7 is described below

commit 5d671e746250106faa512b48a33b4219ce646a15
Author: dombizita <50...@users.noreply.github.com>
AuthorDate: Mon Oct 18 09:40:00 2021 +0200

    HDDS-5722 [HTTPFSGGW] junit.jar and json-simple in jar report #2742
---
 hadoop-ozone/dist/src/main/license/jar-report.txt | 1 -
 hadoop-ozone/httpfsgateway/pom.xml                | 6 ++++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/src/main/license/jar-report.txt b/hadoop-ozone/dist/src/main/license/jar-report.txt
index a722de2..46b6a11 100644
--- a/hadoop-ozone/dist/src/main/license/jar-report.txt
+++ b/hadoop-ozone/dist/src/main/license/jar-report.txt
@@ -146,7 +146,6 @@ share/ozone/lib/json-smart.jar
 share/ozone/lib/jsp-api.jar
 share/ozone/lib/jsr305.jar
 share/ozone/lib/jsr311-api.jar
-share/ozone/lib/junit.jar
 share/ozone/lib/kerb-admin.jar
 share/ozone/lib/kerb-client.jar
 share/ozone/lib/kerb-common.jar
diff --git a/hadoop-ozone/httpfsgateway/pom.xml b/hadoop-ozone/httpfsgateway/pom.xml
index 36413b1..2366eff 100644
--- a/hadoop-ozone/httpfsgateway/pom.xml
+++ b/hadoop-ozone/httpfsgateway/pom.xml
@@ -52,6 +52,12 @@
       <groupId>com.googlecode.json-simple</groupId>
       <artifactId>json-simple</artifactId>
       <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>com.sun.jersey</groupId>

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