From a25103f5a8df723914861e3206ae85bc4790dba0 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sun, 21 Mar 2021 14:48:54 +0100 Subject: [PATCH] Fix netty-build dependency Motivation: netty-build is now called netty-build-common Modifications: Rename netty-build to netty-build-common Result: Be able to compile branch again --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7165962079..21d4dada07 100644 --- a/pom.xml +++ b/pom.xml @@ -624,7 +624,7 @@ ${project.groupId} - netty-build + netty-build-common ${netty.build.version} test @@ -752,7 +752,7 @@ ${project.groupId} - netty-build + netty-build-common test @@ -922,7 +922,7 @@ ${project.groupId} - netty-build + netty-build-common ${netty.build.version}