File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
implementation(" javax.xml.bind:jaxb-api:2.3.1" )
29
29
implementation(" com.sun.xml.bind:jaxb-core:2.3.0.1" )
30
30
implementation(" com.sun.xml.bind:jaxb-impl:2.3.3" )
31
- implementation (" com.github.paulorb:modbus-kt:1.0.12 " )
31
+ implementation (" com.github.paulorb:modbus-kt:1.0.14 " )
32
32
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2" )
33
33
implementation(" org.apache.commons:commons-csv:1.10.0" )
34
34
implementation(" org.apache.logging.log4j:log4j-core:$log4jVersion " )
@@ -37,6 +37,10 @@ dependencies {
37
37
testImplementation(kotlin(" test" ))
38
38
}
39
39
40
+ configurations.all {
41
+ exclude(module = " sl" )
42
+ }
43
+
40
44
kapt {
41
45
arguments {
42
46
arg(" project" , " ${project.group} /${project.name} " )
You can’t perform that action at this time.
0 commit comments