fix sec issue on tca 81/82681/3
authorVENKATESH KUMAR <vv770d@att.com>
Tue, 19 Mar 2019 04:13:07 +0000 (00:13 -0400)
committerVENKATESH KUMAR <vv770d@att.com>
Tue, 19 Mar 2019 21:31:05 +0000 (17:31 -0400)
Change-Id: I065681bd984881c053f75d8db4d6a29e12df38e1
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-1209

dcae-analytics-cdap-tca/pom.xml

index e580d47..c42a820 100644 (file)
@@ -3,7 +3,7 @@
   ~ ===============================LICENSE_START======================================
   ~  dcae-analytics
   ~ ================================================================================
-  ~    Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+  ~    Copyright © 2017-2019 AT&T Intellectual Property. All rights reserved.
   ~ ================================================================================
   ~  Licensed under the Apache License, Version 2.0 (the "License");
   ~  you may not use this file except in compliance with the License.
 
     </dependencies>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>commons-codec</groupId>
+                <artifactId>commons-codec</artifactId>
+                <version>1.10</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+    
     <build>
         <plugins>
             <plugin>