Put a dep on activemq-core so it would compile in continuum. feel free to rollback if that's not right.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@378086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Blevins 2006-02-15 20:40:32 +00:00
parent f8c268df6f
commit 57eb1534d8
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>