Switch activemq to version 5.4.0 to avoid slf4j issue

This commit is contained in:
Greg Turnquist
2013-09-20 09:21:37 -05:00
committed by Dave Syer
parent 04ba4d064e
commit 97af88a8d8
2 changed files with 2 additions and 2 deletions

View File

@@ -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