Upgrade ArtemisMQ 1.5.1 to 1.5.3 (#292)

* Upgrade Artemis  to 1.5.3
This commit is contained in:
Victor 2017-02-28 01:50:27 +08:00 committed by Clinton
parent 9ea1f09ae8
commit 0ba47003da

View File

@ -13,7 +13,7 @@ buildscript {
ext.kotlin_version = '1.0.6'
ext.quasar_version = '0.7.6' // TODO: Upgrade to 0.7.7+ when Quasar bug 238 is resolved.
ext.asm_version = '0.5.3'
ext.artemis_version = '1.5.1'
ext.artemis_version = '1.5.3'
ext.jackson_version = '2.8.5'
ext.jetty_version = '9.3.9.v20160517'
ext.jersey_version = '2.25'