diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-04-11 09:54:01 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-04-11 09:54:01 -0400 |
commit | 303eee46594996e794a0634d20f06a8472aeed53 (patch) | |
tree | cef40f3cf72c043d81736a4dd711e3caa35206e0 /installation | |
parent | cf48cd7e8bd2298ce715b3a7fc08347a6437eda6 (diff) |
Add missing groupId
Add missing groupId in installation/dmaap-listener/pom.xml which
causes dmaap-listener docker build to fail.
Change-Id: I01bf2918a07f863352ae958a7f76eaa2fce48c40
Issue-ID: SDNC-279
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 1ab05880f8b8c32a7e4149c6103b88144e17e0e4
Diffstat (limited to 'installation')
-rw-r--r-- | installation/dmaap-listener/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index 3dd8ddbc..2e2ec923 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -9,6 +9,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> + <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-dmaap-listener</artifactId> <version>1.3.1-SNAPSHOT</version> |