Revert "Attempt to sort out logging dependencies"
This reverts commit e99d2199d8.
The main spring-boot project should not have compile scope dependencies
to any org.slf4j artifacts.
This commit is contained in:
@@ -40,12 +40,6 @@
|
||||
<version>3.16.1-GA</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<resources>
|
||||
|
||||
Reference in New Issue
Block a user