fix clm scan issue
[dcaegen2/analytics/tca-gen2.git] / dcae-analytics / dcae-analytics-web / pom.xml
index f79c8ec..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.
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.onap.dcaegen2.analytics</groupId>
+        <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId>
         <artifactId>dcae-analytics</artifactId>
         <version>3.0.0-SNAPSHOT</version>
     </parent>
@@ -52,7 +52,7 @@
 
         <!-- ECOMP LOGGER -->
         <dependency>
-            <groupId>org.onap.dcaegen2.utils</groupId>
+            <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId>
             <artifactId>eelf-logger-logback-impl</artifactId>
         </dependency>
 
     </dependencies>
 
 
+    <dependencyManagement>
+       <dependencies>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-core</artifactId>
+                       <version>5.0.11.RELEASE</version>
+               </dependency>
+       </dependencies>
+    </dependencyManagement>
 </project>