Update MRI projects for Aluminium
[bgpcep.git] / bgp / openconfig-rp-statement / 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.14.0-SNAPSHOT</version>
17         <relativePath>../../parent</relativePath>
18     </parent>
19
20     <artifactId>bgp-openconfig-rp-statement</artifactId>
21     <description>BGP Openconfig Routing Policy Statement</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-openconfig-rp-spi</artifactId>
37         </dependency>
38         <dependency>
39             <groupId>${project.groupId}</groupId>
40             <artifactId>bgp-parser-api</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>${project.groupId}</groupId>
44             <artifactId>bgp-rib-api</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>${project.groupId}</groupId>
48             <artifactId>bgp-rib-spi</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>util</artifactId>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.mdsal</groupId>
56             <artifactId>mdsal-binding-api</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>org.opendaylight.mdsal</groupId>
60             <artifactId>mdsal-common-api</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>org.opendaylight.yangtools</groupId>
64             <artifactId>concepts</artifactId>
65         </dependency>
66         <dependency>
67             <groupId>org.opendaylight.yangtools</groupId>
68             <artifactId>yang-common</artifactId>
69         </dependency>
70         <dependency>
71             <groupId>org.opendaylight.mdsal</groupId>
72             <artifactId>yang-binding</artifactId>
73         </dependency>
74         <dependency>
75             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
76             <artifactId>rfc6991-ietf-inet-types</artifactId>
77         </dependency>
78         <dependency>
79             <groupId>com.google.guava</groupId>
80             <artifactId>guava</artifactId>
81         </dependency>
82         <dependency>
83             <groupId>org.apache.commons</groupId>
84             <artifactId>commons-lang3</artifactId>
85         </dependency>
86         <!-- Test dependencies -->
87         <dependency>
88             <groupId>${project.groupId}</groupId>
89             <artifactId>config-loader-impl</artifactId>
90             <scope>test</scope>
91         </dependency>
92         <dependency>
93             <groupId>${project.groupId}</groupId>
94             <artifactId>config-loader-impl</artifactId>
95             <type>test-jar</type>
96             <scope>test</scope>
97         </dependency>
98         <dependency>
99             <groupId>${project.groupId}</groupId>
100             <artifactId>routing-policy-config-loader</artifactId>
101             <scope>test</scope>
102         </dependency>
103         <dependency>
104             <groupId>${project.groupId}</groupId>
105             <artifactId>routing-policy-config-loader</artifactId>
106             <type>test-jar</type>
107             <scope>test</scope>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.mdsal</groupId>
111             <artifactId>mdsal-binding-test-utils</artifactId>
112             <scope>test</scope>
113         </dependency>
114         <dependency>
115             <groupId>org.opendaylight.mdsal</groupId>
116             <artifactId>mdsal-binding-dom-adapter</artifactId>
117             <scope>test</scope>
118         </dependency>
119         <dependency>
120             <groupId>org.opendaylight.mdsal</groupId>
121             <artifactId>mdsal-binding-dom-adapter</artifactId>
122             <scope>test</scope>
123             <type>test-jar</type>
124         </dependency>
125         <dependency>
126             <groupId>${project.groupId}</groupId>
127             <artifactId>testtool-util</artifactId>
128             <scope>test</scope>
129         </dependency>
130         <dependency>
131             <groupId>${project.groupId}</groupId>
132             <artifactId>bgp-openconfig-rp-impl</artifactId>
133             <scope>test</scope>
134         </dependency>
135         <dependency>
136             <groupId>${project.groupId}</groupId>
137             <artifactId>bgp-openconfig-rp-impl</artifactId>
138             <type>test-jar</type>
139             <scope>test</scope>
140         </dependency>
141         <dependency>
142             <groupId>${project.groupId}</groupId>
143             <artifactId>bgp-openconfig-rp-spi</artifactId>
144             <type>test-jar</type>
145             <scope>test</scope>
146         </dependency>
147     </dependencies>
148
149     <build>
150         <plugins>
151             <plugin>
152                 <groupId>org.apache.maven.plugins</groupId>
153                 <artifactId>maven-jar-plugin</artifactId>
154                 <executions>
155                     <execution>
156                         <phase>package</phase>
157                         <goals>
158                             <goal>test-jar</goal>
159                         </goals>
160                     </execution>
161                 </executions>
162             </plugin>
163         </plugins>
164     </build>
165
166     <scm>
167         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
168         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
169         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
170         <tag>HEAD</tag>
171     </scm>
172 </project>