|
@@ -128,17 +128,14 @@
|
|
|
<groupId>com.dragoninfo</groupId>
|
|
|
<artifactId>dcuc-common</artifactId>
|
|
|
</dependency>
|
|
|
+ <!-- 国密加密工具 -->
|
|
|
+ <!-- 单元测试 -->
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-test</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-test</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
- <!-- 国密加密工具 -->
|
|
|
+ <!-- 单元测试 -->
|
|
|
</dependencies>
|
|
|
<profiles>
|
|
|
<profile>
|