瀏覽代碼

优化本地jar的配置

ChenYang 1 年之前
父節點
當前提交
e427ff61cf
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      pom.xml
  2. 二進制
      src/main/resources/lib/rfid-1.0.0.jar

+ 2 - 0
pom.xml

@@ -71,6 +71,8 @@
       <groupId>com.warewms</groupId>
       <artifactId>rfid</artifactId>
       <version>1.0.0</version>
+      <scope>system</scope>
+      <systemPath>${basedir}/src/main/resources/lib/rfid-1.0.0.jar</systemPath>
     </dependency>
 
   </dependencies>

二進制
src/main/resources/lib/rfid-1.0.0.jar