diff options
author | VENKATESH KUMAR <vv770d@att.com> | 2019-03-19 00:13:07 -0400 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2019-03-19 17:31:05 -0400 |
commit | 032a765013bf6b0e23aca59aac2343c2d1903aec (patch) | |
tree | c0c4b1b209ac82be9a46d1ddf2850f704bb05b72 | |
parent | fc59e380eb67cb852222f7f8a1982c4ce71bd2a0 (diff) |
fix sec issue on tca
Change-Id: I065681bd984881c053f75d8db4d6a29e12df38e1
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-1209
-rw-r--r-- | dcae-analytics-cdap-tca/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dcae-analytics-cdap-tca/pom.xml b/dcae-analytics-cdap-tca/pom.xml index e580d47..c42a820 100644 --- a/dcae-analytics-cdap-tca/pom.xml +++ b/dcae-analytics-cdap-tca/pom.xml @@ -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. @@ -121,6 +121,16 @@ </dependencies> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.10</version> + </dependency> + </dependencies> + </dependencyManagement> + <build> <plugins> <plugin> |