aboutsummaryrefslogtreecommitdiffstats
path: root/installation/dmaap-listener/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'installation/dmaap-listener/pom.xml')
-rw-r--r--installation/dmaap-listener/pom.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml
index 08afb99f..02035a5c 100644
--- a/installation/dmaap-listener/pom.xml
+++ b/installation/dmaap-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>dmaap-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>dmaap-listener</artifactId>
- <type>zip</type>
- <version>${ccsdk.sli.northbound.version}</version>
- </artifactItem>
- </artifactItems>
<outputDirectory>${basedir}/target/docker-stage/opt/onap/sdnc/dmaap-listener</outputDirectory>
<excludes>bin/**,**/*-javadoc.jar,**/*-sources.jar</excludes>
<overWriteReleases>true</overWriteReleases>