Browse Source

优化本地jar的配置

ChenYang 1 year ago
parent
commit
f9575263fc
4 changed files with 3 additions and 3 deletions
  1. BIN
      doc/jar/RXTXcomm-3.0.5.jar
  2. BIN
      doc/jar/jssc-2.8.0.jar
  3. BIN
      doc/jar/modbus4j-3.0.5.jar
  4. 3 3
      pom.xml

BIN
doc/jar/RXTXcomm-3.0.5.jar


BIN
doc/jar/jssc-2.8.0.jar


BIN
doc/jar/modbus4j-3.0.5.jar


+ 3 - 3
pom.xml

@@ -73,21 +73,21 @@
       <artifactId>RXTXcomm</artifactId>
       <version>3.0.5</version>
       <scope>system</scope>
-      <systemPath>${basedir}/doc/jar/RXTXcomm-3.0.5.jar</systemPath>
+      <systemPath>${basedir}/src/main/resources/lib/RXTXcomm.jar</systemPath>
     </dependency>
     <dependency>
       <groupId>com.jwk</groupId>
       <artifactId>modbus4j</artifactId>
       <version>3.0.5</version>
       <scope>system</scope>
-      <systemPath>${basedir}/doc/jar/modbus4j-3.0.5.jar</systemPath>
+      <systemPath>${basedir}/src/main/resources/lib/modbus4j-3.0.5.jar</systemPath>
     </dependency>
     <dependency>
       <groupId>com.jwk</groupId>
       <artifactId>jssc</artifactId>
       <version>2.8.0</version>
       <scope>system</scope>
-      <systemPath>${basedir}/doc/jar/jssc-2.8.0.jar</systemPath>
+      <systemPath>${basedir}/src/main/resources/lib/jssc-2.8.0.jar</systemPath>
     </dependency>
     <!--modbus4j end-->
   </dependencies>