aboutsummaryrefslogtreecommitdiffstats
path: root/ms/vlantag-api/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-01-03 14:17:00 -0500
committerDan Timoney <dtimoney@att.com>2022-01-03 14:55:11 -0500
commitb28d09d2e9a97994b0aa93c5632ebaf1f80cee41 (patch)
treee6d0401e63ea692de9409cb2c5103e02f112ad31 /ms/vlantag-api/pom.xml
parentfcc85dc1e3c199c72a173dee04c216a17b7e86a7 (diff)
Upgrade to log4j2 2.17.1
Update to use version 2.17.1 to resolve log4shell vulnerability Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I5fff58c7cc59f4a95156fb0180a2d8aa070d4b30
Diffstat (limited to 'ms/vlantag-api/pom.xml')
-rw-r--r--ms/vlantag-api/pom.xml18
1 files changed, 6 insertions, 12 deletions
diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml
index ca4797d4..9f20d4d5 100644
--- a/ms/vlantag-api/pom.xml
+++ b/ms/vlantag-api/pom.xml
@@ -2,6 +2,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.onap.ccsdk.apps</groupId>
+ <artifactId>ccsdk-apps-ms</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </parent>
+
<groupId>org.onap.ccsdk.apps.ms.vlantagapi</groupId>
<artifactId>vlantag-api</artifactId>
<version>1.3.0-SNAPSHOT</version>
@@ -30,14 +36,6 @@
<base.image.version>1.1.1</base.image.version>
</properties>
- <parent>
- <groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>spring-boot-25-starter-parent</artifactId>
- <version>2.3.0</version>
- <relativePath/>
- </parent>
-
-
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -98,8 +96,6 @@
</dependency>
</dependencies>
-
-
<build>
<plugins>
<plugin>
@@ -243,6 +239,4 @@
</build>
</profile>
</profiles>
-
-
</project>