From b0c773ef9c6a3e480087200b856291a246c7c374 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 16 Jun 2017 10:40:20 +0200 Subject: HONEYCOMB-356: translate API for BGP routes Change-Id: Iba3698737772544f4e4bd99db4c07319d74305fc Signed-off-by: Marek Gradzki --- infra/bgp-translate-api/pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 infra/bgp-translate-api/pom.xml (limited to 'infra/bgp-translate-api/pom.xml') diff --git a/infra/bgp-translate-api/pom.xml b/infra/bgp-translate-api/pom.xml new file mode 100644 index 000000000..ff214c05b --- /dev/null +++ b/infra/bgp-translate-api/pom.xml @@ -0,0 +1,37 @@ + + + + io.fd.honeycomb.common + impl-parent + 1.17.07-SNAPSHOT + ../../common/impl-parent + + + 4.0.0 + io.fd.honeycomb + bgp-translate-api + ${project.artifactId} + 1.17.07-SNAPSHOT + + + org.opendaylight.mdsal + yang-binding + + + org.opendaylight.bgpcep + bgp-rib-api + + + com.google.guava + guava + + + io.fd.honeycomb + translate-api + ${project.version} + + + + \ No newline at end of file -- cgit 1.2.3-korg