File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ subprojects {
98
98
99
99
allprojects {
100
100
repositories {
101
- mavenLocal()
101
+ // mavenLocal()
102
102
mavenCentral()
103
103
maven {
104
104
url = uri(" https://oss.sonatype.org/content/repositories/snapshots/" )
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- api(" org.eclipse.thingweb:kotlin-wot:0.1.3 -SNAPSHOT" )
2
+ api(" org.eclipse.thingweb:kotlin-wot:0.1.0 -SNAPSHOT" )
3
3
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
4
4
}
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
api(project(" :lmos-kotlin-sdk-base" ))
3
- implementation(" org.eclipse.thingweb:kotlin-wot-binding-http:0.1.3 -SNAPSHOT" )
4
- implementation(" org.eclipse.thingweb:kotlin-wot-binding-websocket:0.1.3 -SNAPSHOT" )
3
+ implementation(" org.eclipse.thingweb:kotlin-wot-binding-http:0.1.0 -SNAPSHOT" )
4
+ implementation(" org.eclipse.thingweb:kotlin-wot-binding-websocket:0.1.0 -SNAPSHOT" )
5
5
implementation(" org.slf4j:slf4j-api:2.0.16" )
6
6
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
implementation(" org.slf4j:slf4j-api:2.0.16" )
5
5
6
6
testImplementation(platform(" io.ktor:ktor-bom:3.1.0" ))
7
- testImplementation(" org.eclipse.thingweb:kotlin-wot-binding-http:0.1.3 -SNAPSHOT" )
7
+ testImplementation(" org.eclipse.thingweb:kotlin-wot-binding-http:0.1.0 -SNAPSHOT" )
8
8
testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0" )
9
9
testImplementation(" io.ktor:ktor-client-okhttp" )
10
10
testImplementation(" io.ktor:ktor-client-json" )
You can’t perform that action at this time.
0 commit comments