diff --git a/build.gradle b/build.gradle index b4c34df..0ab4231 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ plugins { } group = 'eu.h2020.symbiote' -version = '0.3.0' +version = '0.3.1' // this is needed for starter to not create fat jar bootRepackage.enabled = false @@ -86,10 +86,8 @@ dependencies { compile('org.hibernate:hibernate-validator') - //compile('com.github.symbiote-h2020:SymbIoTeSecurity:24.2.0') { changing = true } //compile('eu.h2020.symbiote:SymbIoTeLibraries:5.+') { changing = true } - //compile('com.github.symbiote-h2020:SymbIoTeLibraries:5.+') { changing = true } - compile('com.github.symbiote-h2020:SymbIoTeLibraries:capability-name-SNAPSHOT') + compile('com.github.symbiote-h2020:SymbIoTeLibraries:5.+') { changing = true } compileOnly('org.projectlombok:lombok')