diff options
Diffstat (limited to 'dcae-analytics/dcae-analytics-web')
-rw-r--r-- | dcae-analytics/dcae-analytics-web/pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dcae-analytics/dcae-analytics-web/pom.xml b/dcae-analytics/dcae-analytics-web/pom.xml index edeab90..4a7603b 100644 --- a/dcae-analytics/dcae-analytics-web/pom.xml +++ b/dcae-analytics/dcae-analytics-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. @@ -134,4 +134,13 @@ </dependencies> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + <version>5.0.11.RELEASE</version> + </dependency> + </dependencies> + </dependencyManagement> </project> |