Skip to content

Commit

Permalink
fix: logback 1.3.x for java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
klopfdreh committed Aug 30, 2024
1 parent 8ff8e8e commit f04ef9f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,17 @@
<artifactId>spring-boot-starter-test</artifactId>
<version>${spring.boot.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.14</version>
</dependency>
<!-- This is needed in order to force junit4 and JTH tests to use newer hamcrest version -->
<dependency>
Expand Down

0 comments on commit f04ef9f

Please sign in to comment.