diff options
Diffstat (limited to 'sdnr/northbound/oofpcipoc')
-rw-r--r-- | sdnr/northbound/oofpcipoc/feature/pom.xml | 6 | ||||
-rw-r--r-- | sdnr/northbound/oofpcipoc/installer/pom.xml | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/sdnr/northbound/oofpcipoc/feature/pom.xml b/sdnr/northbound/oofpcipoc/feature/pom.xml index dab0bbd8e..aaa3c6b97 100644 --- a/sdnr/northbound/oofpcipoc/feature/pom.xml +++ b/sdnr/northbound/oofpcipoc/feature/pom.xml @@ -45,5 +45,11 @@ <version>${project.version}</version> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>oofpcipoc-consumer</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> </project> 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> |