summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorniamhcore <niamh.core@est.tech>2021-07-06 10:32:17 +0100
committerniamhcore <niamh.core@est.tech>2021-07-15 14:45:34 +0100
commit71a61bb124a906e6327e78f45ecc9a0f7b1ec0dc (patch)
treef698e7721ca1fc142afcfcea3abb86ab718b8e14 /pom.xml
parenta5d8ca42affd04c0cab589a83c8c95b0712f0874 (diff)
Implement Plugin Registration in DMI-Plugin
- Refactor ncmp/dmi package Issue-ID: CPS-405 Issue-ID: CPS-499 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: I0a7ab9bb0ca3861b171388613c44f7bc6e7f9aa9
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 26a7b4e4..ffa14340 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
<name>ncmp-dmi-plugin</name>
<description>DMI Plugin Service</description>
<properties>
- <app>org.onap.cps.ncmp.Application</app>
+ <app>org.onap.cps.ncmp.dmi.Application</app>
<base.image>${docker.pull.registry}/onap/integration-java11:8.0.0</base.image>
<cps.version>1.1.0-SNAPSHOT</cps.version>
<image.tag>${project.version}-${maven.build.timestamp}</image.tag>
@@ -117,6 +117,10 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ </dependency>
+ <dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
</dependency>