1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
4 Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
10 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13 <modelVersion>4.0.0</modelVersion>
15 <groupId>org.opendaylight.bgpcep</groupId>
16 <artifactId>bgpcep-parent</artifactId>
17 <version>0.16.5-SNAPSHOT</version>
18 <relativePath>../../parent</relativePath>
21 <artifactId>bgp-path-selection-mode</artifactId>
22 <description>BGP Path Selection Mode</description>
23 <packaging>bundle</packaging>
24 <name>${project.artifactId}</name>
29 <groupId>${project.groupId}</groupId>
30 <artifactId>bgp-parser-api</artifactId>
33 <groupId>${project.groupId}</groupId>
34 <artifactId>bgp-rib-api</artifactId>
37 <groupId>${project.groupId}</groupId>
38 <artifactId>bgp-rib-spi</artifactId>
41 <groupId>${project.groupId}</groupId>
42 <artifactId>bgp-parser-spi</artifactId>
45 <groupId>${project.groupId}</groupId>
46 <artifactId>bgp-parser-impl</artifactId>
49 <groupId>${project.groupId}</groupId>
50 <artifactId>bgp-concepts</artifactId>
53 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
54 <artifactId>rfc6991-ietf-inet-types</artifactId>
57 <groupId>org.opendaylight.yangtools</groupId>
58 <artifactId>concepts</artifactId>
61 <groupId>org.opendaylight.yangtools</groupId>
62 <artifactId>yang-common</artifactId>
65 <groupId>org.opendaylight.yangtools</groupId>
66 <artifactId>yang-data-api</artifactId>
69 <groupId>org.opendaylight.yangtools</groupId>
70 <artifactId>yang-data-impl</artifactId>
73 <groupId>org.opendaylight.mdsal</groupId>
74 <artifactId>yang-binding</artifactId>
77 <groupId>com.google.guava</groupId>
78 <artifactId>guava</artifactId>
81 <!-- test scope dependencies -->
83 <groupId>org.opendaylight.yangtools</groupId>
84 <artifactId>mockito-configuration</artifactId>
87 <groupId>org.opendaylight.bgpcep</groupId>
88 <artifactId>bgp-inet</artifactId>
92 <groupId>org.opendaylight.mdsal</groupId>
93 <artifactId>mdsal-binding-dom-adapter</artifactId>
97 <groupId>org.opendaylight.mdsal</groupId>
98 <artifactId>mdsal-binding-dom-adapter</artifactId>
107 <groupId>org.apache.felix</groupId>
108 <artifactId>maven-bundle-plugin</artifactId>
109 <extensions>true</extensions>
112 <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
114 org.opendaylight.protocol.bgp.mode.*,
115 ;-split-package:=error
121 <artifactId>maven-jar-plugin</artifactId>
125 <goal>test-jar</goal>
131 <artifactId>maven-source-plugin</artifactId>
135 <goal>test-jar-no-fork</goal>
144 <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
145 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
146 <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>