Release Boron-SR1
[bgpcep.git] / bgp / openconfig-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10
11 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12
13     <modelVersion>4.0.0</modelVersion>
14     <scm>
15         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
16         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
17         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
18         <tag>HEAD</tag>
19     </scm>
20     <parent>
21         <groupId>org.opendaylight.bgpcep</groupId>
22         <artifactId>bgp-parent</artifactId>
23         <version>0.6.1-Boron-SR1</version>
24     </parent>
25
26     <artifactId>bgp-openconfig-impl</artifactId>
27     <description>BGP OPENCONFIG IMPL</description>
28     <packaging>bundle</packaging>
29     <name>${project.artifactId}</name>
30
31     <dependencies>
32         <dependency>
33             <groupId>${project.groupId}</groupId>
34             <artifactId>bgp-openconfig-api</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>${project.groupId}</groupId>
38             <artifactId>bgp-openconfig-spi</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>bgp-parser-api</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>bgp-rib-api</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>${project.groupId}</groupId>
50             <artifactId>bgp-rib-impl</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>${project.groupId}</groupId>
54             <artifactId>bgp-concepts</artifactId>
55         </dependency>
56         <dependency>
57             <groupId>${project.groupId}</groupId>
58             <artifactId>bgp-linkstate</artifactId>
59         </dependency>
60         <dependency>
61             <groupId>${project.groupId}</groupId>
62             <artifactId>bgp-flowspec</artifactId>
63         </dependency>
64         <dependency>
65             <groupId>${project.groupId}</groupId>
66             <artifactId>bgp-labeled-unicast</artifactId>
67         </dependency>
68         <dependency>
69             <groupId>${project.groupId}</groupId>
70             <artifactId>bgp-evpn</artifactId>
71         </dependency>
72         <dependency>
73             <groupId>org.opendaylight.controller</groupId>
74             <artifactId>config-api</artifactId>
75         </dependency>
76         <dependency>
77             <groupId>org.opendaylight.controller</groupId>
78             <artifactId>sal-binding-api</artifactId>
79         </dependency>
80         <dependency>
81             <groupId>org.opendaylight.controller</groupId>
82             <artifactId>sal-binding-config</artifactId>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.controller</groupId>
86             <artifactId>sal-common-api</artifactId>
87         </dependency>
88         <dependency>
89             <groupId>org.opendaylight.yangtools</groupId>
90             <artifactId>yang-common</artifactId>
91         </dependency>
92         <dependency>
93             <groupId>org.opendaylight.yangtools</groupId>
94             <artifactId>concepts</artifactId>
95         </dependency>
96         <dependency>
97             <groupId>org.opendaylight.mdsal</groupId>
98             <artifactId>yang-binding</artifactId>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.mdsal.model</groupId>
102             <artifactId>ietf-inet-types-2013-07-15</artifactId>
103         </dependency>
104         <dependency>
105             <groupId>com.google.guava</groupId>
106             <artifactId>guava</artifactId>
107         </dependency>
108         <dependency>
109             <groupId>org.opendaylight.netconf</groupId>
110             <artifactId>sal-netconf-connector</artifactId>
111         </dependency>
112         <dependency>
113             <groupId>org.opendaylight.mdsal.model</groupId>
114             <artifactId>ietf-topology</artifactId>
115         </dependency>
116         <dependency>
117             <groupId>org.osgi</groupId>
118             <artifactId>org.osgi.core</artifactId>
119         </dependency>
120         <dependency>
121             <groupId> org.slf4j</groupId>
122             <artifactId>slf4j-api</artifactId>
123         </dependency>
124         <dependency>
125             <groupId>com.google.code.findbugs</groupId>
126             <artifactId>jsr305</artifactId>
127         </dependency>
128         <dependency>
129             <groupId>org.opendaylight.mdsal.model</groupId>
130             <artifactId>iana-afn-safi</artifactId>
131         </dependency>
132         <dependency>
133             <groupId>org.opendaylight.mdsal</groupId>
134             <artifactId>mdsal-dom-inmemory-datastore</artifactId>
135         </dependency>
136         <!-- test scope dependencies -->
137         <dependency>
138             <groupId>junit</groupId>
139             <artifactId>junit</artifactId>
140             <scope>test</scope>
141         </dependency>
142         <dependency>
143             <groupId>org.mockito</groupId>
144             <artifactId>mockito-core</artifactId>
145         </dependency>
146         <dependency>
147             <groupId>org.opendaylight.yangtools</groupId>
148             <artifactId>mockito-configuration</artifactId>
149         </dependency>
150         <dependency>
151             <groupId>org.opendaylight.controller</groupId>
152             <artifactId>config-manager</artifactId>
153             <type>test-jar</type>
154             <scope>test</scope>
155         </dependency>
156         <dependency>
157             <groupId>org.opendaylight.controller</groupId>
158             <artifactId>config-manager</artifactId>
159             <scope>test</scope>
160         </dependency>
161         <dependency>
162             <groupId>org.opendaylight.controller</groupId>
163             <artifactId>sal-dom-broker-config</artifactId>
164             <scope>test</scope>
165         </dependency>
166     </dependencies>
167     <build>
168         <plugins>
169             <plugin>
170                 <groupId>org.opendaylight.yangtools</groupId>
171                 <artifactId>yang-maven-plugin</artifactId>
172             </plugin>
173             <plugin>
174                 <groupId>org.apache.felix</groupId>
175                 <artifactId>maven-bundle-plugin</artifactId>
176                 <extensions>true</extensions>
177                 <configuration>
178                     <instructions>
179                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
180                     </instructions>
181                 </configuration>
182             </plugin>
183         </plugins>
184     </build>
185
186   <!--
187       Maven Site Configuration
188
189       The following configuration is necessary for maven-site-plugin to
190       correctly identify the correct deployment path for OpenDaylight Maven
191       sites.
192   -->
193   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
194
195   <distributionManagement>
196     <site>
197       <id>opendaylight-site</id>
198       <url>${nexus.site.url}/${project.artifactId}/</url>
199     </site>
200   </distributionManagement>
201 </project>