Browse Source

Update pom.xml

remove the log4j2 in scope test;
tags/1.1.0
Zhao Guangwei GitHub 5 years ago
parent
commit
10a977ce9d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      source/pom.xml

+ 1
- 6
source/pom.xml View File

@@ -92,11 +92,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
@@ -513,4 +508,4 @@
</profiles>


</project>
</project>

Loading…
Cancel
Save