Skip to content

Commit

Permalink
exclude spring-boot-starter-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
javahongxi committed Dec 16, 2018
1 parent f7d326e commit 8de0a4b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions whatsmars-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -42,11 +52,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>

<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
Expand Down

0 comments on commit 8de0a4b

Please sign in to comment.