summaryrefslogtreecommitdiffstats
path: root/installation/ueb-listener
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-09-13 08:51:44 -0400
committerDan Timoney <dtimoney@att.com>2021-09-16 16:00:01 -0400
commit5ab176626ef24c5b807348982c8b763c41928234 (patch)
treeef49d7de6160745ba6923a9a748218f764e106e2 /installation/ueb-listener
parentf218265ea2889432eb1f0d1092b004247e839c3e (diff)
Update versions for initial Istanbul release2.2.0
Update versions for initial Istanbul release Issue-ID: SDNC-1609 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iac1e760dee06e1939a9d7978b5fc385912c4bfaf Former-commit-id: 9236e9071be481ba03a9acd65fdc51497bc73d15
Diffstat (limited to 'installation/ueb-listener')
-rw-r--r--installation/ueb-listener/pom.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml
index 4f6ec418..33c442f1 100644
--- a/installation/ueb-listener/pom.xml
+++ b/installation/ueb-listener/pom.xml
@@ -26,6 +26,15 @@
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
</properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.northbound</groupId>
+ <artifactId>ueb-listener</artifactId>
+ <type>zip</type>
+ <version>${ccsdk.sli.northbound.version}</version>
+ </dependency>
+ </dependencies>
+
<build>
<plugins>
<plugin>
@@ -114,18 +123,10 @@
<execution>
<id>unpack</id>
<goals>
- <goal>unpack</goal>
+ <goal>unpack-dependencies</goal>
</goals>
<phase>initialize</phase>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.onap.ccsdk.sli.northbound</groupId>
- <artifactId>ueb-listener</artifactId>
- <type>zip</type>
- <version>${ccsdk.sli.northbound.version}</version>
- </artifactItem>
- </artifactItems>
+ <configuration>
<outputDirectory>${basedir}/target/docker-stage/opt/onap/sdnc/ueb-listener</outputDirectory>
<excludes>bin/**,**/*-javadoc.jar,**/*-sources.jar</excludes>
<overWriteReleases>true</overWriteReleases>