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
|
||||
|
||||
@Grab("org.apache.activemq:activemq-all:5.2.0")
|
||||
@Grab("org.apache.activemq:activemq-all:5.4.0")
|
||||
|
||||
import java.util.concurrent.CountDownLatch
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<version>0.5.0.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<activemq.version>5.7.0</activemq.version>
|
||||
<activemq.version>5.4.0</activemq.version>
|
||||
<aspectj.version>1.7.3</aspectj.version>
|
||||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||
<commons-httpclient.version>3.1</commons-httpclient.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue