39bf5c65d9923a4b85591eaeb97c7ca4f668dcd5
[bgpcep.git] / features / bgp / features-bgp / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.odlparent</groupId>
8         <artifactId>feature-repo-parent</artifactId>
9         <version>2.0.5</version>
10         <relativePath/>
11     </parent>
12     
13     <groupId>org.opendaylight.bgpcep</groupId>
14     <artifactId>features-bgp</artifactId>
15     <version>0.9.0-SNAPSHOT</version>
16     <packaging>feature</packaging>
17
18     <dependencyManagement>
19         <!-- ODL-BGP-ARTIFACTS -->
20         <dependencies>
21             <dependency>
22                 <groupId>org.opendaylight.bgpcep</groupId>
23                 <artifactId>bgpcep-artifacts</artifactId>
24                 <version>${project.version}</version>
25                 <type>pom</type>
26                 <scope>import</scope>
27             </dependency>
28         </dependencies>
29     </dependencyManagement>
30
31     <dependencies>
32         <dependency>
33             <groupId>${project.groupId}</groupId>
34             <artifactId>odl-bgpcep-bgp</artifactId>
35             <type>xml</type>
36             <classifier>features</classifier>
37         </dependency>
38         <dependency>
39             <groupId>${project.groupId}</groupId>
40             <artifactId>odl-bgpcep-bgp-config-example</artifactId>
41             <type>xml</type>
42             <classifier>features</classifier>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>odl-bgpcep-bgp-openconfig</artifactId>
47             <type>xml</type>
48             <classifier>features</classifier>
49         </dependency>
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>odl-bgpcep-bgp-dependencies</artifactId>
53             <type>xml</type>
54             <classifier>features</classifier>
55         </dependency>
56         <dependency>
57             <groupId>${project.groupId}</groupId>
58             <artifactId>odl-bgpcep-bgp-inet</artifactId>
59             <type>xml</type>
60             <classifier>features</classifier>
61         </dependency>
62         <dependency>
63             <groupId>${project.groupId}</groupId>
64             <artifactId>odl-bgpcep-bgp-parser</artifactId>
65             <type>xml</type>
66             <classifier>features</classifier>
67         </dependency>
68         <dependency>
69             <groupId>${project.groupId}</groupId>
70             <artifactId>odl-bgpcep-bgp-parser-api</artifactId>
71             <type>xml</type>
72             <classifier>features</classifier>
73         </dependency>
74         <dependency>
75             <groupId>${project.groupId}</groupId>
76             <artifactId>odl-bgpcep-bgp-rib-api</artifactId>
77             <type>xml</type>
78             <classifier>features</classifier>
79         </dependency>
80         <dependency>
81             <groupId>${project.groupId}</groupId>
82             <artifactId>odl-bgpcep-bgp-linkstate</artifactId>
83             <type>xml</type>
84             <classifier>features</classifier>
85         </dependency>
86         <dependency>
87             <groupId>${project.groupId}</groupId>
88             <artifactId>odl-bgpcep-bgp-flowspec</artifactId>
89             <type>xml</type>
90             <classifier>features</classifier>
91         </dependency>
92         <dependency>
93             <groupId>${project.groupId}</groupId>
94             <artifactId>odl-bgpcep-bgp-labeled-unicast</artifactId>
95             <type>xml</type>
96             <classifier>features</classifier>
97         </dependency>
98         <dependency>
99             <groupId>${project.groupId}</groupId>
100             <artifactId>odl-bgpcep-bgp-l3vpn</artifactId>
101             <type>xml</type>
102             <classifier>features</classifier>
103         </dependency>
104         <dependency>
105             <groupId>${project.groupId}</groupId>
106             <artifactId>odl-bgpcep-bgp-evpn</artifactId>
107             <type>xml</type>
108             <classifier>features</classifier>
109         </dependency>
110         <dependency>
111             <groupId>${project.groupId}</groupId>
112             <artifactId>odl-bgpcep-bgp-path-selection-mode</artifactId>
113             <type>xml</type>
114             <classifier>features</classifier>
115         </dependency>
116         <dependency>
117             <groupId>${project.groupId}</groupId>
118             <artifactId>odl-bgpcep-bgp-rib-impl</artifactId>
119             <type>xml</type>
120             <classifier>features</classifier>
121         </dependency>
122         <dependency>
123             <groupId>${project.groupId}</groupId>
124             <artifactId>odl-bgpcep-bgp-topology</artifactId>
125             <type>xml</type>
126             <classifier>features</classifier>
127         </dependency>
128         <dependency>
129             <groupId>${project.groupId}</groupId>
130             <artifactId>odl-bgpcep-bgp-benchmark</artifactId>
131             <type>xml</type>
132             <classifier>features</classifier>
133         </dependency>
134         <dependency>
135             <groupId>${project.groupId}</groupId>
136             <artifactId>odl-bgpcep-bgp-cli</artifactId>
137             <type>xml</type>
138             <classifier>features</classifier>
139         </dependency>
140         <dependency>
141             <groupId>${project.groupId}</groupId>
142             <artifactId>odl-bgpcep-config-loader</artifactId>
143             <type>xml</type>
144             <classifier>features</classifier>
145         </dependency>
146         <dependency>
147             <groupId>${project.groupId}</groupId>
148             <artifactId>odl-bgpcep-bgp-openconfig-state</artifactId>
149             <type>xml</type>
150             <classifier>features</classifier>
151         </dependency>
152     </dependencies>
153
154     <!--
155         Maven Site Configuration
156
157         The following configuration is necessary for maven-site-plugin to
158         correctly identify the correct deployment path for OpenDaylight Maven
159         sites.
160     -->
161     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
162
163     <distributionManagement>
164         <site>
165             <id>opendaylight-site</id>
166             <url>${nexus.site.url}/${project.artifactId}/</url>
167         </site>
168     </distributionManagement>
169 </project>