Skip to content

Commit 0a4140f

Browse files
committed
Only declare logback-classic as a runtime dependency
This means logback-core is managed as a transitive dependency of logback-classic and the compatible version is resolved through the dependency mechanism rather than being manually managed.
1 parent 429242f commit 0a4140f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,6 @@
166166
<!-- NB: dependency:analyze has false warning about xml-apis:xml-apis. -->
167167

168168
<dependency>
169-
<groupId>ch.qos.logback</groupId>
170-
<artifactId>logback-core</artifactId>
171-
<version>1.3.14</version>
172-
<optional>true</optional>
173-
</dependency>
174-
<dependency>
175-
<!-- NB: We want this, despite warning from dependency:analyze. -->
176169
<groupId>ch.qos.logback</groupId>
177170
<artifactId>logback-classic</artifactId>
178171
<version>1.3.14</version>

0 commit comments

Comments
 (0)