Skip to content

Commit 7e4e6e2

Browse files
committed
remove references to jetty
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent ac78884 commit 7e4e6e2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
<cal10n.version>0.8.1</cal10n.version>
7676
<consolePlugin.version>1.1.0</consolePlugin.version>
7777
<tomcat.version>10.0.10</tomcat.version>
78-
<jetty.version>11.0.12</jetty.version>
7978
<jackson.version>2.15.0</jackson.version>
8079

8180
<!--<jansi.version>1.18</jansi.version>-->
@@ -243,11 +242,6 @@
243242
<artifactId>tomcat-coyote</artifactId>
244243
<version>${tomcat.version}</version>
245244
</dependency>
246-
<dependency>
247-
<groupId>org.eclipse.jetty</groupId>
248-
<artifactId>jetty-server</artifactId>
249-
<version>${jetty.version}</version>
250-
</dependency>
251245
<dependency>
252246
<groupId>org.mockito</groupId>
253247
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)