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 {
2525dependencies {
2626 // implementation 'org.iot-dsa:dslink-v2-websocket:+' //for a locally installed sdk
2727 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'
2829 implementation ' commons-logging:commons-logging:+'
2930 implementation ' org.apache.commons:commons-lang3:3.8.1'
3031 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+
3733 testImplementation ' junit:junit:+'
3834 testImplementation ' org.mockito:mockito-all:+'
3935}
Original file line number Diff line number Diff line change 11{
22 "name" : " dslink-java-v2-restadapter" ,
3- "version" : " 1.1.8 " ,
3+ "version" : " 1.1.9 " ,
44 "description" : " Java DSA to REST adapter DSLink" ,
55 "main" : " bin/dslink-java-v2-restadapter" ,
66 "configs" : {
You can’t perform that action at this time.
0 commit comments