|
@@ -121,6 +121,13 @@
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
<version>4.3.7.RELEASE</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.hswebframework.web</groupId>
|
|
|
+ <artifactId>hsweb-spring-boot-starter</artifactId>
|
|
|
+ <version>3.0-SNAPSHOT</version>
|
|
|
+ <scope>test</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</project>
|