From 23a1c2ebc86885d2b62dc5b8afc842a3e730fdae Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 11 Apr 2018 14:13:46 -0500 Subject: [PATCH] Update netty-handler version Issue-ID: AAF-228 Change-Id: Ic08c2adb0bd859d8864d5a515b15f4a3c15055ea Signed-off-by: Instrumental --- auth/docker/dstop.sh | 2 +- auth/pom.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/auth/docker/dstop.sh b/auth/docker/dstop.sh index c325c6a1..6105a00b 100644 --- a/auth/docker/dstop.sh +++ b/auth/docker/dstop.sh @@ -3,7 +3,7 @@ ORG=onap PROJECT=aaf DOCKER_REPOSITORY=nexus3.onap.org:10003 VERSION=2.1.0-SNAPSHOT -./d.props +. ./d.props if [ "$1" == "" ]; then AAF_COMPONENTS=`ls ../aaf_${VERSION}/bin | grep -v '\.'` diff --git a/auth/pom.xml b/auth/pom.xml index 458177bb..777480ea 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -512,6 +512,15 @@ + + + + io.netty + netty-handler + 4.1.22.Final + + + org.slf4j -- 2.16.6