Browse Source
Update pom.xml
add the log4j2 in scope test;
tags/1.1.0
Zhao Guangwei
GitHub
5 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
1 deletions
-
source/utils/utils-http/pom.xml
|
|
@@ -43,6 +43,11 @@ |
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-log4j2</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<!-- <dependency>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
@@ -68,4 +73,4 @@ |
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build> -->
|
|
|
|
</project> |
|
|
|
</project>
|