We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c4dd7 commit 9775fd1Copy full SHA for 9775fd1
lighty-core/dependency-versions/pom.xml
@@ -28,6 +28,17 @@
28
<artifactId>jetty-server</artifactId>
29
<version>9.4.58.v20250814</version>
30
</dependency>
31
+ <!-- FIXME remove this when ODL bumps to newer logback version -->
32
+ <dependency>
33
+ <groupId>ch.qos.logback</groupId>
34
+ <artifactId>logback-classic</artifactId>
35
+ <version>1.3.15</version>
36
+ </dependency>
37
38
39
+ <artifactId>logback-core</artifactId>
40
41
42
<dependency>
43
<groupId>org.opendaylight.odlparent</groupId>
44
<artifactId>odlparent</artifactId>
0 commit comments