Skip to content

Commit 3dc2c24

Browse files
committed
Remove dangling netty dependency management
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 <[email protected]> (cherry picked from commit 4685531)
1 parent c405cdd commit 3dc2c24

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -923,11 +923,6 @@
923923
<artifactId>netty</artifactId>
924924
<version>3.2.10.Final</version>
925925
</dependency>
926-
<dependency>
927-
<groupId>io.netty</groupId>
928-
<artifactId>netty</artifactId>
929-
<version>3.10.6.Final</version>
930-
</dependency>
931926

932927
<!-- Spatial4j -->
933928
<dependency>

0 commit comments

Comments
 (0)