Browse Source

优化本地jar的配置

ChenYang 1 year ago
parent
commit
476b7697ac
1 changed files with 2 additions and 4 deletions
  1. 2 4
      pom.xml

+ 2 - 4
pom.xml

@@ -4,9 +4,9 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>com.jwk</groupId>
+  <groupId>com.warewms</groupId>
   <artifactId>rfid-zebra-spring-boot-starter</artifactId>
-  <version>1.0</version>
+  <version>1.0.0</version>
 
   <name>rfid-zebra-spring-boot-starter</name>
 
@@ -71,8 +71,6 @@
       <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>