mirror of https://github.com/apache/activemq.git
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:
parent
f8c268df6f
commit
57eb1534d8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue