From 007e8969c1ed652169e37b1039f3c5f87baac3f1 Mon Sep 17 00:00:00 2001 From: Johno Crawford Date: Mon, 20 Feb 2017 10:49:15 +0100 Subject: [PATCH] Missing release modules in netty-all project Motivation: codec-redis and codec-xml are release modules and should be included in netty-all. Modifications: Add codec-redis and codec-xml modules to netty-all pom. Result: codec-redis and codec-xml can be used with the netty-all artifact. --- all/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/all/pom.xml b/all/pom.xml index f876617ac4..652fd39dd6 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -242,6 +242,13 @@ compile true + + ${project.groupId} + netty-codec-redis + ${project.version} + compile + true + ${project.groupId} netty-codec-smtp @@ -263,6 +270,13 @@ compile true + + ${project.groupId} + netty-codec-xml + ${project.version} + compile + true + ${project.groupId} netty-common