You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/08/17 18:31:27 UTC

[3/8] incubator-brooklyn git commit: remove unnecessary dependencies (in database)

remove unnecessary dependencies (in database)


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/3fd3901e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/3fd3901e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/3fd3901e

Branch: refs/heads/master
Commit: 3fd3901ebee86500951aa0b67dfd2c60691cdb38
Parents: 487bb9c
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Aug 12 19:29:22 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Thu Aug 13 18:29:51 2015 +0100

----------------------------------------------------------------------
 software/database/pom.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/3fd3901e/software/database/pom.xml
----------------------------------------------------------------------
diff --git a/software/database/pom.xml b/software/database/pom.xml
index fed3b0d..fd9473c 100644
--- a/software/database/pom.xml
+++ b/software/database/pom.xml
@@ -107,18 +107,10 @@
             <artifactId>groovy-all</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.beust</groupId>
-            <artifactId>jcommander</artifactId>
-        </dependency>
-        <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>