Skip to content

Commit

Permalink
Imp: update sdk version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellom committed Oct 31, 2016
1 parent 5450cf5 commit be5c8b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply from: 'gradle/application.java.gradle'
repositories {
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
url "https://oss.sonatype.org/content/repositories/releases/"
}
// fc dependency
maven {
Expand Down Expand Up @@ -102,7 +102,7 @@ dependencies {
compile 'org.springframework.boot:spring-boot-starter-jdbc:1.3.3.RELEASE'

//NFVO Requestor
compile 'org.openbaton:sdk:3.0.0-RC1'
compile 'org.openbaton:sdk:3.0.0'

//RABBIT
compile 'org.springframework.boot:spring-boot-starter-amqp:1.3.3.RELEASE'
Expand All @@ -122,7 +122,7 @@ dependencies {
// cli dependencies end

//Openbaton
compile 'org.openbaton:monitoring:3.0.0-RC1'
compile 'org.openbaton:monitoring:3.0.0'

//Gson
compile 'com.google.code.gson:gson:2.4'
Expand Down

0 comments on commit be5c8b2

Please sign in to comment.