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 eb71ce7 commit 758680bCopy full SHA for 758680b
build.gradle
@@ -87,8 +87,8 @@ sourceCompatibility = 1.8
87
88
dependencies {
89
compile 'org.tensorics:tensorics-core:0.+'
90
- compile (group: 'org.springframework.boot', name: 'spring-boot-starter', version: '1.5.4.RELEASE') { exclude module: "spring-boot-starter-logging" }
91
- testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '1.5.4.RELEASE'
+ compile (group: 'org.springframework.boot', name: 'spring-boot-starter', version: '1.5.2.RELEASE') { exclude module: "spring-boot-starter-logging" }
+ testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '1.5.2.RELEASE'
92
}
93
94
sourceSets {
0 commit comments