1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
5 ~ This program and the accompanying materials are made available under the
6 ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 ~ and is available at http://www.eclipse.org/legal/epl-v10.html
9 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10 xmlns="http://maven.apache.org/POM/4.0.0"
11 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12 <modelVersion>4.0.0</modelVersion>
14 <groupId>org.opendaylight.bgpcep</groupId>
15 <artifactId>bgp-extension-parent</artifactId>
16 <version>0.21.7</version>
17 <relativePath>../parent</relativePath>
20 <artifactId>bgp-evpn</artifactId>
21 <description>BGP Evpn</description>
22 <packaging>bundle</packaging>
23 <name>${project.artifactId}</name>
27 <groupId>com.github.spotbugs</groupId>
28 <artifactId>spotbugs-annotations</artifactId>
29 <optional>true</optional>
32 <groupId>com.guicedee.services</groupId>
33 <artifactId>javax.inject</artifactId>
34 <optional>true</optional>
37 <groupId>org.kohsuke.metainf-services</groupId>
38 <artifactId>metainf-services</artifactId>
41 <groupId>${project.groupId}</groupId>
42 <artifactId>bgp-mvpn</artifactId>
45 <groupId>${project.groupId}</groupId>
46 <artifactId>concepts</artifactId>
49 <groupId>org.opendaylight.yangtools</groupId>
50 <artifactId>util</artifactId>
53 <groupId>org.opendaylight.yangtools</groupId>
54 <artifactId>yang-common-netty</artifactId>
57 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
58 <artifactId>rfc6991-ietf-yang-types</artifactId>
61 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
62 <artifactId>rfc8294-ietf-routing-types</artifactId>
65 <groupId>org.opendaylight.mdsal</groupId>
66 <artifactId>mdsal-rfc8294-netty</artifactId>
69 <groupId>org.osgi</groupId>
70 <artifactId>org.osgi.service.component.annotations</artifactId>
73 <!-- test scope dependencies -->
75 <groupId>${project.groupId}</groupId>
76 <artifactId>bgp-parser-spi</artifactId>
81 <groupId>org.opendaylight.yangtools</groupId>
82 <artifactId>mockito-configuration</artifactId>
85 <groupId>org.opendaylight.yangtools</groupId>
86 <artifactId>yang-data-spi</artifactId>
90 <groupId>${project.groupId}</groupId>
91 <artifactId>bgp-parser-impl</artifactId>
97 <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
98 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
99 <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>