Bump versions to 0.18.3-SNAPSHOT
[bgpcep.git] / bgp / openconfig-rp-spi / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
4
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
8 -->
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>
13     <parent>
14         <groupId>org.opendaylight.bgpcep</groupId>
15         <artifactId>bgpcep-parent</artifactId>
16         <version>0.18.3-SNAPSHOT</version>
17         <relativePath>../../parent</relativePath>
18     </parent>
19
20     <artifactId>bgp-openconfig-rp-spi</artifactId>
21     <description>BGP Openconfig Routing Policy Spi</description>
22     <packaging>bundle</packaging>
23     <name>${project.artifactId}</name>
24
25     <dependencies>
26         <dependency>
27             <groupId>${project.groupId}</groupId>
28             <artifactId>bgp-concepts</artifactId>
29         </dependency>
30         <dependency>
31             <groupId>${project.groupId}</groupId>
32             <artifactId>bgp-openconfig-api</artifactId>
33         </dependency>
34         <dependency>
35             <groupId>${project.groupId}</groupId>
36             <artifactId>bgp-rib-spi</artifactId>
37         </dependency>
38         <dependency>
39             <groupId>${project.groupId}</groupId>
40             <artifactId>bgp-parser-api</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>org.opendaylight.mdsal</groupId>
44             <artifactId>yang-binding</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
48             <artifactId>rfc6991-ietf-inet-types</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>org.opendaylight.yangtools</groupId>
52             <artifactId>concepts</artifactId>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.yangtools</groupId>
56             <artifactId>yang-common</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>com.google.guava</groupId>
60             <artifactId>guava</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>org.checkerframework</groupId>
64             <artifactId>checker-qual</artifactId>
65             <scope>provided</scope>
66         </dependency>
67         <dependency>
68             <groupId>com.guicedee.services</groupId>
69             <artifactId>javax.inject</artifactId>
70             <optional>true</optional>
71         </dependency>
72         <dependency>
73             <groupId>jakarta.annotation</groupId>
74             <artifactId>jakarta.annotation-api</artifactId>
75             <scope>provided</scope>
76             <optional>true</optional>
77         </dependency>
78         <dependency>
79             <groupId>org.osgi</groupId>
80             <artifactId>org.osgi.service.component.annotations</artifactId>
81         </dependency>
82
83         <!-- Tests-->
84         <dependency>
85             <groupId>${project.groupId}</groupId>
86             <artifactId>config-loader-impl</artifactId>
87             <scope>test</scope>
88         </dependency>
89         <dependency>
90             <groupId>${project.groupId}</groupId>
91             <artifactId>config-loader-impl</artifactId>
92             <type>test-jar</type>
93             <scope>test</scope>
94         </dependency>
95         <dependency>
96             <groupId>${project.groupId}</groupId>
97             <artifactId>routing-policy-config-loader</artifactId>
98             <scope>test</scope>
99         </dependency>
100         <dependency>
101             <groupId>${project.groupId}</groupId>
102             <artifactId>routing-policy-config-loader</artifactId>
103             <type>test-jar</type>
104             <scope>test</scope>
105         </dependency>
106         <dependency>
107             <groupId>org.opendaylight.mdsal</groupId>
108             <artifactId>mdsal-common-api</artifactId>
109             <scope>test</scope>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.mdsal</groupId>
113             <artifactId>mdsal-binding-api</artifactId>
114             <scope>test</scope>
115         </dependency>
116         <dependency>
117             <groupId>org.opendaylight.mdsal</groupId>
118             <artifactId>mdsal-binding-test-utils</artifactId>
119             <scope>test</scope>
120         </dependency>
121         <dependency>
122             <groupId>org.opendaylight.mdsal</groupId>
123             <artifactId>mdsal-binding-dom-adapter</artifactId>
124             <scope>test</scope>
125         </dependency>
126         <dependency>
127             <groupId>org.opendaylight.mdsal</groupId>
128             <artifactId>mdsal-binding-dom-adapter</artifactId>
129             <scope>test</scope>
130             <type>test-jar</type>
131         </dependency>
132         <dependency>
133             <groupId>${project.groupId}</groupId>
134             <artifactId>testtool-util</artifactId>
135             <scope>test</scope>
136         </dependency>
137     </dependencies>
138
139     <build>
140         <plugins>
141             <plugin>
142                 <artifactId>maven-jar-plugin</artifactId>
143                 <executions>
144                     <execution>
145                         <goals>
146                             <goal>test-jar</goal>
147                         </goals>
148                     </execution>
149                 </executions>
150             </plugin>
151             <plugin>
152                 <artifactId>maven-source-plugin</artifactId>
153                 <executions>
154                     <execution>
155                         <goals>
156                             <goal>test-jar-no-fork</goal>
157                         </goals>
158                     </execution>
159                 </executions>
160             </plugin>
161         </plugins>
162     </build>
163
164     <scm>
165         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
166         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
167         <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>
168         <tag>HEAD</tag>
169     </scm>
170 </project>