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

krisden 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 2eb4bab  Remove duplicate dependency declaration in gateway-server pom
2eb4bab is described below

commit 2eb4bab063db05325da3ed2fb09d01cd8daebda1
Author: Kevin Risden <[email protected]>
AuthorDate: Sat Nov 9 15:35:06 2019 -0500

    Remove duplicate dependency declaration in gateway-server pom
---
 gateway-server/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gateway-server/pom.xml b/gateway-server/pom.xml
index 91b8287..dd7eb26 100644
--- a/gateway-server/pom.xml
+++ b/gateway-server/pom.xml
@@ -223,14 +223,6 @@
 
         <dependency>
             <groupId>org.apache.knox</groupId>
-            <artifactId>gateway-service-definitions</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.knox</groupId>
-            <artifactId>gateway-provider-rewrite</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.knox</groupId>
             <artifactId>gateway-provider-rewrite</artifactId>
         </dependency>
         <dependency>

Reply via email to