Revert "remove unnecessary dependencies (in database)" This reverts commit 3fd3901ebee86500951aa0b67dfd2c60691cdb38.
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/b6a9d394 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/b6a9d394 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/b6a9d394 Branch: refs/heads/master Commit: b6a9d3945baf1f254a2b8aacf9862117ceb82a61 Parents: 99f69c3 Author: Alex Heneveld <[email protected]> Authored: Mon Aug 17 17:37:30 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Mon Aug 17 17:37:30 2015 +0100 ---------------------------------------------------------------------- software/database/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b6a9d394/software/database/pom.xml ---------------------------------------------------------------------- diff --git a/software/database/pom.xml b/software/database/pom.xml index fd9473c..fed3b0d 100644 --- a/software/database/pom.xml +++ b/software/database/pom.xml @@ -107,10 +107,18 @@ <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>
