Switch activemq to version 5.4.0 to avoid slf4j issue
This commit is contained in:
parent
04ba4d064e
commit
97af88a8d8
|
|
@ -1,6 +1,6 @@
|
||||||
package org.test
|
package org.test
|
||||||
|
|
||||||
@Grab("org.apache.activemq:activemq-all:5.2.0")
|
@Grab("org.apache.activemq:activemq-all:5.4.0")
|
||||||
|
|
||||||
import java.util.concurrent.CountDownLatch
|
import java.util.concurrent.CountDownLatch
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<version>0.5.0.BUILD-SNAPSHOT</version>
|
<version>0.5.0.BUILD-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<properties>
|
<properties>
|
||||||
<activemq.version>5.7.0</activemq.version>
|
<activemq.version>5.4.0</activemq.version>
|
||||||
<aspectj.version>1.7.3</aspectj.version>
|
<aspectj.version>1.7.3</aspectj.version>
|
||||||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||||
<commons-httpclient.version>3.1</commons-httpclient.version>
|
<commons-httpclient.version>3.1</commons-httpclient.version>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue