From: Instrumental Date: Wed, 11 Apr 2018 19:13:46 +0000 (-0500) Subject: Update netty-handler version X-Git-Tag: Beijing-2.1.1~120 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F42315%2F1;p=aaf%2Fauthz.git Update netty-handler version Issue-ID: AAF-228 Change-Id: Ic08c2adb0bd859d8864d5a515b15f4a3c15055ea Signed-off-by: Instrumental --- 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