This commit is contained in:
2023-12-26 12:15:14 +08:00
parent 6c91925517
commit 570f81e3f0
11 changed files with 98 additions and 123 deletions

View File

@@ -66,6 +66,12 @@
<groupId>org.openscada.utgard</groupId>
<artifactId>org.openscada.opc.lib</artifactId>
<version>1.5.0</version>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>