fix clm scan issue 22/82622/2
authorVENKATESH KUMAR <vv770d@att.com>
Tue, 19 Mar 2019 03:48:12 +0000 (23:48 -0400)
committerVENKATESH KUMAR <vv770d@att.com>
Tue, 19 Mar 2019 15:25:28 +0000 (11:25 -0400)
Change-Id: I126bab7ecf03a8df66269d8272c6ef48e228636c
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-1208

dcae-analytics/dcae-analytics-tca-core/pom.xml
dcae-analytics/dcae-analytics-tca-web/pom.xml
dcae-analytics/dcae-analytics-web/pom.xml

index 2014c36..a909a67 100644 (file)
@@ -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.
     </dependencies>
 
 
+    <dependencyManagement>
+       <dependencies>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-context</artifactId>
+                       <version>5.0.11.RELEASE</version>
+               </dependency>
+       </dependencies>
+    </dependencyManagement>
 </project>
index 6959bec..afa7d26 100644 (file)
@@ -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.
 
     </dependencies>
 
-
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-core</artifactId>
+                <version>5.0.11.RELEASE</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+    
     <build>
         <resources>
             <resource>
index edeab90..4a7603b 100644 (file)
@@ -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.
     </dependencies>
 
 
+    <dependencyManagement>
+       <dependencies>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-core</artifactId>
+                       <version>5.0.11.RELEASE</version>
+               </dependency>
+       </dependencies>
+    </dependencyManagement>
 </project>