Skip to content

Commit

Permalink
Remove dangling netty dependency management
Browse files Browse the repository at this point in the history
We have a very old version of io.netty:netty dependency in our dependency management that
is not being used anyways. This commit removes this dependency management so that dependabot
does not report it as security vulnerability.

Signed-off-by: Boxuan Li <liboxuan@connect.hku.hk>
(cherry picked from commit 4685531)
  • Loading branch information
li-boxuan committed Oct 6, 2023
1 parent c405cdd commit 3dc2c24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -923,11 +923,6 @@
<artifactId>netty</artifactId>
<version>3.2.10.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.10.6.Final</version>
</dependency>

<!-- Spatial4j -->
<dependency>
Expand Down

0 comments on commit 3dc2c24

Please sign in to comment.