Skip to content

Commit

Permalink
downgrade activemq to 5.14.5 to support jdk1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadedin committed Jan 14, 2018
1 parent 40fd15e commit c03a8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
compile 'org.apache.xmlgraphics:batik-svggen:1.7@jar'
compile 'org.apache.xmlgraphics:batik-awt-util:1.7@jar'
compile group: 'org.fusesource.jansi', name: 'jansi', version: '1.16'
compile group: 'org.apache.activemq', name: 'activemq-client', version: '5.15.2'
compile group: 'org.apache.activemq', name: 'activemq-client', version: '5.14.5'


compile ('com.hazelcast:hazelcast-all:2.1.2') { transitive = false }
Expand Down

0 comments on commit c03a8d4

Please sign in to comment.