注释部分依赖

This commit is contained in:
liux 2025-06-26 09:01:12 +08:00
parent 1e782b49d0
commit e12445da2c
1 changed files with 41 additions and 41 deletions

View File

@ -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>
<!-- &lt;!&ndash; groovy-all &ndash;&gt;-->
<!-- <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>
<!-- &lt;!&ndash;HK SDK&ndash;&gt;-->
<!-- <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>