ソースを参照

删除不需要的依赖

zh.sqy 9 年 前
コミット
3a7979b35f
1 ファイル変更2 行追加17 行削除
  1. 2 17
      hsweb-web-controller/pom.xml

+ 2 - 17
hsweb-web-controller/pom.xml

@@ -22,30 +22,15 @@
     <dependencies>
         <dependency>
             <groupId>org.hsweb</groupId>
-            <artifactId>hsweb-web-service-impl-common</artifactId>
+            <artifactId>hsweb-web-service-interface</artifactId>
             <version>${parent.version}</version>
         </dependency>
+
         <dependency>
             <groupId>org.hsweb</groupId>
             <artifactId>hsweb-web-core</artifactId>
             <version>${parent.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.hsweb</groupId>
-            <artifactId>hsweb-web-service-interface</artifactId>
-            <version>${parent.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-web</artifactId>
-            <version>${spring.boot.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-logging</artifactId>
-            <version>${spring.boot.version}</version>
-        </dependency>
 
         <dependency>
             <groupId>commons-fileupload</groupId>