Skip to content

Commit 33a92ca

Browse files
izeyewilkinsona
authored andcommitted
Provide dependency management for logback-access
Closes gh-2550
1 parent c414510 commit 33a92ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,11 @@
411411
</dependency>
412412

413413
<!-- Third Party -->
414+
<dependency>
415+
<groupId>ch.qos.logback</groupId>
416+
<artifactId>logback-access</artifactId>
417+
<version>${logback.version}</version>
418+
</dependency>
414419
<dependency>
415420
<groupId>ch.qos.logback</groupId>
416421
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)