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.16.7-SNAPSHOT</version>
17 <relativePath>../../parent</relativePath>
20 <artifactId>bgp-openconfig-rp-impl</artifactId>
21 <packaging>bundle</packaging>
22 <description>BGP Openconfig Routing Policy Impl</description>
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-rib-spi</artifactId>
43 <groupId>${project.groupId}</groupId>
44 <artifactId>bgp-parser-api</artifactId>
47 <groupId>org.opendaylight.mdsal</groupId>
48 <artifactId>mdsal-binding-api</artifactId>
51 <groupId>org.opendaylight.mdsal</groupId>
52 <artifactId>mdsal-common-api</artifactId>
55 <groupId>org.opendaylight.mdsal</groupId>
56 <artifactId>yang-binding</artifactId>
59 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
60 <artifactId>rfc6991-ietf-inet-types</artifactId>
63 <groupId>com.google.guava</groupId>
64 <artifactId>guava</artifactId>
67 <groupId>org.kohsuke.metainf-services</groupId>
68 <artifactId>metainf-services</artifactId>
71 <groupId>com.guicedee.services</groupId>
72 <artifactId>javax.inject</artifactId>
73 <optional>true</optional>
76 <groupId>org.osgi</groupId>
77 <artifactId>osgi.cmpn</artifactId>
82 <groupId>org.opendaylight.mdsal</groupId>
83 <artifactId>mdsal-binding-dom-adapter</artifactId>
87 <groupId>org.opendaylight.mdsal</groupId>
88 <artifactId>mdsal-binding-dom-adapter</artifactId>
93 <groupId>${project.groupId}</groupId>
94 <artifactId>config-loader-impl</artifactId>
98 <groupId>${project.groupId}</groupId>
99 <artifactId>config-loader-impl</artifactId>
100 <type>test-jar</type>
104 <groupId>${project.groupId}</groupId>
105 <artifactId>routing-policy-config-loader</artifactId>
109 <groupId>${project.groupId}</groupId>
110 <artifactId>routing-policy-config-loader</artifactId>
111 <type>test-jar</type>
115 <groupId>${project.groupId}</groupId>
116 <artifactId>testtool-util</artifactId>
124 <artifactId>maven-jar-plugin</artifactId>
128 <goal>test-jar</goal>
134 <artifactId>maven-source-plugin</artifactId>
138 <goal>test-jar-no-fork</goal>
147 <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
148 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
149 <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>