Repository: activemq-artemis Updated Branches: refs/heads/master fce14f1f3 -> 20c0c73e8
Fix for missing dependencies at the top level pom Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c1f609c1 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c1f609c1 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c1f609c1 Branch: refs/heads/master Commit: c1f609c16174b3da87fbed8471190ec00a8080c6 Parents: fce14f1 Author: Paul Gallagher <[email protected]> Authored: Tue Dec 22 15:38:51 2015 +0000 Committer: Paul Gallagher <[email protected]> Committed: Tue Dec 22 15:38:51 2015 +0000 ---------------------------------------------------------------------- artemis-commons/pom.xml | 1 - pom.xml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c1f609c1/artemis-commons/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml index a3499ab..57772db 100644 --- a/artemis-commons/pom.xml +++ b/artemis-commons/pom.xml @@ -59,7 +59,6 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>18.0</version> </dependency> <dependency> <groupId>junit</groupId> http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c1f609c1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c7e27b5..d8f963e 100644 --- a/pom.xml +++ b/pom.xml @@ -277,6 +277,18 @@ <!-- ### Run Time Dependencies: MUST NOT INCLUDE CAT X LICENSES ###--> <dependency> + <groupId>org.fusesource.hawtbuf</groupId> + <artifactId>hawtbuf</artifactId> + <version>1.11</version> + <!-- License: Apache 2.0 --> + </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>18.0</version> + <!-- License: Apache 2.0 --> + </dependency> + <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> <version>3.1.4.GA</version>
