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 ac78884 commit 7e4e6e2Copy full SHA for 7e4e6e2
pom.xml
@@ -75,7 +75,6 @@
75
<cal10n.version>0.8.1</cal10n.version>
76
<consolePlugin.version>1.1.0</consolePlugin.version>
77
<tomcat.version>10.0.10</tomcat.version>
78
- <jetty.version>11.0.12</jetty.version>
79
<jackson.version>2.15.0</jackson.version>
80
81
<!--<jansi.version>1.18</jansi.version>-->
@@ -243,11 +242,6 @@
243
242
<artifactId>tomcat-coyote</artifactId>
244
<version>${tomcat.version}</version>
245
</dependency>
246
- <dependency>
247
- <groupId>org.eclipse.jetty</groupId>
248
- <artifactId>jetty-server</artifactId>
249
- <version>${jetty.version}</version>
250
- </dependency>
251
<dependency>
252
<groupId>org.mockito</groupId>
253
<artifactId>mockito-core</artifactId>
0 commit comments