diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-11-14 09:53:15 -0800 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-11-14 19:57:09 +0000 |
commit | 08a64bdc7db020e4e928f194ed8dd0059627b1aa (patch) | |
tree | ce19cf1c8e51ce259f5bedffcf1a6151b9e01f30 /services/appc-dmaap-service | |
parent | 78ea7fb9e1825ccf4e3f2df68939c79af7549ad4 (diff) |
Add parent pom to dmaap service root pom
Without a parent pom, the appc dmaap service
root pom did not have the required plugins or
repositories.
Change-Id: Ife1ee2ec3ec32e7a221471a450e97f3fc1a92ce6
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1744
Diffstat (limited to 'services/appc-dmaap-service')
-rw-r--r-- | services/appc-dmaap-service/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/services/appc-dmaap-service/pom.xml b/services/appc-dmaap-service/pom.xml index 1c4a8c7b0..a0327ba4a 100644 --- a/services/appc-dmaap-service/pom.xml +++ b/services/appc-dmaap-service/pom.xml @@ -19,6 +19,13 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <parent> + <groupId>org.onap.appc.services</groupId> + <artifactId>appc-services-root</artifactId> + <version>1.7.0-SNAPSHOT</version> + </parent> + <modelVersion>4.0.0</modelVersion> <groupId>org.onap.appc.services.dmaap</groupId> <artifactId>dmaap-service</artifactId> |