From efeb4cd8cbb148bb252a07f8a2664cd77ea7b5ea Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 2 Dec 2016 13:55:37 +0100 Subject: [PATCH] Add codec-smtp to all jar. Motivation: 562d8d220028fbb3d62028bc5879a121dff2fdbd added codec-smtp but we missed to add it to the all jar. Modifications: Include codec-smtp in the all jar. Result: Include all codecs in the all jar. --- all/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/all/pom.xml b/all/pom.xml index 0f179b27de..df03ccde6f 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -161,6 +161,13 @@ compile true + + ${project.groupId} + netty-codec-smtp + ${project.version} + compile + true + ${project.groupId} netty-codec-socks