diff options
Diffstat (limited to 'routing/routing-api/pom.xml')
-rw-r--r-- | routing/routing-api/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/routing/routing-api/pom.xml b/routing/routing-api/pom.xml index 799c968ca..e408fb841 100644 --- a/routing/routing-api/pom.xml +++ b/routing/routing-api/pom.xml @@ -65,6 +65,12 @@ </dependency> <dependency> + <groupId>io.fd.hc2vpp.fib.management</groupId> + <artifactId>fib-management-api</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </dependency> |