File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,11 @@ repositories {
25
25
dependencies {
26
26
// implementation 'org.iot-dsa:dslink-v2-websocket:+' //for a locally installed sdk
27
27
api ' com.github.iot-dsa-v2.sdk-dslink-java-v2:dslink-v2-websocket:0.63.0'
28
+ api ' com.squareup.okhttp3:okhttp:3.14.0'
28
29
implementation ' commons-logging:commons-logging:+'
29
30
implementation ' org.apache.commons:commons-lang3:3.8.1'
30
31
implementation ' commons-io:commons-io:2.6'
31
- implementation ' com.squareup.okhttp3:okhttp:3.14.0'
32
- // implementation 'org.apache.cxf:cxf-rt-rs-security-oauth2:3.1.7'
33
- // implementation 'org.apache.cxf:cxf-rt-rs-client:3.0.0-milestone1'
34
- // implementation 'javax.xml.bind:jaxb-api:2.3.0'
35
- // implementation 'javax.activation:activation:+'
36
-
32
+
37
33
testImplementation ' junit:junit:+'
38
34
testImplementation ' org.mockito:mockito-all:+'
39
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dslink-java-v2-restadapter" ,
3
- "version" : " 1.1.8 " ,
3
+ "version" : " 1.1.9 " ,
4
4
"description" : " Java DSA to REST adapter DSLink" ,
5
5
"main" : " bin/dslink-java-v2-restadapter" ,
6
6
"configs" : {
You can’t perform that action at this time.
0 commit comments