summaryrefslogtreecommitdiffstats
path: root/infra/northbound/bgp/pom.xml
diff options
context:
space:
mode:
authorJan Srnicek <jsrnicek@cisco.com>2017-10-09 10:39:17 +0200
committerJan Srnicek <jsrnicek@cisco.com>2017-10-09 10:39:17 +0200
commit2bca3b4a54e1b0a5206c7be14262e35753700d13 (patch)
tree7d4199802e65c0bbd21f4b4d3f89a12d7c9b94ba /infra/northbound/bgp/pom.xml
parent88f40ecade3b99675982be81a1774690a0977765 (diff)
HONEYCOMB-363 - Bgp extension modules
Provides maven modules per bgp extension. Defines common configuration that can be used to define new extensions(AbstractBgpExtensionModule). Change-Id: I1c8ff65b6f9aa5474026f4bdf42476bd0559208e Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'infra/northbound/bgp/pom.xml')
-rw-r--r--infra/northbound/bgp/pom.xml37
1 files changed, 15 insertions, 22 deletions
diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml
index 1a18e7c69..66d08e739 100644
--- a/infra/northbound/bgp/pom.xml
+++ b/infra/northbound/bgp/pom.xml
@@ -79,28 +79,6 @@
<artifactId>bgp-rib-impl</artifactId>
</dependency>
- <!-- ODL BGP extensions -->
- <dependency>
- <groupId>org.opendaylight.bgpcep</groupId>
- <artifactId>bgp-evpn</artifactId>
- </dependency>
- <dependency>
- <groupId>org.opendaylight.bgpcep</groupId>
- <artifactId>bgp-inet</artifactId>
- </dependency>
- <dependency>
- <groupId>org.opendaylight.bgpcep</groupId>
- <artifactId>bgp-labeled-unicast</artifactId>
- </dependency>
- <dependency>
- <groupId>org.opendaylight.bgpcep</groupId>
- <artifactId>bgp-linkstate</artifactId>
- </dependency>
- <dependency>
- <groupId>org.opendaylight.bgpcep</groupId>
- <artifactId>bgp-l3vpn</artifactId>
- </dependency>
-
<!-- test dependencies -->
<dependency>
<groupId>junit</groupId>
@@ -112,6 +90,21 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.inject.extensions</groupId>
+ <artifactId>guice-testlib</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>io.fd.honeycomb.northbound.bgp</groupId>
+ <artifactId>extension-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.bgpcep</groupId>
+ <artifactId>rsvp-api</artifactId>
+ <version>${bgpcep.version}</version>
+ </dependency>
</dependencies>
</project> \ No newline at end of file