summaryrefslogtreecommitdiffstats
path: root/dmi-service/pom.xml
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-11-18 13:22:35 +0000
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-11-18 14:01:30 +0000
commitd7ed9f097252d2dcdcf504fd45bc1e7280b61d4c (patch)
treeca0a6a16bc9f2f714d5a03131f3a2cc91a9ece84 /dmi-service/pom.xml
parent436a8dc7b4241b685d3f483a5d64b9f4b2000cb5 (diff)
Fix for DMI Merge job to address HTTP 403 issue while uploading dmi jar to nexus3.onap.org
Issue-ID: CPS-2499 Change-Id: I18929479c73218d59296dcee8e28c50ff2da3a00 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'dmi-service/pom.xml')
-rw-r--r--dmi-service/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml
index 6e740e8d..6aa2e835 100644
--- a/dmi-service/pom.xml
+++ b/dmi-service/pom.xml
@@ -28,6 +28,7 @@
</parent>
<artifactId>dmi-service</artifactId>
+ <packaging>jar</packaging>
<properties>
<!-- Application Configuration -->
@@ -619,6 +620,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
+ <version>3.3.2</version>
</plugin>
</plugins>
</build>