Skip to content

Commit

Permalink
Logback Access modules has been renamed
Browse files Browse the repository at this point in the history
added prefix `logback-access-`
  • Loading branch information
footaku committed Nov 15, 2024
1 parent 82a8371 commit 920b694
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,18 @@
</dependency>
<dependency>
<groupId>ch.qos.logback.access</groupId>
<artifactId>common</artifactId>
<version>2.0.3</version>
<artifactId>logback-access-common</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>ch.qos.logback.access</groupId>
<artifactId>tomcat</artifactId>
<version>2.0.3</version>
<artifactId>logback-access-tomcat</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>ch.qos.logback.access</groupId>
<artifactId>jetty12</artifactId>
<version>2.0.3</version>
<artifactId>logback-access-jetty12</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 920b694

Please sign in to comment.