Selaa lähdekoodia

更新pom.xml

DESKTOP-VAEGFGM\zqc 10 kuukautta sitten
vanhempi
commit
5d0a512758
2 muutettua tiedostoa jossa 1 lisäystä ja 7 poistoa
  1. 1 1
      menduner/menduner-mall-api/pom.xml
  2. 0 6
      menduner/menduner-mall-biz/pom.xml

+ 1 - 1
menduner/menduner-mall-api/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.citu</groupId>
         <artifactId>menduner</artifactId>
-        <version>2.1.0-snapshot</version>
+        <version>${revision}</version>
     </parent>
 
     <artifactId>menduner-mall-api</artifactId>

+ 0 - 6
menduner/menduner-mall-biz/pom.xml

@@ -56,12 +56,6 @@
             <artifactId>citu-spring-boot-starter-test</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.citu</groupId>
-            <artifactId>menduner-system-api</artifactId>
-            <version>2.1.0-snapshot</version>
-            <scope>compile</scope>
-        </dependency>
 
     </dependencies>