Revert "KNOX-1463 - Use maven-dependency-plugin to ensure all dependencies are declared"
This reverts commit 6f8245a21ad6ff4266ce5698c2313d8ea1976c11. Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/e9016eb8 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/e9016eb8 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/e9016eb8 Branch: refs/heads/master Commit: e9016eb809e7cbf5810d89aeb6c71c044f3316d9 Parents: 6f8245a Author: Kevin Risden <[email protected]> Authored: Fri Sep 28 16:50:28 2018 -0400 Committer: Kevin Risden <[email protected]> Committed: Fri Sep 28 16:50:28 2018 -0400 ---------------------------------------------------------------------- gateway-adapter/pom.xml | 32 --- gateway-discovery-ambari/pom.xml | 30 --- gateway-i18n-logging-log4j/pom.xml | 5 - gateway-i18n-logging-sl4j/pom.xml | 5 - gateway-i18n/pom.xml | 6 - gateway-provider-ha/pom.xml | 68 +------ .../pom.xml | 48 +---- .../pom.xml | 20 +- .../pom.xml | 23 +-- .../pom.xml | 25 +-- .../pom.xml | 13 +- .../pom.xml | 14 -- gateway-provider-jersey/pom.xml | 9 - .../pom.xml | 14 -- .../pom.xml | 9 - .../pom.xml | 23 --- .../pom.xml | 12 +- .../pom.xml | 11 -- gateway-provider-rewrite/pom.xml | 49 +---- gateway-provider-security-authc-anon/pom.xml | 11 -- gateway-provider-security-authz-acls/pom.xml | 10 - gateway-provider-security-hadoopauth/pom.xml | 10 - gateway-provider-security-jwt/pom.xml | 27 +-- gateway-provider-security-pac4j/pom.xml | 35 ---- gateway-provider-security-preauth/pom.xml | 9 - gateway-provider-security-shiro/pom.xml | 32 --- gateway-provider-security-webappsec/pom.xml | 9 - gateway-server-xforwarded-filter/pom.xml | 10 - gateway-server/pom.xml | 132 +++---------- gateway-service-admin/pom.xml | 30 --- gateway-service-hbase/pom.xml | 10 - gateway-service-health/pom.xml | 32 --- gateway-service-hive/pom.xml | 11 -- gateway-service-knoxsso/pom.xml | 28 --- gateway-service-knoxssout/pom.xml | 18 -- gateway-service-knoxtoken/pom.xml | 23 --- gateway-service-nifi/pom.xml | 29 --- gateway-service-remoteconfig/pom.xml | 13 -- gateway-service-rm/pom.xml | 22 --- gateway-service-test/pom.xml | 30 --- gateway-service-vault/pom.xml | 10 - gateway-service-webhdfs/pom.xml | 26 --- gateway-shell/pom.xml | 17 -- gateway-spi/pom.xml | 17 -- gateway-test-release-utils/pom.xml | 20 -- gateway-test-release/webhdfs-kerb-test/pom.xml | 18 -- gateway-test-release/webhdfs-test/pom.xml | 24 --- gateway-test-utils/pom.xml | 23 --- gateway-test/pom.xml | 166 +--------------- gateway-util-common/pom.xml | 47 ++--- gateway-util-configinjector/pom.xml | 5 - gateway-util-urltemplate/pom.xml | 6 - pom.xml | 197 +++++-------------- 53 files changed, 131 insertions(+), 1392 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-adapter/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-adapter/pom.xml b/gateway-adapter/pom.xml index f562a68..742e18a 100644 --- a/gateway-adapter/pom.xml +++ b/gateway-adapter/pom.xml @@ -32,41 +32,9 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-common</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-util-launcher</artifactId> </dependency> <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-provider-ha</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-spi</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.shiro</groupId> - <artifactId>shiro-core</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-discovery-ambari/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-discovery-ambari/pom.xml b/gateway-discovery-ambari/pom.xml index d2a8080..58c122d 100644 --- a/gateway-discovery-ambari/pom.xml +++ b/gateway-discovery-ambari/pom.xml @@ -32,38 +32,8 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-common</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-configinjector</artifactId> - </dependency> - - <dependency> - <groupId>net.minidev</groupId> - <artifactId>json-smart</artifactId> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> <dependency> <groupId>${gateway-group}</groupId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-i18n-logging-log4j/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-i18n-logging-log4j/pom.xml b/gateway-i18n-logging-log4j/pom.xml index b0cf44c..16f9ce6 100644 --- a/gateway-i18n-logging-log4j/pom.xml +++ b/gateway-i18n-logging-log4j/pom.xml @@ -52,11 +52,6 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-i18n-logging-sl4j/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-i18n-logging-sl4j/pom.xml b/gateway-i18n-logging-sl4j/pom.xml index 3c6e58a..3398194 100644 --- a/gateway-i18n-logging-sl4j/pom.xml +++ b/gateway-i18n-logging-sl4j/pom.xml @@ -52,11 +52,6 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-i18n/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-i18n/pom.xml b/gateway-i18n/pom.xml index 4887637..d925778 100644 --- a/gateway-i18n/pom.xml +++ b/gateway-i18n/pom.xml @@ -41,11 +41,5 @@ <artifactId>gateway-test-utils</artifactId> <scope>test</scope> </dependency> - - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-ha/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-ha/pom.xml b/gateway-provider-ha/pom.xml index 625861f..c4e17f7 100644 --- a/gateway-provider-ha/pom.xml +++ b/gateway-provider-ha/pom.xml @@ -30,72 +30,21 @@ <dependencies> <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-spi</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-provider-rewrite</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-common</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-configinjector</artifactId> - </dependency> - - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> - <dependency> - <groupId>net.minidev</groupId> - <artifactId>json-smart</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> - - <dependency> - <groupId>org.jboss.shrinkwrap</groupId> - <artifactId>shrinkwrap-api</artifactId> - </dependency> - <dependency> - <groupId>org.jboss.shrinkwrap.descriptors</groupId> - <artifactId>shrinkwrap-descriptors-api-javaee</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.curator</groupId> - <artifactId>curator-client</artifactId> - </dependency> - <dependency> - <groupId>org.apache.curator</groupId> - <artifactId>curator-framework</artifactId> + <groupId>${gateway-group}</groupId> + <artifactId>gateway-spi</artifactId> </dependency> <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> + <groupId>org.apache.curator</groupId> + <artifactId>curator-framework</artifactId> </dependency> - <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-test</artifactId> @@ -110,10 +59,6 @@ <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> @@ -125,6 +70,11 @@ <dependency> <groupId>${gateway-group}</groupId> + <artifactId>gateway-provider-rewrite</artifactId> + </dependency> + + <dependency> + <groupId>${gateway-group}</groupId> <artifactId>gateway-test-utils</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-identity-assertion-common/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-identity-assertion-common/pom.xml b/gateway-provider-identity-assertion-common/pom.xml index f5610d3..1db55d5 100644 --- a/gateway-provider-identity-assertion-common/pom.xml +++ b/gateway-provider-identity-assertion-common/pom.xml @@ -30,27 +30,6 @@ <dependencies> <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-spi</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-provider-rewrite</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-common</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-urltemplate</artifactId> - </dependency> - - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> @@ -58,31 +37,17 @@ <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> + <groupId>${gateway-group}</groupId> + <artifactId>gateway-spi</artifactId> </dependency> <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-http</artifactId> - </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-util</artifactId> + <groupId>${gateway-group}</groupId> + <artifactId>gateway-provider-rewrite</artifactId> </dependency> - <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-test-utils</artifactId> @@ -108,11 +73,6 @@ <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-identity-assertion-concat/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-identity-assertion-concat/pom.xml b/gateway-provider-identity-assertion-concat/pom.xml index acb06d4..2ecc270 100644 --- a/gateway-provider-identity-assertion-concat/pom.xml +++ b/gateway-provider-identity-assertion-concat/pom.xml @@ -30,29 +30,21 @@ <dependencies> <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> </dependency> + <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> + <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-identity-assertion-common</artifactId> </dependency> <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-test-utils</artifactId> <scope>test</scope> @@ -72,10 +64,6 @@ <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-identity-assertion-hadoop-groups/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-identity-assertion-hadoop-groups/pom.xml b/gateway-provider-identity-assertion-hadoop-groups/pom.xml index ad98a29..6cd61db 100644 --- a/gateway-provider-identity-assertion-hadoop-groups/pom.xml +++ b/gateway-provider-identity-assertion-hadoop-groups/pom.xml @@ -31,14 +31,6 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-spi</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-identity-assertion-common</artifactId> </dependency> @@ -48,18 +40,18 @@ </dependency> <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-common</artifactId> + <groupId>${gateway-group}</groupId> + <artifactId>gateway-spi</artifactId> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-auth</artifactId> + <artifactId>hadoop-common</artifactId> </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-auth</artifactId> </dependency> <dependency> @@ -82,11 +74,6 @@ <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-identity-assertion-pseudo/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-identity-assertion-pseudo/pom.xml b/gateway-provider-identity-assertion-pseudo/pom.xml index 887b61e..149518b 100644 --- a/gateway-provider-identity-assertion-pseudo/pom.xml +++ b/gateway-provider-identity-assertion-pseudo/pom.xml @@ -30,35 +30,18 @@ <dependencies> <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-spi</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-provider-identity-assertion-common</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-provider-rewrite</artifactId> - </dependency> - - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> + <groupId>${gateway-group}</groupId> + <artifactId>gateway-provider-identity-assertion-common</artifactId> </dependency> <dependency> - <groupId>org.jboss.shrinkwrap.descriptors</groupId> - <artifactId>shrinkwrap-descriptors-api-javaee</artifactId> + <groupId>${gateway-group}</groupId> + <artifactId>gateway-provider-rewrite</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-identity-assertion-regex/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-identity-assertion-regex/pom.xml b/gateway-provider-identity-assertion-regex/pom.xml index e892a59..d718dbc 100644 --- a/gateway-provider-identity-assertion-regex/pom.xml +++ b/gateway-provider-identity-assertion-regex/pom.xml @@ -31,10 +31,6 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-spi</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-identity-assertion-common</artifactId> </dependency> @@ -44,8 +40,8 @@ </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> + <groupId>${gateway-group}</groupId> + <artifactId>gateway-spi</artifactId> </dependency> <dependency> @@ -68,11 +64,6 @@ <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-identity-assertion-switchcase/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-identity-assertion-switchcase/pom.xml b/gateway-provider-identity-assertion-switchcase/pom.xml index ff0b5f4..48553ab 100644 --- a/gateway-provider-identity-assertion-switchcase/pom.xml +++ b/gateway-provider-identity-assertion-switchcase/pom.xml @@ -31,19 +31,10 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-spi</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-identity-assertion-common</artifactId> </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-test-utils</artifactId> <scope>test</scope> @@ -55,11 +46,6 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-jersey/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-jersey/pom.xml b/gateway-provider-jersey/pom.xml index c3f6369..15b0573 100644 --- a/gateway-provider-jersey/pom.xml +++ b/gateway-provider-jersey/pom.xml @@ -35,10 +35,6 @@ <artifactId>jersey-container-servlet</artifactId> </dependency> <dependency> - <groupId>org.glassfish.jersey.containers</groupId> - <artifactId>jersey-container-servlet-core</artifactId> - </dependency> - <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-server</artifactId> </dependency> @@ -88,11 +84,6 @@ <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-rewrite-func-hostmap-static/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-rewrite-func-hostmap-static/pom.xml b/gateway-provider-rewrite-func-hostmap-static/pom.xml index f0044fd..1481abe 100644 --- a/gateway-provider-rewrite-func-hostmap-static/pom.xml +++ b/gateway-provider-rewrite-func-hostmap-static/pom.xml @@ -42,15 +42,6 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-rewrite</artifactId> </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-urltemplate</artifactId> - </dependency> - - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> <dependency> <groupId>org.jboss.shrinkwrap</groupId> @@ -81,11 +72,6 @@ <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-rewrite-func-inbound-query-param/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-rewrite-func-inbound-query-param/pom.xml b/gateway-provider-rewrite-func-inbound-query-param/pom.xml index 363dba5..4f716d7 100644 --- a/gateway-provider-rewrite-func-inbound-query-param/pom.xml +++ b/gateway-provider-rewrite-func-inbound-query-param/pom.xml @@ -39,15 +39,6 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-rewrite</artifactId> </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-urltemplate</artifactId> - </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> <dependency> <groupId>org.jboss.shrinkwrap</groupId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-rewrite-func-service-registry/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-rewrite-func-service-registry/pom.xml b/gateway-provider-rewrite-func-service-registry/pom.xml index 1f15dad..ed1e515 100644 --- a/gateway-provider-rewrite-func-service-registry/pom.xml +++ b/gateway-provider-rewrite-func-service-registry/pom.xml @@ -50,24 +50,6 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-ha</artifactId> </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-urltemplate</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> - - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-http</artifactId> - </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-util</artifactId> - </dependency> <!-- ********** ********** ********** ********** ********** ********** --> <!-- ********** Test Dependencies ********** --> @@ -95,11 +77,6 @@ <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-rewrite-step-encrypt-uri/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-rewrite-step-encrypt-uri/pom.xml b/gateway-provider-rewrite-step-encrypt-uri/pom.xml index 3fd95a0..ef8f176 100644 --- a/gateway-provider-rewrite-step-encrypt-uri/pom.xml +++ b/gateway-provider-rewrite-step-encrypt-uri/pom.xml @@ -30,6 +30,7 @@ <description>An extension of the gateway that supports securing request/response content.</description> <dependencies> + <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-util-common</artifactId> @@ -54,17 +55,11 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-rewrite</artifactId> </dependency> - <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> - <dependency> - <groupId>org.jboss.shrinkwrap</groupId> - <artifactId>shrinkwrap-api</artifactId> - </dependency> - <!-- ********** ********** ********** ********** ********** ********** --> <!-- ********** Test Dependencies ********** --> <!-- ********** ********** ********** ********** ********** ********** --> @@ -88,11 +83,6 @@ <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-rewrite-step-secure-query/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-rewrite-step-secure-query/pom.xml b/gateway-provider-rewrite-step-secure-query/pom.xml index dc575bb..3d16a1e 100644 --- a/gateway-provider-rewrite-step-secure-query/pom.xml +++ b/gateway-provider-rewrite-step-secure-query/pom.xml @@ -54,17 +54,11 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-rewrite</artifactId> </dependency> - <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> - <dependency> - <groupId>org.jboss.shrinkwrap</groupId> - <artifactId>shrinkwrap-api</artifactId> - </dependency> - <!-- ********** ********** ********** ********** ********** ********** --> <!-- ********** Test Dependencies ********** --> <!-- ********** ********** ********** ********** ********** ********** --> @@ -83,11 +77,6 @@ <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-rewrite/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-rewrite/pom.xml b/gateway-provider-rewrite/pom.xml index 0c3354b..edde5c4 100644 --- a/gateway-provider-rewrite/pom.xml +++ b/gateway-provider-rewrite/pom.xml @@ -49,11 +49,6 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> - - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-digester3</artifactId> @@ -72,45 +67,8 @@ </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-core</artifactId> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> - <dependency> - <groupId>org.jboss.shrinkwrap</groupId> - <artifactId>shrinkwrap-api</artifactId> - </dependency> - <dependency> - <groupId>org.jboss.shrinkwrap.descriptors</groupId> - <artifactId>shrinkwrap-descriptors-api-javaee</artifactId> - </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-http</artifactId> - </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-util</artifactId> - </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> <!-- ********** ********** ********** ********** ********** ********** --> <!-- ********** Test Dependencies ********** --> @@ -127,12 +85,11 @@ <artifactId>jetty-servlet</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-util</artifactId> </dependency> + <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-security-authc-anon/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-authc-anon/pom.xml b/gateway-provider-security-authc-anon/pom.xml index 3972b18..93477d8 100755 --- a/gateway-provider-security-authc-anon/pom.xml +++ b/gateway-provider-security-authc-anon/pom.xml @@ -39,11 +39,6 @@ </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> @@ -58,11 +53,5 @@ <artifactId>gateway-test-utils</artifactId> <scope>test</scope> </dependency> - - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-security-authz-acls/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-authz-acls/pom.xml b/gateway-provider-security-authz-acls/pom.xml index 53386b0..144da38 100644 --- a/gateway-provider-security-authz-acls/pom.xml +++ b/gateway-provider-security-authz-acls/pom.xml @@ -30,28 +30,18 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-util-common</artifactId> </dependency> - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-security-hadoopauth/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-hadoopauth/pom.xml b/gateway-provider-security-hadoopauth/pom.xml index 4a997f2..de2b5b4 100755 --- a/gateway-provider-security-hadoopauth/pom.xml +++ b/gateway-provider-security-hadoopauth/pom.xml @@ -31,28 +31,18 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-util-common</artifactId> </dependency> - <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-auth</artifactId> </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-security-jwt/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-jwt/pom.xml b/gateway-provider-security-jwt/pom.xml index 974209c..e02a611 100644 --- a/gateway-provider-security-jwt/pom.xml +++ b/gateway-provider-security-jwt/pom.xml @@ -31,43 +31,22 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> + <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-util-common</artifactId> </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </dependency> - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-http</artifactId> - </dependency> - - <dependency> - <groupId>com.nimbusds</groupId> - <artifactId>nimbus-jose-jwt</artifactId> - </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-security-pac4j/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-pac4j/pom.xml b/gateway-provider-security-pac4j/pom.xml index 3c23524..ccdaec2 100644 --- a/gateway-provider-security-pac4j/pom.xml +++ b/gateway-provider-security-pac4j/pom.xml @@ -36,43 +36,8 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-server</artifactId> </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-spi</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-common</artifactId> - </dependency> - - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> <dependency> <groupId>org.pac4j</groupId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-security-preauth/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-preauth/pom.xml b/gateway-provider-security-preauth/pom.xml index 692ba4d..4dd3a41 100644 --- a/gateway-provider-security-preauth/pom.xml +++ b/gateway-provider-security-preauth/pom.xml @@ -31,10 +31,6 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> <dependency> @@ -43,11 +39,6 @@ </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-security-shiro/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-shiro/pom.xml b/gateway-provider-security-shiro/pom.xml index b80c045..8c70ea2 100644 --- a/gateway-provider-security-shiro/pom.xml +++ b/gateway-provider-security-shiro/pom.xml @@ -31,20 +31,12 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-server</artifactId> </dependency> <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-common</artifactId> - </dependency> <dependency> <groupId>org.jboss.shrinkwrap</groupId> @@ -52,17 +44,8 @@ </dependency> <dependency> <groupId>org.jboss.shrinkwrap.descriptors</groupId> - <artifactId>shrinkwrap-descriptors-api-base</artifactId> - </dependency> - <dependency> - <groupId>org.jboss.shrinkwrap.descriptors</groupId> <artifactId>shrinkwrap-descriptors-api-javaee</artifactId> </dependency> - - <dependency> - <groupId>org.apache.shiro</groupId> - <artifactId>shiro-core</artifactId> - </dependency> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-web</artifactId> @@ -72,10 +55,6 @@ <groupId>org.apache.shiro</groupId> <artifactId>shiro-ehcache</artifactId> </dependency> - <dependency> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-core</artifactId> - </dependency> <dependency> <groupId>org.abstractj</groupId> @@ -88,11 +67,6 @@ </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> @@ -105,12 +79,6 @@ </dependency> <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - - <dependency> <groupId>org.apache.knox</groupId> <artifactId>gateway-test-utils</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-provider-security-webappsec/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-webappsec/pom.xml b/gateway-provider-security-webappsec/pom.xml index d5623af..c7d6712 100644 --- a/gateway-provider-security-webappsec/pom.xml +++ b/gateway-provider-security-webappsec/pom.xml @@ -31,10 +31,6 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> <dependency> @@ -48,11 +44,6 @@ </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-server-xforwarded-filter/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-server-xforwarded-filter/pom.xml b/gateway-server-xforwarded-filter/pom.xml index 9e1c8a2..7464de1 100644 --- a/gateway-server-xforwarded-filter/pom.xml +++ b/gateway-server-xforwarded-filter/pom.xml @@ -38,11 +38,6 @@ </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-test-utils</artifactId> <scope>test</scope> @@ -54,11 +49,6 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-server/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-server/pom.xml b/gateway-server/pom.xml index 4b07c1b..b2b9424 100644 --- a/gateway-server/pom.xml +++ b/gateway-server/pom.xml @@ -75,10 +75,6 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-common</artifactId> - </dependency> <dependency> <groupId>org.apache.hadoop</groupId> @@ -93,21 +89,9 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-http</artifactId> - </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-io</artifactId> - </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> </dependency> <dependency> @@ -116,26 +100,23 @@ </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-servlets</artifactId> - </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-util</artifactId> + <artifactId>jetty-webapp</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-webapp</artifactId> + <artifactId>jetty-servlets</artifactId> </dependency> - <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> - + <!-- <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-jaspi</artifactId> </dependency> + --> + <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> @@ -143,44 +124,26 @@ <dependency> <groupId>org.apache.shiro</groupId> - <artifactId>shiro-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.shiro</groupId> <artifactId>shiro-web</artifactId> </dependency> <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </dependency> - <dependency> - <groupId>commons-cli</groupId> - <artifactId>commons-cli</artifactId> - </dependency> - <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-digester3</artifactId> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> </dependency> + <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> + <artifactId>commons-digester3</artifactId> </dependency> + <dependency> - <groupId>commons-net</groupId> - <artifactId>commons-net</artifactId> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> </dependency> <dependency> @@ -193,10 +156,6 @@ </dependency> <dependency> <groupId>org.jboss.shrinkwrap.descriptors</groupId> - <artifactId>shrinkwrap-descriptors-api-base</artifactId> - </dependency> - <dependency> - <groupId>org.jboss.shrinkwrap.descriptors</groupId> <artifactId>shrinkwrap-descriptors-api-javaee</artifactId> </dependency> <dependency> @@ -205,6 +164,10 @@ </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + <dependency> <groupId>org.apache.knox</groupId> <artifactId>gateway-service-definitions</artifactId> </dependency> @@ -220,7 +183,6 @@ <groupId>org.apache.knox</groupId> <artifactId>gateway-service-remoteconfig</artifactId> </dependency> - <dependency> <groupId>net.lingala.zip4j</groupId> <artifactId>zip4j</artifactId> @@ -229,27 +191,14 @@ <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </dependency> - - <dependency> - <groupId>io.dropwizard.metrics</groupId> - <artifactId>metrics-core</artifactId> - </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-graphite</artifactId> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> - <artifactId>metrics-httpclient</artifactId> - </dependency> - <dependency> - <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jetty9</artifactId> </dependency> - <dependency> - <groupId>io.dropwizard.metrics</groupId> - <artifactId>metrics-servlets</artifactId> - </dependency> <!-- These dependencies (jetty-annotations, apache-jsp, apache-jstl) are required for JSP support. @@ -269,10 +218,7 @@ </dependency> <!-- Websocket support --> - <dependency> - <groupId>org.eclipse.jetty.websocket</groupId> - <artifactId>websocket-api</artifactId> - </dependency> + <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-server</artifactId> @@ -299,38 +245,9 @@ </dependency> <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-annotations</artifactId> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-core</artifactId> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </dependency> - <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.curator</groupId> - <artifactId>curator-client</artifactId> - </dependency> - <dependency> - <groupId>org.apache.curator</groupId> - <artifactId>curator-framework</artifactId> - </dependency> - <dependency> - <groupId>org.apache.zookeeper</groupId> - <artifactId>zookeeper</artifactId> - </dependency> - - <dependency> - <groupId>com.nimbusds</groupId> - <artifactId>nimbus-jose-jwt</artifactId> + <version>${jackson.version}</version> </dependency> <!-- ********** ********** ********** ********** ********** ********** --> @@ -351,11 +268,6 @@ <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> @@ -395,6 +307,10 @@ <artifactId>xmltool</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>io.dropwizard.metrics</groupId> + <artifactId>metrics-servlets</artifactId> + </dependency> <dependency> <groupId>org.apache.curator</groupId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-admin/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-admin/pom.xml b/gateway-service-admin/pom.xml index 005ea4b..7835afa 100644 --- a/gateway-service-admin/pom.xml +++ b/gateway-service-admin/pom.xml @@ -31,10 +31,6 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> <dependency> @@ -45,31 +41,10 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-jersey</artifactId> </dependency> - <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> </dependency> - - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-annotations</artifactId> - </dependency> - - <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>javax.ws.rs-api</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -86,11 +61,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.xmlmatchers</groupId> <artifactId>xml-matchers</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-hbase/pom.xml b/gateway-service-hbase/pom.xml index 5015474..d05691c 100644 --- a/gateway-service-hbase/pom.xml +++ b/gateway-service-hbase/pom.xml @@ -40,11 +40,6 @@ </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-test-utils</artifactId> <scope>test</scope> @@ -59,10 +54,5 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-health/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-health/pom.xml b/gateway-service-health/pom.xml index 5edabf9..bb2a400 100644 --- a/gateway-service-health/pom.xml +++ b/gateway-service-health/pom.xml @@ -31,10 +31,6 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-util-common</artifactId> </dependency> <dependency> @@ -49,34 +45,6 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-jersey</artifactId> </dependency> - - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </dependency> - - <dependency> - <groupId>io.dropwizard.metrics</groupId> - <artifactId>metrics-core</artifactId> - </dependency> - <dependency> - <groupId>io.dropwizard.metrics</groupId> - <artifactId>metrics-json</artifactId> - </dependency> - - <dependency> - <groupId>javax.annotation</groupId> - <artifactId>javax.annotation-api</artifactId> - </dependency> - <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>javax.ws.rs-api</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-hive/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-hive/pom.xml b/gateway-service-hive/pom.xml index 5171891..1c57784 100644 --- a/gateway-service-hive/pom.xml +++ b/gateway-service-hive/pom.xml @@ -43,20 +43,9 @@ <artifactId>gateway-provider-ha</artifactId> </dependency> <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-configinjector</artifactId> - </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> - <dependency> <groupId>${gateway-group}</groupId> <artifactId>gateway-test-utils</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-knoxsso/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-knoxsso/pom.xml b/gateway-service-knoxsso/pom.xml index bc4473a..710e8e7 100644 --- a/gateway-service-knoxsso/pom.xml +++ b/gateway-service-knoxsso/pom.xml @@ -31,10 +31,6 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-util-common</artifactId> </dependency> <dependency> @@ -49,30 +45,6 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-jersey</artifactId> </dependency> - - <dependency> - <groupId>com.nimbusds</groupId> - <artifactId>nimbus-jose-jwt</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - - <dependency> - <groupId>javax.annotation</groupId> - <artifactId>javax.annotation-api</artifactId> - </dependency> - <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>javax.ws.rs-api</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-knoxssout/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-knoxssout/pom.xml b/gateway-service-knoxssout/pom.xml index c6ebc43..b07b1b7 100644 --- a/gateway-service-knoxssout/pom.xml +++ b/gateway-service-knoxssout/pom.xml @@ -31,10 +31,6 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-util-common</artifactId> </dependency> <dependency> @@ -49,20 +45,6 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-jersey</artifactId> </dependency> - - <dependency> - <groupId>javax.annotation</groupId> - <artifactId>javax.annotation-api</artifactId> - </dependency> - <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>javax.ws.rs-api</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-knoxtoken/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-knoxtoken/pom.xml b/gateway-service-knoxtoken/pom.xml index 9b29ccc..9dbc084 100644 --- a/gateway-service-knoxtoken/pom.xml +++ b/gateway-service-knoxtoken/pom.xml @@ -31,10 +31,6 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-util-common</artifactId> </dependency> <dependency> @@ -49,25 +45,6 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-jersey</artifactId> </dependency> - - <dependency> - <groupId>com.nimbusds</groupId> - <artifactId>nimbus-jose-jwt</artifactId> - </dependency> - - <dependency> - <groupId>javax.annotation</groupId> - <artifactId>javax.annotation-api</artifactId> - </dependency> - <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>javax.ws.rs-api</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-nifi/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-nifi/pom.xml b/gateway-service-nifi/pom.xml index dc96450..6536eb7 100644 --- a/gateway-service-nifi/pom.xml +++ b/gateway-service-nifi/pom.xml @@ -39,35 +39,6 @@ <artifactId>gateway-provider-ha</artifactId> </dependency> <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-common</artifactId> - </dependency> - - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> - - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-remoteconfig/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-remoteconfig/pom.xml b/gateway-service-remoteconfig/pom.xml index b740010..d8b47cc 100644 --- a/gateway-service-remoteconfig/pom.xml +++ b/gateway-service-remoteconfig/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> @@ -51,15 +47,6 @@ <groupId>org.apache.curator</groupId> <artifactId>curator-client</artifactId> </dependency> - <dependency> - <groupId>org.apache.curator</groupId> - <artifactId>curator-recipes</artifactId> - </dependency> - - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> <dependency> <groupId>${gateway-group}</groupId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-rm/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-rm/pom.xml b/gateway-service-rm/pom.xml index 58a12b1..2f84123 100644 --- a/gateway-service-rm/pom.xml +++ b/gateway-service-rm/pom.xml @@ -30,10 +30,6 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> <dependency> @@ -44,24 +40,6 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-ha</artifactId> </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-configinjector</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> <dependency> <groupId>junit</groupId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-test/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-test/pom.xml b/gateway-service-test/pom.xml index 2963678..96b426e 100644 --- a/gateway-service-test/pom.xml +++ b/gateway-service-test/pom.xml @@ -40,40 +40,10 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-jersey</artifactId> </dependency> - <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> </dependency> - - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </dependency> - - <dependency> - <groupId>org.glassfish.jersey.core</groupId> - <artifactId>jersey-common</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> - - <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>javax.ws.rs-api</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-vault/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-vault/pom.xml b/gateway-service-vault/pom.xml index e24a891..055d7ba 100644 --- a/gateway-service-vault/pom.xml +++ b/gateway-service-vault/pom.xml @@ -41,16 +41,6 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-jersey</artifactId> </dependency> - - <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>javax.ws.rs-api</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-service-webhdfs/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-webhdfs/pom.xml b/gateway-service-webhdfs/pom.xml index 19bf97b..07fe682 100644 --- a/gateway-service-webhdfs/pom.xml +++ b/gateway-service-webhdfs/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>${gateway-group}</groupId> - <artifactId>gateway-i18n</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> <artifactId>gateway-spi</artifactId> </dependency> <dependency> @@ -46,28 +42,6 @@ <groupId>${gateway-group}</groupId> <artifactId>gateway-provider-ha</artifactId> </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-common</artifactId> - </dependency> - <dependency> - <groupId>${gateway-group}</groupId> - <artifactId>gateway-util-configinjector</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> <dependency> <groupId>junit</groupId> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-shell/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-shell/pom.xml b/gateway-shell/pom.xml index a930e0f..a731fc1 100644 --- a/gateway-shell/pom.xml +++ b/gateway-shell/pom.xml @@ -62,25 +62,13 @@ </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> - <groupId>net.minidev</groupId> - <artifactId>json-smart</artifactId> - </dependency> - <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </dependency> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> @@ -94,11 +82,6 @@ </dependency> <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-spi/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-spi/pom.xml b/gateway-spi/pom.xml index d8a9324..fa55fe5 100644 --- a/gateway-spi/pom.xml +++ b/gateway-spi/pom.xml @@ -91,22 +91,10 @@ <artifactId>commons-net</artifactId> </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </dependency> - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> @@ -151,11 +139,6 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-test-release-utils/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-release-utils/pom.xml b/gateway-test-release-utils/pom.xml index a518d58..1e56575 100644 --- a/gateway-test-release-utils/pom.xml +++ b/gateway-test-release-utils/pom.xml @@ -32,18 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.knox</groupId> - <artifactId>gateway-demo-ldap</artifactId> - </dependency> - <dependency> - <groupId>org.apache.knox</groupId> - <artifactId>gateway-server</artifactId> - </dependency> - <dependency> - <groupId>org.apache.knox</groupId> - <artifactId>gateway-spi</artifactId> - </dependency> - <dependency> - <groupId>org.apache.knox</groupId> <artifactId>gateway-release</artifactId> <version>${gateway-version}</version> <exclusions> @@ -110,13 +98,5 @@ <scope>provided</scope> </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-common</artifactId> - </dependency> </dependencies> </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-test-release/webhdfs-kerb-test/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-release/webhdfs-kerb-test/pom.xml b/gateway-test-release/webhdfs-kerb-test/pom.xml index dcf3c52..c5596fc 100644 --- a/gateway-test-release/webhdfs-kerb-test/pom.xml +++ b/gateway-test-release/webhdfs-kerb-test/pom.xml @@ -29,24 +29,6 @@ <name>webhdfs-kerb-test</name> <version>1.2.0-SNAPSHOT</version> <description>Tests for WebHDFS integration with Knox and Kerberos enabled</description> - - <dependencies> - <dependency> - <groupId>org.apache.knox</groupId> - <artifactId>gateway-provider-security-shiro</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-hdfs-client</artifactId> - </dependency> - </dependencies> - <build> <plugins> <plugin> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-test-release/webhdfs-test/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-release/webhdfs-test/pom.xml b/gateway-test-release/webhdfs-test/pom.xml index a90ec1f..211107d 100644 --- a/gateway-test-release/webhdfs-test/pom.xml +++ b/gateway-test-release/webhdfs-test/pom.xml @@ -29,30 +29,6 @@ <name>webhdfs-test</name> <version>1.2.0-SNAPSHOT</version> <description>Tests for WebHDFS integration with Knox</description> - - <dependencies> - <dependency> - <groupId>org.apache.knox</groupId> - <artifactId>gateway-provider-security-shiro</artifactId> - </dependency> - - <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-hdfs-client</artifactId> - </dependency> - - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <scope>test</scope> - </dependency> - </dependencies> - <build> <plugins> <plugin> http://git-wip-us.apache.org/repos/asf/knox/blob/e9016eb8/gateway-test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-utils/pom.xml b/gateway-test-utils/pom.xml index e11a8da..f513078 100644 --- a/gateway-test-utils/pom.xml +++ b/gateway-test-utils/pom.xml @@ -64,11 +64,6 @@ <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-http</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <scope>provided</scope> </dependency> @@ -78,17 +73,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-util</artifactId> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <scope>provided</scope> @@ -117,12 +101,5 @@ <artifactId>velocity</artifactId> <scope>provided</scope> </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <scope>provided</scope> - </dependency> - </dependencies> </project>
