Updated to use a cached copy of activemq. This is still pretty dangerous because it uses snapshots interally and we could run into issues with transitive resolution.

This commit is contained in:
nebhale
2007-09-27 15:20:50 +00:00
parent bb60cb43ed
commit 875445fe5b

View File

@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-SNAPSHOT-10</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>