From f560849fb66f7e8b46a908a9c0c2b0ecb81932bd Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Thu, 24 Dec 2020 07:17:47 +0200 Subject: [PATCH] Add missing netty-codec-haproxy dependency --- connector/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/connector/pom.xml b/connector/pom.xml index ad34205ef55..f2133f0258a 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -152,6 +152,12 @@ 4.1.43.Final compile + + io.netty + netty-codec-haproxy + 4.1.56.Final + compile + org.reflections reflections