Quellcode durchsuchen

父级pom 依赖管理

liubo vor 3 Jahren
Ursprung
Commit
85dcbf2dff
1 geänderte Dateien mit 6 neuen und 7 gelöschten Zeilen
  1. 6 7
      pom.xml

+ 6 - 7
pom.xml

@@ -20,7 +20,6 @@
         <module>zd-api</module>
         <module>zd-common</module>
         <module>zd-model</module>
-        <module>zd-chemical-api</module>
     </modules>
 
     <properties>
@@ -255,12 +254,6 @@
                 <version>${zd.version}</version>
             </dependency>
 
-            <!-- 系统接口 -->
-            <dependency>
-                <groupId>com.zd</groupId>
-                <artifactId>zd-api-system</artifactId>
-                <version>${zd.version}</version>
-            </dependency>
             <!--      返回值包装      -->
             <dependency>
                 <groupId>com.zd</groupId>
@@ -332,6 +325,12 @@
             </dependency>
 
             <dependency>
+                <groupId>com.zd.system</groupId>
+                <artifactId>zd-system-api</artifactId>
+                <version>${zd.version}</version>
+            </dependency>
+
+            <dependency>
                 <groupId>com.zd.laboratory</groupId>
                 <artifactId>zd-laboratory-api</artifactId>
                 <version>${zd.version}</version>