1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (c) 2018 AT&T Intellectual Property. 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>bgpcep-parent</artifactId>
16 <version>0.21.7-SNAPSHOT</version>
17 <relativePath>../../parent</relativePath>
20 <artifactId>bgp-openconfig-rp-statement</artifactId>
21 <description>BGP Openconfig Routing Policy Statement</description>
22 <packaging>bundle</packaging>
23 <name>${project.artifactId}</name>
27 <groupId>${project.groupId}</groupId>
28 <artifactId>bgp-concepts</artifactId>
31 <groupId>${project.groupId}</groupId>
32 <artifactId>bgp-openconfig-api</artifactId>
35 <groupId>${project.groupId}</groupId>
36 <artifactId>bgp-openconfig-rp-spi</artifactId>
39 <groupId>${project.groupId}</groupId>
40 <artifactId>bgp-parser-api</artifactId>
43 <groupId>${project.groupId}</groupId>
44 <artifactId>bgp-rib-api</artifactId>
47 <groupId>${project.groupId}</groupId>
48 <artifactId>bgp-rib-spi</artifactId>
51 <groupId>${project.groupId}</groupId>
52 <artifactId>util</artifactId>
55 <groupId>org.opendaylight.mdsal</groupId>
56 <artifactId>mdsal-binding-api</artifactId>
59 <groupId>org.opendaylight.mdsal</groupId>
60 <artifactId>mdsal-common-api</artifactId>
63 <groupId>org.opendaylight.yangtools</groupId>
64 <artifactId>concepts</artifactId>
67 <groupId>org.opendaylight.yangtools</groupId>
68 <artifactId>yang-common</artifactId>
71 <groupId>org.opendaylight.mdsal</groupId>
72 <artifactId>yang-binding</artifactId>
75 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
76 <artifactId>rfc6991-ietf-inet-types</artifactId>
79 <groupId>com.google.guava</groupId>
80 <artifactId>guava</artifactId>
83 <groupId>org.apache.commons</groupId>
84 <artifactId>commons-lang3</artifactId>
87 <groupId>org.kohsuke.metainf-services</groupId>
88 <artifactId>metainf-services</artifactId>
91 <groupId>com.guicedee.services</groupId>
92 <artifactId>javax.inject</artifactId>
93 <optional>true</optional>
96 <groupId>org.osgi</groupId>
97 <artifactId>org.osgi.service.component.annotations</artifactId>
100 <!-- Test dependencies -->
102 <groupId>${project.groupId}</groupId>
103 <artifactId>config-loader-impl</artifactId>
107 <groupId>${project.groupId}</groupId>
108 <artifactId>config-loader-impl</artifactId>
109 <type>test-jar</type>
113 <groupId>${project.groupId}</groupId>
114 <artifactId>routing-policy-config-loader</artifactId>
118 <groupId>${project.groupId}</groupId>
119 <artifactId>routing-policy-config-loader</artifactId>
120 <type>test-jar</type>
124 <groupId>org.opendaylight.mdsal</groupId>
125 <artifactId>mdsal-binding-test-utils</artifactId>
129 <groupId>org.opendaylight.mdsal</groupId>
130 <artifactId>mdsal-binding-dom-adapter</artifactId>
134 <groupId>org.opendaylight.mdsal</groupId>
135 <artifactId>mdsal-binding-dom-adapter</artifactId>
137 <type>test-jar</type>
140 <groupId>${project.groupId}</groupId>
141 <artifactId>testtool-util</artifactId>
145 <groupId>${project.groupId}</groupId>
146 <artifactId>bgp-openconfig-rp-impl</artifactId>
150 <groupId>${project.groupId}</groupId>
151 <artifactId>bgp-openconfig-rp-impl</artifactId>
152 <type>test-jar</type>
156 <groupId>${project.groupId}</groupId>
157 <artifactId>bgp-openconfig-rp-spi</artifactId>
158 <type>test-jar</type>
166 <artifactId>maven-jar-plugin</artifactId>
170 <goal>test-jar</goal>
176 <artifactId>maven-source-plugin</artifactId>
180 <goal>test-jar-no-fork</goal>
189 <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
190 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
191 <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>