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 fa67df7 commit 2f97ae5Copy full SHA for 2f97ae5
lighty-core/dependency-versions/pom.xml
@@ -30,6 +30,12 @@
30
<type>pom</type>
31
<scope>import</scope>
32
</dependency>
33
+ <!-- FIXME remove this when ODL bumps to newer jetty -->
34
+ <dependency>
35
+ <groupId>org.eclipse.jetty</groupId>
36
+ <artifactId>jetty-server</artifactId>
37
+ <version>9.4.58.v20250814</version>
38
+ </dependency>
39
<dependency>
40
<groupId>org.opendaylight.odlparent</groupId>
41
<artifactId>odlparent</artifactId>
0 commit comments