We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fd15e commit c03a8d4Copy full SHA for c03a8d4
build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
compile 'org.apache.xmlgraphics:batik-svggen:1.7@jar'
52
compile 'org.apache.xmlgraphics:batik-awt-util:1.7@jar'
53
compile group: 'org.fusesource.jansi', name: 'jansi', version: '1.16'
54
- compile group: 'org.apache.activemq', name: 'activemq-client', version: '5.15.2'
+ compile group: 'org.apache.activemq', name: 'activemq-client', version: '5.14.5'
55
56
57
compile ('com.hazelcast:hazelcast-all:2.1.2') { transitive = false }
0 commit comments