Version updated to adhere Dublin Release compliance
[dcaegen2/analytics/tca-gen2.git] / dcae-analytics / dcae-analytics-tca-web / pom.xml
index 6959bec..a878a0f 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.
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-actuator</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>io.undertow</groupId>
+                    <artifactId>undertow-core</artifactId>
+              </exclusion>
+            </exclusions>
+            
         </dependency>
         <dependency>
             <groupId>io.micrometer</groupId>
             <groupId>${project.groupId}</groupId>
             <artifactId>dcae-analytics-test</artifactId>
         </dependency>
+        <!-- https://mvnrepository.com/artifact/io.undertow/undertow-core -->
+      <dependency>
+        <groupId>io.undertow</groupId>
+        <artifactId>undertow-core</artifactId>
+        <version>2.0.17.Final</version>
+      </dependency>
 
     </dependencies>
 
-
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-core</artifactId>
+                <version>5.0.11.RELEASE</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+    
     <build>
         <resources>
             <resource>