diff options
author | VENKATESH KUMAR <vv770d@att.com> | 2019-03-18 23:48:12 -0400 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2019-03-19 11:25:28 -0400 |
commit | 2e8c09aacb92a5a0a5a3b057965252f80a841f92 (patch) | |
tree | 11638eb05fea4db737d0f26ff0e1dd01b11b5b41 /dcae-analytics/dcae-analytics-tca-web/pom.xml | |
parent | 9f96fa00ab70ea83637cab0da7b89ef01a3bc39d (diff) |
fix clm scan issue
Change-Id: I126bab7ecf03a8df66269d8272c6ef48e228636c
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-1208
Diffstat (limited to 'dcae-analytics/dcae-analytics-tca-web/pom.xml')
-rw-r--r-- | dcae-analytics/dcae-analytics-tca-web/pom.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/dcae-analytics/dcae-analytics-tca-web/pom.xml b/dcae-analytics/dcae-analytics-tca-web/pom.xml index 6959bec..afa7d26 100644 --- a/dcae-analytics/dcae-analytics-tca-web/pom.xml +++ b/dcae-analytics/dcae-analytics-tca-web/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ~ ================================================================================ - ~ Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. + ~ Copyright (c) 2018-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. @@ -107,7 +107,16 @@ </dependencies> - + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + <version>5.0.11.RELEASE</version> + </dependency> + </dependencies> + </dependencyManagement> + <build> <resources> <resource> |