From c84d8565858b6b2f262b8b886ef64e5f7a41e495 Mon Sep 17 00:00:00 2001 From: Jason Eric Klaes Hoetger Date: Sat, 1 Aug 2015 10:56:00 -0700 Subject: [PATCH] Fixing netty dependency management in test scope. Managing all netty versions in single netty.version property. --- pom.xml | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 80 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 517e25856..c7d5c6801 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,7 @@ UTF-8 UTF-8 github + 4.0.23.Final @@ -163,6 +164,12 @@ selenium-java 2.46.0 test + + + io.netty + netty + + @@ -182,8 +189,6 @@ io.netty netty-all - 4.0.23.Final - compile @@ -235,6 +240,79 @@ + + + + + io.netty + netty-all + ${netty.version} + + + io.netty + netty-buffer + ${netty.version} + + + io.netty + netty-codec + ${netty.version} + + + io.netty + netty-codec-haproxy + ${netty.version} + + + io.netty + netty-codec-http + ${netty.version} + + + io.netty + netty-codec-socks + ${netty.version} + + + io.netty + netty-common + ${netty.version} + + + io.netty + netty-handler + ${netty.version} + + + io.netty + netty-transport + ${netty.version} + + + io.netty + netty-transport-rxtx + ${netty.version} + + + io.netty + netty-transport-sctp + ${netty.version} + + + io.netty + netty-transport-udp + ${netty.version} + + + io.netty + netty-example + ${netty.version} + + + + 3.0.4