Remove obsolete dependencies.
This commit is contained in:
parent
62de19a4af
commit
45541a33a6
14
pom.xml
14
pom.xml
|
@ -55,7 +55,7 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- logback versions 1.4.X require Java-11 -->
|
<!-- logback versions 1.4.X require Java-11 -->
|
||||||
<!-- logback versions 1.3.X require Java-8, but id this project is added as Dependency in Spring Boot, then Spring Boot throws an error, since it does not yet support logback 1.3.x -->
|
<!-- logback versions 1.3.X require Java-8, but if this project is added as Dependency in a Spring Boot App, then Spring Boot throws an error, since it does not yet support logback 1.3.x -->
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-core -->
|
<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-core -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -77,18 +77,6 @@
|
||||||
<artifactId>logback-classic</artifactId>
|
<artifactId>logback-classic</artifactId>
|
||||||
<version>1.2.12</version>
|
<version>1.2.12</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.slf4j</groupId>
|
|
||||||
<artifactId>slf4j-api</artifactId>
|
|
||||||
<version>1.7.5</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.slf4j</groupId>
|
|
||||||
<artifactId>slf4j-api</artifactId>
|
|
||||||
<version>1.7.36</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue