注释部分依赖
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>
|
||||
</dependency>
|
||||
|
||||
<!-- groovy-all -->
|
||||
<dependency>
|
||||
<groupId>org.apache.groovy</groupId>
|
||||
<artifactId>groovy</artifactId>
|
||||
<version>4.0.21</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/src/main/resources/lib/groovy-4.0.21.jar
|
||||
</systemPath>
|
||||
</dependency>
|
||||
<!-- <!– groovy-all –>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.apache.groovy</groupId>-->
|
||||
<!-- <artifactId>groovy</artifactId>-->
|
||||
<!-- <version>4.0.21</version>-->
|
||||
<!-- <scope>system</scope>-->
|
||||
<!-- <systemPath>${project.basedir}/src/main/resources/lib/groovy-4.0.21.jar-->
|
||||
<!-- </systemPath>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<!--HK SDK-->
|
||||
<dependency>
|
||||
<groupId>examples-1.0</groupId>
|
||||
<artifactId>examples</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/src/main/resources/lib/examples.jar
|
||||
</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jna-1.3.0</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/src/main/resources/lib/jna.jar
|
||||
</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.infiniteautomation</groupId>
|
||||
<artifactId>modbus4j</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/src/main/resources/lib/modbus4j-3.0.3.jar</systemPath>
|
||||
</dependency>
|
||||
<!-- <!–HK SDK–>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>examples-1.0</groupId>-->
|
||||
<!-- <artifactId>examples</artifactId>-->
|
||||
<!-- <version>1.3.0</version>-->
|
||||
<!-- <scope>system</scope>-->
|
||||
<!-- <systemPath>${project.basedir}/src/main/resources/lib/examples.jar-->
|
||||
<!-- </systemPath>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>jna-1.3.0</groupId>-->
|
||||
<!-- <artifactId>jna</artifactId>-->
|
||||
<!-- <version>1.3.0</version>-->
|
||||
<!-- <scope>system</scope>-->
|
||||
<!-- <systemPath>${project.basedir}/src/main/resources/lib/jna.jar-->
|
||||
<!-- </systemPath>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.infiniteautomation</groupId>-->
|
||||
<!-- <artifactId>modbus4j</artifactId>-->
|
||||
<!-- <version>3.1.0</version>-->
|
||||
<!-- <scope>system</scope>-->
|
||||
<!-- <systemPath>${project.basedir}/src/main/resources/lib/modbus4j-3.0.3.jar</systemPath>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<dependency>
|
||||
<groupId>artemis-http-client</groupId>
|
||||
<artifactId>secutil</artifactId>
|
||||
<version>1.1.3</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/src/main/resources/lib/artemis-http-client-1.1.3.jar
|
||||
</systemPath>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>artemis-http-client</groupId>-->
|
||||
<!-- <artifactId>secutil</artifactId>-->
|
||||
<!-- <version>1.1.3</version>-->
|
||||
<!-- <scope>system</scope>-->
|
||||
<!-- <systemPath>${project.basedir}/src/main/resources/lib/artemis-http-client-1.1.3.jar-->
|
||||
<!-- </systemPath>-->
|
||||
<!-- </dependency>-->
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
Loading…
Reference in New Issue