aboutsummaryrefslogtreecommitdiffstats
path: root/ms/vlantag-api/pom.xml
diff options
context:
space:
mode:
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>