style: 整理pom
diff --git a/biz/api/pom.xml b/biz/api/pom.xml
index 3832ac9..bcc67f2 100644
--- a/biz/api/pom.xml
+++ b/biz/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>