style: 整理pom
diff --git a/system/api/pom.xml b/system/api/pom.xml
index 5f7637f..76a9dcd 100644
--- a/system/api/pom.xml
+++ b/system/api/pom.xml
@@ -34,6 +34,12 @@
 
 
     <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>
@@ -57,18 +63,6 @@
 
     <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>
       <scope>test</scope>
     </dependency>