style: 整理pom
author刘洪青 <hongqing.liu@supwisdom.com>
Mon, 19 Aug 2019 06:40:13 +0000 (14:40 +0800)
committer刘洪青 <hongqing.liu@supwisdom.com>
Mon, 19 Aug 2019 06:40:13 +0000 (14:40 +0800)
biz/api/pom.xml
biz/domain/pom.xml
system/api/pom.xml
system/domain/pom.xml

index 3832ac9..bcc67f2 100644 (file)
     </dependency>
 
 
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter</artifactId>
+    </dependency>
+
+
     <dependency>
       <groupId>com.supwisdom.institute</groupId>
       <artifactId>sw-backend-common-core</artifactId>
     </dependency>
 
 
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter</artifactId>
-    </dependency>
-
-
-    <dependency>
-      <groupId>com.supwisdom.infras</groupId>
-      <artifactId>infras-mvc</artifactId>
-    </dependency>
-
-
     <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-test</artifactId>
index 3f8f044..29fc7bb 100644 (file)
     </dependency>
 
 
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter</artifactId>
+    </dependency>
+
+
     <dependency>
       <groupId>com.supwisdom.institute</groupId>
       <artifactId>sw-backend-common-core</artifactId>
-      <version>${project.version}</version>
     </dependency>
 
     <dependency>
       <groupId>com.supwisdom.institute</groupId>
       <artifactId>sw-backend-common-utils</artifactId>
-      <version>${project.version}</version>
     </dependency>
 
     <dependency>
       <groupId>com.supwisdom.institute</groupId>
       <artifactId>sw-backend-common-framework</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-
-
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter</artifactId>
     </dependency>
 
 
index 5f7637f..76a9dcd 100644 (file)
     </dependency>
 
 
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter</artifactId>
+    </dependency>
+
+
     <dependency>
       <groupId>com.supwisdom.institute</groupId>
       <artifactId>sw-backend-common-core</artifactId>
     </dependency>
 
 
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter</artifactId>
-    </dependency>
-
-
-    <dependency>
-      <groupId>com.supwisdom.infras</groupId>
-      <artifactId>infras-mvc</artifactId>
-    </dependency>
-
-
     <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-test</artifactId>
index 8e8e2fb..7464c71 100644 (file)
     </dependency>
 
 
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter</artifactId>
+    </dependency>
+
+
     <dependency>
       <groupId>com.supwisdom.institute</groupId>
       <artifactId>sw-backend-common-core</artifactId>
-      <version>${project.version}</version>
     </dependency>
 
     <dependency>
       <groupId>com.supwisdom.institute</groupId>
       <artifactId>sw-backend-common-utils</artifactId>
-      <version>${project.version}</version>
     </dependency>
 
     <dependency>
       <groupId>com.supwisdom.institute</groupId>
       <artifactId>sw-backend-common-framework</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-
-
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter</artifactId>
     </dependency>