69d74a246a0d77e85dfa364840e5f4009271df8d
[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.7.1-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     <dependencyManagement>
41         <dependencies>
42             <!-- Project artifact poms. Alphabetical order -->
43             <!-- TODO: Open Bugs agains projects to export a single artifact pom containing every public atrifact version. -->
44             <dependency>
45                 <groupId>org.opendaylight.bgpcep</groupId>
46                 <artifactId>bgpcep-artifacts</artifactId>
47                 <version>${bgpcep.version}</version>
48                 <type>pom</type>
49                 <scope>import</scope>
50             </dependency>
51             <dependency>
52                 <groupId>org.opendaylight.coe</groupId>
53                 <artifactId>coe-artifacts</artifactId>
54                 <version>${coe.version}</version>
55                 <type>pom</type>
56                 <scope>import</scope>
57             </dependency>
58             <dependency>
59                 <groupId>org.opendaylight.controller</groupId>
60                 <artifactId>config-artifacts</artifactId>
61                 <version>${config.version}</version>
62                 <type>pom</type>
63                 <scope>import</scope>
64             </dependency>
65             <dependency>
66                 <groupId>org.opendaylight.daexim</groupId>
67                 <artifactId>daexim-artifacts</artifactId>
68                 <version>${daexim.version}</version>
69                 <type>pom</type>
70                 <scope>import</scope>
71             </dependency>
72             <dependency>
73                 <groupId>org.opendaylight.genius</groupId>
74                 <artifactId>genius-artifacts</artifactId>
75                 <version>${genius.version}</version>
76                 <type>pom</type>
77                 <scope>import</scope>
78             </dependency>
79             <dependency>
80                 <groupId>org.opendaylight.infrautils</groupId>
81                 <artifactId>infrautils-artifacts</artifactId>
82                 <version>${infrautils.version}</version>
83                 <type>pom</type>
84                 <scope>import</scope>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.lispflowmapping</groupId>
88                 <artifactId>lispflowmapping-artifacts</artifactId>
89                 <version>${lispflowmapping.version}</version>
90                 <type>pom</type>
91                 <scope>import</scope>
92             </dependency>
93             <dependency>
94                 <groupId>org.opendaylight.netconf</groupId>
95                 <artifactId>restconf-artifacts</artifactId>
96                 <version>${restconf.version}</version>
97                 <type>pom</type>
98                 <scope>import</scope>
99             </dependency>
100             <dependency>
101                 <groupId>org.opendaylight.netvirt</groupId>
102                 <artifactId>vpnservice-artifacts</artifactId>
103                 <version>${vpnservice.version}</version>
104                 <type>pom</type>
105                 <scope>import</scope>
106             </dependency>
107             <dependency>
108                 <groupId>org.opendaylight.neutron</groupId>
109                 <artifactId>neutron-artifacts</artifactId>
110                 <version>${neutron.version}</version>
111                 <type>pom</type>
112                 <scope>import</scope>
113             </dependency>
114             <dependency>
115                 <groupId>org.opendaylight.openflowplugin</groupId>
116                 <artifactId>openflowplugin-artifacts</artifactId>
117                 <version>${openflowplugin.version}</version>
118                 <type>pom</type>
119                 <scope>import</scope>
120             </dependency>
121             <dependency>
122                 <groupId>org.opendaylight.ovsdb</groupId>
123                 <artifactId>hwvtepsouthbound-artifacts</artifactId>
124                 <version>${ovsdb.version}</version>
125                 <type>pom</type>
126                 <scope>import</scope>
127             </dependency>
128             <dependency>
129                 <groupId>org.opendaylight.ovsdb</groupId>
130                 <artifactId>library-artifacts</artifactId>
131                 <version>${ovsdb.version}</version>
132                 <type>pom</type>
133                 <scope>import</scope>
134             </dependency>
135             <dependency>
136                 <groupId>org.opendaylight.ovsdb</groupId>
137                 <artifactId>southbound-artifacts</artifactId>
138                 <version>${ovsdb.version}</version>
139                 <type>pom</type>
140                 <scope>import</scope>
141             </dependency>
142             <dependency>
143                 <groupId>org.opendaylight.topoprocessing</groupId>
144                 <artifactId>topoprocessing-artifacts</artifactId>
145                 <version>${topoprocessing.version}</version>
146                 <type>pom</type>
147                 <scope>import</scope>
148             </dependency>
149             <dependency>
150                 <groupId>org.opendaylight.groupbasedpolicy</groupId>
151                 <artifactId>groupbasedpolicy-artifacts</artifactId>
152                 <version>${groupbasedpolicy.version}</version>
153                 <type>pom</type>
154                 <scope>import</scope>
155             </dependency>
156             <dependency>
157                 <groupId>org.opendaylight.honeycomb.vbd</groupId>
158                 <artifactId>vbd-artifacts</artifactId>
159                 <version>${honeycomb.vbd.version}</version>
160                 <type>pom</type>
161                 <scope>import</scope>
162             </dependency>
163             <dependency>
164                 <groupId>org.opendaylight.netconf</groupId>
165                 <artifactId>netconf-artifacts</artifactId>
166                 <version>${netconf.version}</version>
167                 <type>pom</type>
168                 <scope>import</scope>
169             </dependency>
170             <dependency>
171                 <groupId>org.opendaylight.unimgr</groupId>
172                 <artifactId>unimgr-artifacts</artifactId>
173                 <version>${unimgr.version}</version>
174                 <type>pom</type>
175                 <scope>import</scope>
176             </dependency>
177         </dependencies>
178     </dependencyManagement>
179 </project>