Selaa lähdekoodia

新增测试环境所需的依赖

周浩 9 vuotta sitten
vanhempi
commit
1ad3ccb2ac
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5 2
      hsweb-web-service-impl-common/pom.xml

+ 5 - 2
hsweb-web-service-impl-common/pom.xml

@@ -18,13 +18,16 @@
             <artifactId>hsweb-web-dao-impl-mybatis</artifactId>
             <scope>test</scope>
         </dependency>
-
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-web</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>com.oracle</groupId>
             <artifactId>ojdbc14</artifactId>
             <scope>test</scope>
         </dependency>
-
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>