Repository: knox Updated Branches: refs/heads/master c9bd97852 -> 784aac55d
KNOX-651 Attempt number 2 to fix the jenkins build Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/784aac55 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/784aac55 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/784aac55 Branch: refs/heads/master Commit: 784aac55d8519565dc2edc25b8290f3b17d0d349 Parents: c9bd978 Author: Sumit Gupta <[email protected]> Authored: Thu Jan 21 10:23:34 2016 -0500 Committer: Sumit Gupta <[email protected]> Committed: Thu Jan 21 10:23:34 2016 -0500 ---------------------------------------------------------------------- gateway-test-release/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/784aac55/gateway-test-release/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-release/pom.xml b/gateway-test-release/pom.xml index ade079a..887939d 100644 --- a/gateway-test-release/pom.xml +++ b/gateway-test-release/pom.xml @@ -173,11 +173,6 @@ </dependency> <dependency> - <groupId>org.apache.knox</groupId> - <artifactId>gateway-test</artifactId> - <version>0.8.0-SNAPSHOT</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope>
