diff options
Diffstat (limited to 'sdnr/northbound/oofpcipoc/installer')
-rw-r--r-- | sdnr/northbound/oofpcipoc/installer/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sdnr/northbound/oofpcipoc/installer/pom.xml b/sdnr/northbound/oofpcipoc/installer/pom.xml index 048995445..6b65484bd 100644 --- a/sdnr/northbound/oofpcipoc/installer/pom.xml +++ b/sdnr/northbound/oofpcipoc/installer/pom.xml @@ -38,11 +38,16 @@ </dependency> <dependency> - <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> + <groupId>${project.groupId}</groupId> <artifactId>oofpcipoc-provider</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>oofpcipoc-consumer</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> |