diff options
Diffstat (limited to 'sdnr/northbound/oofpcipoc/installer/pom.xml')
-rw-r--r-- | sdnr/northbound/oofpcipoc/installer/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sdnr/northbound/oofpcipoc/installer/pom.xml b/sdnr/northbound/oofpcipoc/installer/pom.xml index b16ac4d08..cd749d939 100644 --- a/sdnr/northbound/oofpcipoc/installer/pom.xml +++ b/sdnr/northbound/oofpcipoc/installer/pom.xml @@ -57,19 +57,16 @@ </exclusion> </exclusions> </dependency> - <dependency> <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> <build> |