This is an automated email from the ASF dual-hosted git repository.
hanicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 39ab5f914 KNOX-3240: Remove POM duplicates (#1138)
39ab5f914 is described below
commit 39ab5f9144956de505a5408a9ecd82215840d816
Author: hanicz <[email protected]>
AuthorDate: Wed Jan 14 12:55:43 2026 +0100
KNOX-3240: Remove POM duplicates (#1138)
---
gateway-provider-rewrite-step-encrypt-uri/pom.xml | 5 -----
gateway-service-webhdfs/pom.xml | 4 ----
gateway-test/pom.xml | 5 -----
3 files changed, 14 deletions(-)
diff --git a/gateway-provider-rewrite-step-encrypt-uri/pom.xml
b/gateway-provider-rewrite-step-encrypt-uri/pom.xml
index 9ce699984..eee3c8e0e 100644
--- a/gateway-provider-rewrite-step-encrypt-uri/pom.xml
+++ b/gateway-provider-rewrite-step-encrypt-uri/pom.xml
@@ -64,11 +64,6 @@
<artifactId>commons-codec</artifactId>
</dependency>
- <dependency>
- <groupId>org.jboss.shrinkwrap</groupId>
- <artifactId>shrinkwrap-api</artifactId>
- </dependency>
-
<!-- ********** ********** ********** ********** ********** **********
-->
<!-- ********** Test Dependencies ********** -->
<!-- ********** ********** ********** ********** ********** **********
-->
diff --git a/gateway-service-webhdfs/pom.xml b/gateway-service-webhdfs/pom.xml
index 5f6a9f425..b042d1615 100644
--- a/gateway-service-webhdfs/pom.xml
+++ b/gateway-service-webhdfs/pom.xml
@@ -46,10 +46,6 @@
<groupId>org.apache.knox</groupId>
<artifactId>gateway-provider-ha</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.knox</groupId>
- <artifactId>gateway-util-common</artifactId>
- </dependency>
<dependency>
<groupId>org.apache.knox</groupId>
<artifactId>gateway-util-configinjector</artifactId>
diff --git a/gateway-test/pom.xml b/gateway-test/pom.xml
index 9fc7b6ef4..72dfb6f41 100644
--- a/gateway-test/pom.xml
+++ b/gateway-test/pom.xml
@@ -383,11 +383,6 @@
<artifactId>shrinkwrap-api</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.hadoop</groupId>
- <artifactId>hadoop-common</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>