Update netty-handler version 15/42315/1
authorInstrumental <jcgmisc@stl.gathman.org>
Wed, 11 Apr 2018 19:13:46 +0000 (14:13 -0500)
committerInstrumental <jcgmisc@stl.gathman.org>
Wed, 11 Apr 2018 19:14:05 +0000 (14:14 -0500)
Issue-ID: AAF-228
Change-Id: Ic08c2adb0bd859d8864d5a515b15f4a3c15055ea
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
auth/docker/dstop.sh
auth/pom.xml

index c325c6a..6105a00 100644 (file)
@@ -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 '\.'`
index 458177b..777480e 100644 (file)
                                        </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>