Fix for logback as a transitive dependency.
- updated pom.xml to have logback-classic in test scope. - moved logback.xml from src/main/resources to src/test/resources
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -110,6 +110,7 @@
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.3.11</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents.client5</groupId>
|
||||
|
||||
Reference in New Issue
Block a user