Commit 8f640c54 authored by Dave Syer's avatar Dave Syer

Correct copy-paste error in log4j config snippet

parent d3954a17
...@@ -873,7 +873,7 @@ requires some jiggling with excludes, e.g. in Maven: ...@@ -873,7 +873,7 @@ requires some jiggling with excludes, e.g. in Maven:
<artifactId>spring-boot-starter</artifactId> <artifactId>spring-boot-starter</artifactId>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>${project.groupId}</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId> <artifactId>spring-boot-starter-logging</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment