Remove duplicate dependency declaration in gateway-server pom
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>