[DCAEGEN2] Vulnerability addressal for TCAgen2
[dcaegen2/analytics/tca-gen2.git] / dcae-analytics / dcae-analytics-tca-web / pom.xml
index 0a1b994..fc7ccaa 100644 (file)
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
+  ~ ============LICENSE_START=======================================================
+  ~ TCAgen2
   ~ ================================================================================
   ~ Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved.
+  ~ Copyright (c) 2019 IBM.
   ~ Copyright (c) 2021 Samsung Electronics. All rights reserved.
   ~ Copyright (c) 2021 Nokia Intellectual Property. All rights reserved.
-  ~ Copyright (c) 2021 Wipro Limited.
-  ~ ================================================================================
-  ~ Modifications Copyright (C) 2019 IBM
+  ~ Copyright (c) 2021-2022 Wipro Limited.
   ~ ================================================================================
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
@@ -32,7 +33,7 @@
     <parent>
         <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId>
         <artifactId>dcae-analytics</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>${revision}</version>
     </parent>
 
     <artifactId>dcae-analytics-tca-web</artifactId>
@@ -43,9 +44,9 @@
     <description>Contains Web related code for TCA</description>
 
     <properties>
-           <main.basedir>${project.parent.basedir}</main.basedir>
-           <undertow-core.version>2.2.7.Final</undertow-core.version>
-           <docker.image.name>onap/${project.groupId}.${project.artifactId}</docker.image.name>
+            <main.basedir>${project.parent.basedir}</main.basedir>
+            <undertow-core.version>2.2.14.Final</undertow-core.version>
+            <docker.image.name>onap/${project.groupId}.${project.artifactId}</docker.image.name>
     <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
     </properties>
 
@@ -69,7 +70,7 @@
             <exclusions>
                 <exclusion>
                     <groupId>io.undertow</groupId>
-                   <artifactId>undertow-core</artifactId>
+                    <artifactId>undertow-core</artifactId>
               </exclusion>
             </exclusions>
         </dependency>
         <!-- https://mvnrepository.com/artifact/io.undertow/undertow-core -->
         <dependency>
             <groupId>io.undertow</groupId>
-           <artifactId>undertow-core</artifactId>
-           <version>${undertow-core.version}</version>
+            <artifactId>undertow-core</artifactId>
+            <version>${undertow-core.version}</version>
         </dependency>
 
     </dependencies>
                    <id>tag-version</id>
                    <phase>install</phase>
                    <goals>
-                      <goal>tag</goal>
-                      <goal>push</goal>
+                        <goal>tag</goal>
+                        <goal>push</goal>
                    </goals>
                         <configuration>
                               <tag>${project.version}</tag>
                                <id>tag-version-ts</id>
                                <phase>install</phase>
                                <goals>
-                                      <goal>tag</goal>
-                                      <goal>push</goal>
+                                   <goal>tag</goal>
+                                   <goal>push</goal>
                                </goals>
                                 <configuration>
                               <tag>${project.version}-${maven.build.timestamp}Z</tag>