注释部分依赖
This commit is contained in:
parent
1e782b49d0
commit
e12445da2c
|
|
@ -226,49 +226,49 @@
|
||||||
<systemPath>${project.basedir}/lib/arcsoft-sdk-face-3.0.0.0-windows.jar</systemPath>
|
<systemPath>${project.basedir}/lib/arcsoft-sdk-face-3.0.0.0-windows.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- groovy-all -->
|
<!-- <!– groovy-all –>-->
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>org.apache.groovy</groupId>
|
<!-- <groupId>org.apache.groovy</groupId>-->
|
||||||
<artifactId>groovy</artifactId>
|
<!-- <artifactId>groovy</artifactId>-->
|
||||||
<version>4.0.21</version>
|
<!-- <version>4.0.21</version>-->
|
||||||
<scope>system</scope>
|
<!-- <scope>system</scope>-->
|
||||||
<systemPath>${project.basedir}/src/main/resources/lib/groovy-4.0.21.jar
|
<!-- <systemPath>${project.basedir}/src/main/resources/lib/groovy-4.0.21.jar-->
|
||||||
</systemPath>
|
<!-- </systemPath>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
|
|
||||||
<!--HK SDK-->
|
<!-- <!–HK SDK–>-->
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>examples-1.0</groupId>
|
<!-- <groupId>examples-1.0</groupId>-->
|
||||||
<artifactId>examples</artifactId>
|
<!-- <artifactId>examples</artifactId>-->
|
||||||
<version>1.3.0</version>
|
<!-- <version>1.3.0</version>-->
|
||||||
<scope>system</scope>
|
<!-- <scope>system</scope>-->
|
||||||
<systemPath>${project.basedir}/src/main/resources/lib/examples.jar
|
<!-- <systemPath>${project.basedir}/src/main/resources/lib/examples.jar-->
|
||||||
</systemPath>
|
<!-- </systemPath>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>jna-1.3.0</groupId>
|
<!-- <groupId>jna-1.3.0</groupId>-->
|
||||||
<artifactId>jna</artifactId>
|
<!-- <artifactId>jna</artifactId>-->
|
||||||
<version>1.3.0</version>
|
<!-- <version>1.3.0</version>-->
|
||||||
<scope>system</scope>
|
<!-- <scope>system</scope>-->
|
||||||
<systemPath>${project.basedir}/src/main/resources/lib/jna.jar
|
<!-- <systemPath>${project.basedir}/src/main/resources/lib/jna.jar-->
|
||||||
</systemPath>
|
<!-- </systemPath>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>com.infiniteautomation</groupId>
|
<!-- <groupId>com.infiniteautomation</groupId>-->
|
||||||
<artifactId>modbus4j</artifactId>
|
<!-- <artifactId>modbus4j</artifactId>-->
|
||||||
<version>3.1.0</version>
|
<!-- <version>3.1.0</version>-->
|
||||||
<scope>system</scope>
|
<!-- <scope>system</scope>-->
|
||||||
<systemPath>${project.basedir}/src/main/resources/lib/modbus4j-3.0.3.jar</systemPath>
|
<!-- <systemPath>${project.basedir}/src/main/resources/lib/modbus4j-3.0.3.jar</systemPath>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
|
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>artemis-http-client</groupId>
|
<!-- <groupId>artemis-http-client</groupId>-->
|
||||||
<artifactId>secutil</artifactId>
|
<!-- <artifactId>secutil</artifactId>-->
|
||||||
<version>1.1.3</version>
|
<!-- <version>1.1.3</version>-->
|
||||||
<scope>system</scope>
|
<!-- <scope>system</scope>-->
|
||||||
<systemPath>${project.basedir}/src/main/resources/lib/artemis-http-client-1.1.3.jar
|
<!-- <systemPath>${project.basedir}/src/main/resources/lib/artemis-http-client-1.1.3.jar-->
|
||||||
</systemPath>
|
<!-- </systemPath>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue