Version updated to adhere Dublin Release compliance 46/86846/2
authorJegadeesh Babu <jegabab1@in.ibm.com>
Thu, 2 May 2019 17:59:26 +0000 (23:29 +0530)
committerJegadeesh Babu <jegabab1@in.ibm.com>
Thu, 2 May 2019 18:07:19 +0000 (18:07 +0000)
Security Compiance

Issue-ID: DCAEGEN2-1457
Change-Id: Ia1c3047818d883b22935037457891eae368d2eec
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
dcae-analytics/dcae-analytics-tca-web/pom.xml
dcae-analytics/dcae-analytics-web/pom.xml

index afa7d26..a878a0f 100644 (file)
         <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>
 
index 4a7603b..b160604 100644 (file)
                     <groupId>org.springframework.boot</groupId>
                     <artifactId>spring-boot-starter-tomcat</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>io.undertow</groupId>
+                    <artifactId>undertow-core</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
             <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>
+      <dependencies>
+        <dependency>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-core</artifactId>
+          <version>5.0.11.RELEASE</version>
+        </dependency>
+      </dependencies>
     </dependencyManagement>
 </project>