remove testng dependency from compile scope in database project
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/02cc391b Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/02cc391b Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/02cc391b Branch: refs/heads/master Commit: 02cc391be036ec7674bccade9f43c93d53996dd1 Parents: ac724cc Author: Alex Heneveld <[email protected]> Authored: Mon Aug 17 17:27:25 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Mon Aug 17 17:39:15 2015 +0100 ---------------------------------------------------------------------- software/database/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/02cc391b/software/database/pom.xml ---------------------------------------------------------------------- diff --git a/software/database/pom.xml b/software/database/pom.xml index fed3b0d..f98a8e3 100644 --- a/software/database/pom.xml +++ b/software/database/pom.xml @@ -107,10 +107,6 @@ <artifactId>groovy-all</artifactId> </dependency> <dependency> - <groupId>com.beust</groupId> - <artifactId>jcommander</artifactId> - </dependency> - <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency>
