|
@@ -5,7 +5,7 @@ buildscript {
|
|
|
ext {
|
|
|
kotlin_version = '1.2.21'
|
|
|
|
|
|
- spring_boot_version = '1.5.9.RELEASE'
|
|
|
+ spring_boot_version = '1.5.10.RELEASE'
|
|
|
|
|
|
junit_version = '4.12'
|
|
|
|
|
@@ -69,6 +69,7 @@ subprojects {
|
|
|
compile('org.springframework.boot:spring-boot-starter-web')
|
|
|
compile('org.springframework.boot:spring-boot-starter-aop')
|
|
|
compile('org.springframework.boot:spring-boot-starter-amqp')
|
|
|
+ compile('org.springframework.boot:spring-boot-starter-jta-atomikos')
|
|
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
|
|
|
|
|
testCompile("junit:junit:$junit_version")
|