Procházet zdrojové kódy

删除不需要的依赖

zh.sqy před 9 roky
rodič
revize
3a7979b35f
1 změnil soubory, kde provedl 2 přidání a 17 odebrání
  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>