Skip to content

Commit

Permalink
optimize: remove org.eclipse.jetty dependency (#7152)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Feb 11, 2025
1 parent 14eed1a commit 6d3e17a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
<!-- # for test -->
<mockito.version>4.11.0</mockito.version>
<assertj-core.version>3.12.2</assertj-core.version>
<jetty-version>9.4.38.v20210224</jetty-version>
<janino-version>3.1.10</janino-version>
<mockwebserver-version>4.12.0</mockwebserver-version>
<native-lib-loader.version>2.4.0</native-lib-loader.version>
Expand Down Expand Up @@ -858,16 +857,6 @@
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>${jetty-version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>${jetty-version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
Expand Down

0 comments on commit 6d3e17a

Please sign in to comment.