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="http://maven.apache.org/POM/4.0.0"
10 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">
12 <modelVersion>4.0.0</modelVersion>
14 <groupId>org.opendaylight.bgpcep</groupId>
15 <artifactId>binding-parent</artifactId>
16 <version>0.21.6-SNAPSHOT</version>
17 <relativePath>../../binding-parent</relativePath>
20 <artifactId>bgp-openconfig-state</artifactId>
21 <description>BGP Openconfig State</description>
22 <packaging>bundle</packaging>
23 <name>${project.artifactId}</name>
26 <odlparent.dependency.enforce>false</odlparent.dependency.enforce>
31 <groupId>${project.groupId}</groupId>
32 <artifactId>bgp-rib-api</artifactId>
35 <groupId>${project.groupId}</groupId>
36 <artifactId>bgp-rib-spi</artifactId>
39 <groupId>${project.groupId}</groupId>
40 <artifactId>bgp-openconfig-api</artifactId>
43 <groupId>${project.groupId}</groupId>
44 <artifactId>bgp-openconfig-spi</artifactId>
47 <groupId>${project.groupId}</groupId>
48 <artifactId>bgp-concepts</artifactId>
51 <groupId>org.opendaylight.yangtools</groupId>
52 <artifactId>yang-common</artifactId>
55 <groupId>org.opendaylight.mdsal</groupId>
56 <artifactId>yang-binding</artifactId>
59 <groupId>org.opendaylight.mdsal</groupId>
60 <artifactId>mdsal-binding-api</artifactId>
63 <groupId>org.opendaylight.mdsal</groupId>
64 <artifactId>mdsal-common-api</artifactId>
67 <groupId>org.opendaylight.yangtools</groupId>
68 <artifactId>yang-data-api</artifactId>
71 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
72 <artifactId>rfc6991-ietf-yang-types</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>com.guicedee.services</groupId>
84 <artifactId>javax.inject</artifactId>
85 <optional>true</optional>
88 <groupId>jakarta.annotation</groupId>
89 <artifactId>jakarta.annotation-api</artifactId>
90 <scope>provided</scope>
91 <optional>true</optional>
94 <groupId>org.osgi</groupId>
95 <artifactId>org.osgi.service.component.annotations</artifactId>
98 <groupId>org.osgi</groupId>
99 <artifactId>org.osgi.service.metatype.annotations</artifactId>
102 <!-- test scope dependencies -->
104 <groupId>org.opendaylight.mdsal</groupId>
105 <artifactId>mdsal-dom-api</artifactId>
109 <groupId>org.opendaylight.mdsal</groupId>
110 <artifactId>mdsal-dom-spi</artifactId>
114 <groupId>org.opendaylight.mdsal</groupId>
115 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
119 <groupId>${project.groupId}</groupId>
120 <artifactId>bgp-rib-spi</artifactId>
122 <type>test-jar</type>
125 <groupId>org.opendaylight.infrautils</groupId>
126 <artifactId>infrautils-testutils</artifactId>
129 <groupId>${project.groupId}</groupId>
130 <artifactId>testtool-util</artifactId>
134 <groupId>org.opendaylight.mdsal</groupId>
135 <artifactId>mdsal-binding-dom-adapter</artifactId>
139 <groupId>org.opendaylight.mdsal</groupId>
140 <artifactId>mdsal-binding-test-utils</artifactId>
144 <groupId>org.opendaylight.mdsal</groupId>
145 <artifactId>mdsal-binding-dom-adapter</artifactId>
147 <type>test-jar</type>
150 <groupId>org.opendaylight.yangtools</groupId>
151 <artifactId>mockito-configuration</artifactId>
158 <groupId>org.apache.felix</groupId>
159 <artifactId>maven-bundle-plugin</artifactId>
160 <extensions>true</extensions>
163 <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
165 org.opendaylight.protocol.bgp.state.impl.*,
166 org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.state.config.rev161107.*,
167 ;-split-package:=error
176 <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
177 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
178 <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>