ATEST-75: simple testing whether externally configuring the cassandra

application works
This commit is contained in:
Zellweger Christof Ralf
2015-06-11 18:12:03 +02:00
parent 467968cdd7
commit 59f5aa0777
5 changed files with 43 additions and 6 deletions

View File

@ -2,7 +2,7 @@ version = '1.0.0'
dependencies {
compile project(':ch.psi.daq.cassandra')
compile 'org.springframework.boot:spring-boot-starter-web:1.2.3.RELEASE'
compile 'org.springframework.boot:spring-boot-starter-web:1.2.4.RELEASE'
compile 'org.apache.commons:commons-lang3:3.4'
}