|
@@ -108,20 +108,20 @@
|
|
|
<artifactId>bdparsii</artifactId>
|
|
|
</dependency>
|
|
|
<!--证书认证-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>de.schlichtherle.truelicense</groupId>-->
|
|
|
-<!-- <artifactId>truelicense-core</artifactId>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.license</groupId>-->
|
|
|
-<!-- <artifactId>core</artifactId>-->
|
|
|
-<!-- <version>1.0</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.license</groupId>-->
|
|
|
-<!-- <artifactId>verify</artifactId>-->
|
|
|
-<!-- <version>1.0</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>de.schlichtherle.truelicense</groupId>-->
|
|
|
+ <!-- <artifactId>truelicense-core</artifactId>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>com.license</groupId>-->
|
|
|
+ <!-- <artifactId>core</artifactId>-->
|
|
|
+ <!-- <version>1.0</version>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>com.license</groupId>-->
|
|
|
+ <!-- <artifactId>verify</artifactId>-->
|
|
|
+ <!-- <version>1.0</version>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
|
|
|
<!--opcDa读取依赖-->
|
|
|
<!--utgard -->
|
|
@@ -237,10 +237,17 @@
|
|
|
<version>3.0.9</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>com.sun.jna</groupId>
|
|
|
+ <groupId>com.example.opc_da</groupId>
|
|
|
<artifactId>examples</artifactId>
|
|
|
- <version>1.0</version>
|
|
|
+ <version>0.0.1-SNAPSHOT</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath>
|
|
|
</dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.sun.jna</groupId>-->
|
|
|
+<!-- <artifactId>examples</artifactId>-->
|
|
|
+<!-- <version>1.0</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
</dependencies>
|
|
|
|
|
|
<!--打包环境-->
|