Restore tsdr in distribution
[integration/distribution.git] / artifacts / upstream / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2017 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 <project xmlns="http://maven.apache.org/POM/4.0.0"
11          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13     <modelVersion>4.0.0</modelVersion>
14     <parent>
15         <groupId>org.opendaylight.integration</groupId>
16         <artifactId>properties</artifactId>
17         <version>0.8.0-SNAPSHOT</version>
18         <relativePath>../properties</relativePath>
19     </parent>
20     <artifactId>artifact-artifacts</artifactId>
21     <packaging>pom</packaging>
22     <!-- <name> formatting is used by autorelease to parse and notify projects on
23          build failure. Please do not modify this unless you have a good reason. -->
24     <name>ODL :: integration :: ${project.artifactId}</name>
25     <description>POM to import, with all upstream ODL project artifact poms with public versions.</description>
26     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
27     <licenses>
28         <license>
29             <name>Eclipse Public License v1.0</name>
30             <url>http://www.eclipse.org/legal/epl-v10.html</url>
31         </license>
32     </licenses>
33     <!-- FIXME: Add developers section -->
34     <scm>
35         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
36         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
37         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/upstream/artifacts;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <!-- TODO: Open Bugs agains projects to export a single artifact pom containing every public atrifact version. -->
41     <!-- Project artifact poms. Alphabetical order -->
42     <profiles>
43         <profile>
44             <id>bgpcep</id>
45             <activation>
46                 <activeByDefault>true</activeByDefault>
47             </activation>
48             <dependencyManagement>
49                 <dependencies>
50                     <dependency>
51                         <groupId>org.opendaylight.bgpcep</groupId>
52                         <artifactId>bgpcep-artifacts</artifactId>
53                         <version>${bgpcep.version}</version>
54                         <type>pom</type>
55                         <scope>import</scope>
56                     </dependency>
57                 </dependencies>
58             </dependencyManagement>
59         </profile>
60         <profile>
61             <id>coe</id>
62             <activation>
63                 <activeByDefault>true</activeByDefault>
64             </activation>
65             <dependencyManagement>
66                 <dependencies>
67                     <dependency>
68                         <groupId>org.opendaylight.coe</groupId>
69                         <artifactId>coe-artifacts</artifactId>
70                         <version>${coe.version}</version>
71                         <type>pom</type>
72                         <scope>import</scope>
73                     </dependency>
74                 </dependencies>
75             </dependencyManagement>
76         </profile>
77         <profile>
78             <id>controller</id>
79             <activation>
80                 <activeByDefault>true</activeByDefault>
81             </activation>
82             <dependencyManagement>
83                 <dependencies>
84                     <dependency>
85                         <groupId>org.opendaylight.controller</groupId>
86                         <artifactId>config-artifacts</artifactId>
87                         <version>${config.version}</version>
88                         <type>pom</type>
89                         <scope>import</scope>
90                     </dependency>
91                 </dependencies>
92             </dependencyManagement>
93         </profile>
94         <profile>
95             <id>daexim</id>
96             <activation>
97                 <activeByDefault>true</activeByDefault>
98             </activation>
99             <dependencyManagement>
100                 <dependencies>
101                     <dependency>
102                         <groupId>org.opendaylight.daexim</groupId>
103                         <artifactId>daexim-artifacts</artifactId>
104                         <version>${daexim.version}</version>
105                         <type>pom</type>
106                         <scope>import</scope>
107                     </dependency>
108                 </dependencies>
109             </dependencyManagement>
110         </profile>
111         <profile>
112             <id>genius</id>
113             <activation>
114                 <activeByDefault>true</activeByDefault>
115             </activation>
116             <dependencyManagement>
117                 <dependencies>
118                     <dependency>
119                         <groupId>org.opendaylight.genius</groupId>
120                         <artifactId>genius-artifacts</artifactId>
121                         <version>${genius.version}</version>
122                         <type>pom</type>
123                         <scope>import</scope>
124                     </dependency>
125                 </dependencies>
126             </dependencyManagement>
127         </profile>
128         <profile>
129             <id>groupbasedpolicy</id>
130             <activation>
131                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
132                 <activeByDefault>false</activeByDefault>
133             </activation>
134             <dependencyManagement>
135                 <dependencies>
136                     <dependency>
137                         <groupId>org.opendaylight.groupbasedpolicy</groupId>
138                         <artifactId>groupbasedpolicy-artifacts</artifactId>
139                         <version>${groupbasedpolicy.version}</version>
140                         <type>pom</type>
141                         <scope>import</scope>
142                     </dependency>
143                 </dependencies>
144             </dependencyManagement>
145         </profile>
146         <profile>
147             <id>honeycombvbd</id>
148             <activation>
149                 <activeByDefault>true</activeByDefault>
150             </activation>
151             <dependencyManagement>
152                 <dependencies>
153                     <dependency>
154                         <groupId>org.opendaylight.honeycomb.vbd</groupId>
155                         <artifactId>vbd-artifacts</artifactId>
156                         <version>${honeycomb.vbd.version}</version>
157                         <type>pom</type>
158                         <scope>import</scope>
159                     </dependency>
160                 </dependencies>
161             </dependencyManagement>
162         </profile>
163         <profile>
164             <id>infrautils</id>
165             <activation>
166                 <activeByDefault>true</activeByDefault>
167             </activation>
168             <dependencyManagement>
169                 <dependencies>
170                     <dependency>
171                         <groupId>org.opendaylight.infrautils</groupId>
172                         <artifactId>infrautils-artifacts</artifactId>
173                         <version>${infrautils.version}</version>
174                         <type>pom</type>
175                         <scope>import</scope>
176                     </dependency>
177                 </dependencies>
178             </dependencyManagement>
179         </profile>
180         <profile>
181             <id>lispflowmapping</id>
182             <activation>
183                 <activeByDefault>true</activeByDefault>
184             </activation>
185             <dependencyManagement>
186                 <dependencies>
187                     <dependency>
188                         <groupId>org.opendaylight.lispflowmapping</groupId>
189                         <artifactId>lispflowmapping-artifacts</artifactId>
190                         <version>${lispflowmapping.version}</version>
191                         <type>pom</type>
192                         <scope>import</scope>
193                     </dependency>
194                 </dependencies>
195             </dependencyManagement>
196         </profile>
197         <profile>
198             <id>netconf</id>
199             <activation>
200                 <activeByDefault>true</activeByDefault>
201             </activation>
202             <dependencyManagement>
203                 <dependencies>
204                     <dependency>
205                         <groupId>org.opendaylight.netconf</groupId>
206                         <artifactId>netconf-artifacts</artifactId>
207                         <version>${netconf.version}</version>
208                         <type>pom</type>
209                         <scope>import</scope>
210                     </dependency>
211                     <dependency>
212                         <groupId>org.opendaylight.netconf</groupId>
213                         <artifactId>restconf-artifacts</artifactId>
214                         <version>${restconf.version}</version>
215                         <type>pom</type>
216                         <scope>import</scope>
217                     </dependency>
218                 </dependencies>
219             </dependencyManagement>
220         </profile>
221         <profile>
222             <id>netvirt</id>
223             <activation>
224                 <activeByDefault>true</activeByDefault>
225             </activation>
226             <dependencyManagement>
227                 <dependencies>
228                     <dependency>
229                         <groupId>org.opendaylight.netvirt</groupId>
230                         <artifactId>vpnservice-artifacts</artifactId>
231                         <version>${vpnservice.version}</version>
232                         <type>pom</type>
233                         <scope>import</scope>
234                     </dependency>
235                 </dependencies>
236             </dependencyManagement>
237         </profile>
238         <profile>
239             <id>neutron</id>
240             <activation>
241                 <activeByDefault>true</activeByDefault>
242             </activation>
243             <dependencyManagement>
244                 <dependencies>
245                     <dependency>
246                         <groupId>org.opendaylight.neutron</groupId>
247                         <artifactId>neutron-artifacts</artifactId>
248                         <version>${neutron.version}</version>
249                         <type>pom</type>
250                         <scope>import</scope>
251                     </dependency>
252                 </dependencies>
253             </dependencyManagement>
254         </profile>
255         <profile>
256             <id>openflowplugin</id>
257             <activation>
258                 <activeByDefault>true</activeByDefault>
259             </activation>
260             <dependencyManagement>
261                 <dependencies>
262                     <dependency>
263                         <groupId>org.opendaylight.openflowplugin</groupId>
264                         <artifactId>openflowplugin-artifacts</artifactId>
265                         <version>${openflowplugin.version}</version>
266                         <type>pom</type>
267                         <scope>import</scope>
268                     </dependency>
269                 </dependencies>
270             </dependencyManagement>
271         </profile>
272         <profile>
273             <id>ovsdb</id>
274             <activation>
275                 <activeByDefault>true</activeByDefault>
276             </activation>
277             <dependencyManagement>
278                 <dependencies>
279                     <dependency>
280                         <groupId>org.opendaylight.ovsdb</groupId>
281                         <artifactId>hwvtepsouthbound-artifacts</artifactId>
282                         <version>${ovsdb.version}</version>
283                         <type>pom</type>
284                         <scope>import</scope>
285                     </dependency>
286                     <dependency>
287                         <groupId>org.opendaylight.ovsdb</groupId>
288                         <artifactId>library-artifacts</artifactId>
289                         <version>${ovsdb.version}</version>
290                         <type>pom</type>
291                         <scope>import</scope>
292                     </dependency>
293                     <dependency>
294                         <groupId>org.opendaylight.ovsdb</groupId>
295                         <artifactId>southbound-artifacts</artifactId>
296                         <version>${ovsdb.version}</version>
297                         <type>pom</type>
298                         <scope>import</scope>
299                     </dependency>
300                 </dependencies>
301             </dependencyManagement>
302         </profile>
303         <profile>
304             <id>tsdr</id>
305             <activation>
306                 <activeByDefault>true</activeByDefault>
307             </activation>
308             <dependencyManagement>
309                 <dependencies>
310                     <dependency>
311                         <groupId>org.opendaylight.tsdr</groupId>
312                         <artifactId>tsdr-artifacts</artifactId>
313                         <version>${tsdr.version}</version>
314                         <type>pom</type>
315                         <scope>import</scope>
316                     </dependency>
317                 </dependencies>
318             </dependencyManagement>
319         </profile>
320         <profile>
321             <id>unimgr</id>
322             <activation>
323                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
324                 <activeByDefault>false</activeByDefault>
325             </activation>
326             <dependencyManagement>
327                 <dependencies>
328                     <dependency>
329                         <groupId>org.opendaylight.unimgr</groupId>
330                         <artifactId>unimgr-artifacts</artifactId>
331                         <version>${unimgr.version}</version>
332                         <type>pom</type>
333                         <scope>import</scope>
334                     </dependency>
335                 </dependencies>
336             </dependencyManagement>
337         </profile>
338     </profiles>
339 </project>