File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply from: 'gradle/application.java.gradle'
26
26
repositories {
27
27
mavenCentral()
28
28
maven {
29
- url " https://oss.sonatype.org/content/repositories/snapshots /"
29
+ url " https://oss.sonatype.org/content/repositories/releases /"
30
30
}
31
31
// fc dependency
32
32
maven {
@@ -102,7 +102,7 @@ dependencies {
102
102
compile ' org.springframework.boot:spring-boot-starter-jdbc:1.3.3.RELEASE'
103
103
104
104
// NFVO Requestor
105
- compile ' org.openbaton:sdk:3.0.0-RC1 '
105
+ compile ' org.openbaton:sdk:3.0.0'
106
106
107
107
// RABBIT
108
108
compile ' org.springframework.boot:spring-boot-starter-amqp:1.3.3.RELEASE'
@@ -122,7 +122,7 @@ dependencies {
122
122
// cli dependencies end
123
123
124
124
// Openbaton
125
- compile ' org.openbaton:monitoring:3.0.0-RC1 '
125
+ compile ' org.openbaton:monitoring:3.0.0'
126
126
127
127
// Gson
128
128
compile ' com.google.code.gson:gson:2.4'
You can’t perform that action at this time.
0 commit comments