diff options
Diffstat (limited to 'services/appc-dmaap-service/pom.xml')
-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> |