diff options
Diffstat (limited to 'ms/neng')
-rw-r--r-- | ms/neng/pom.xml | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 3cdcdf66..ed68afb4 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -23,7 +23,7 @@ <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps-ms-neng</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.1-SNAPSHOT</version> <name>Naming Generation</name> <properties> @@ -240,22 +240,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>odlparent-lite</artifactId> - <version>1.2.0</version> + <artifactId>spring-boot-1-starter-parent</artifactId> + <version>1.2.1-SNAPSHOT</version> <relativePath/> </parent> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-parent</artifactId> - <version>${springboot.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> + <dependencies> <dependency> |