Correct copy-paste error in log4j config snippet

This commit is contained in:
Dave Syer 2014-04-24 11:28:48 +01:00
parent d3954a1703
commit 8f640c549f

View File

@ -873,7 +873,7 @@ requires some jiggling with excludes, e.g. in Maven:
<artifactId>spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<groupId>${project.groupId}</groupId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>