Skip to content

Commit

Permalink
Updated SymbioteLibraries to 5.+
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioKusek committed Mar 10, 2018
1 parent 8367b1b commit fe573d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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')

Expand Down

0 comments on commit fe573d6

Please sign in to comment.