From fa2768224829200e2940d05553523e23afabc40d Mon Sep 17 00:00:00 2001 From: Dmitriy Tverdiakov Date: Thu, 2 Oct 2025 14:10:35 +0100 Subject: [PATCH] feat(bom): delete netty-bom from neo4j-java-driver-bom While Netty is a very important part of the driver implementation, it is not uncommon to expect BOM to only include the direct project modules. The `netty-bom` has been deleted from `neo4j-java-driver-bom` in this update. --- bom/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 13203a3065..19326091e1 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -49,13 +49,6 @@ pom import - - io.netty - netty-bom - ${netty-bom.version} - pom - import -