OOFPCIPOC dependencies feature and installer POMs
SDNR OOFPCIPOC consumer is required for handling Netconf notification,
and dependencies to be added to POM files for feature and installer
Issue-ID: CCSDK-1478
Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com>
Change-Id: I4d5cbf4aba29e05f4df818be006a250aef0ea82f
diff --git a/sdnr/northbound/oofpcipoc/feature/pom.xml b/sdnr/northbound/oofpcipoc/feature/pom.xml
index dab0bbd..aaa3c6b 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>