Skip to content

Commit af8a4cb

Browse files
author
Aaron
committed
1.1.9
- Dependency type change in build.grad.e
1 parent f21682e commit af8a4cb

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,11 @@ repositories {
2525
dependencies {
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
}

dslink.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)