summaryrefslogtreecommitdiffstats
path: root/auth
diff options
context:
space:
mode:
authorInstrumental <jcgmisc@stl.gathman.org>2018-04-11 14:13:46 -0500
committerInstrumental <jcgmisc@stl.gathman.org>2018-04-11 14:14:05 -0500
commit23a1c2ebc86885d2b62dc5b8afc842a3e730fdae (patch)
tree9280888e6537b16fdf96fe92f5d33edd77ecb8e8 /auth
parent9d4f038670343ddd8d9edf797c98aecad2d35ff0 (diff)
Update netty-handler version
Issue-ID: AAF-228 Change-Id: Ic08c2adb0bd859d8864d5a515b15f4a3c15055ea Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'auth')
-rw-r--r--auth/docker/dstop.sh2
-rw-r--r--auth/pom.xml9
2 files changed, 10 insertions, 1 deletions
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 @@
</exclusion>
</exclusions>
</dependency>
+
+ <!-- Note: Ensure DataStax uses more up-to-date netty handler -->
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler</artifactId>
+ <version>4.1.22.Final</version>
+ </dependency>
+
+
<dependency>
<groupId>org.slf4j</groupId>