Apply multiple edits to remove Karaf 3
[integration/distribution.git] / artifacts / upstream / feature-repos / 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.0-SNAPSHOT</version>
18         <relativePath>../properties</relativePath>
19     </parent>
20     <artifactId>feature-repo-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 user-facing feature repo artifact 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/feature-repos;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <!-- TODO: Open Bugs against projects to export user-facing feature repository versions in artifact poms. -->
41     <dependencyManagement>
42         <!-- User facing feature repositories. -->
43         <dependencies>
44
45             <!-- AAA -->
46             <dependency>
47                 <groupId>org.opendaylight.aaa</groupId>
48                 <artifactId>features4-aaa</artifactId>
49                 <version>${aaa.version}</version>
50                 <classifier>features</classifier>
51                 <type>xml</type>
52             </dependency>
53             <dependency>
54                 <groupId>org.opendaylight.aaa</groupId>
55                 <artifactId>features4-aaa-shiro</artifactId>
56                 <version>${aaa.version}</version>
57                 <classifier>features</classifier>
58                 <type>xml</type>
59             </dependency>
60
61             <!-- Controller -->
62             <dependency>
63                 <groupId>org.opendaylight.controller</groupId>
64                 <artifactId>features4-extras</artifactId>
65                 <version>${controller.extras.version}</version>
66                 <classifier>features</classifier>
67                 <type>xml</type>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.controller</groupId>
71                 <artifactId>features4-mdsal</artifactId>
72                 <version>${mdsal.version}</version>
73                 <classifier>features</classifier>
74                 <type>xml</type>
75             </dependency>
76             <dependency>
77                 <groupId>org.opendaylight.controller</groupId>
78                 <artifactId>features4-mdsal-benchmark</artifactId>
79                 <version>${benchmark.version}</version>
80                 <classifier>features</classifier>
81                 <type>xml</type>
82             </dependency>
83
84             <!-- Dlux -->
85             <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
86             <dependency>
87                 <groupId>org.opendaylight.dlux</groupId>
88                 <artifactId>features4-dlux</artifactId>
89                 <version>${dlux.version}</version>
90                 <classifier>features</classifier>
91                 <type>xml</type>
92             </dependency>
93             -->
94
95             <!-- Dlux Apps -->
96             <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
97             <dependency>
98                 <groupId>org.opendaylight.dluxapps</groupId>
99                 <artifactId>features4-dluxapps</artifactId>
100                 <version>${dluxapps.version}</version>
101                 <classifier>features</classifier>
102                 <type>xml</type>
103             </dependency>
104             -->
105
106             <!-- InfraUtils -->
107             <dependency>
108                 <groupId>org.opendaylight.infrautils</groupId>
109                 <artifactId>infrautils-features4</artifactId>
110                 <version>${infrautils.version}</version>
111                 <classifier>features</classifier>
112                 <type>xml</type>
113             </dependency>
114
115             <!-- Netconf -->
116             <dependency>
117                 <groupId>org.opendaylight.netconf</groupId>
118                 <artifactId>features4-netconf</artifactId>
119                 <version>${netconf.version}</version>
120                 <classifier>features</classifier>
121                 <type>xml</type>
122             </dependency>
123             <dependency>
124                 <groupId>org.opendaylight.netconf</groupId>
125                 <artifactId>features4-netconf-connector</artifactId>
126                 <version>${netconf.version}</version>
127                 <classifier>features</classifier>
128                 <type>xml</type>
129             </dependency>
130             <dependency>
131                 <groupId>org.opendaylight.netconf</groupId>
132                 <artifactId>features4-restconf</artifactId>
133                 <version>${restconf.version}</version>
134                 <classifier>features</classifier>
135                 <type>xml</type>
136             </dependency>
137
138             <!-- ODL Parent -->
139             <dependency>
140                 <groupId>org.opendaylight.odlparent</groupId>
141                 <artifactId>features4-akka</artifactId>
142                 <version>${odlparent.version}</version>
143                 <classifier>features</classifier>
144                 <type>xml</type>
145             </dependency>
146             <dependency>
147                 <groupId>org.opendaylight.odlparent</groupId>
148                 <artifactId>features4-odlparent</artifactId>
149                 <version>${odlparent.version}</version>
150                 <classifier>features</classifier>
151                 <type>xml</type>
152             </dependency>
153
154             <!-- OpenFlow Plugin -->
155             <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
156             <dependency>
157                 <groupId>org.opendaylight.openflowplugin</groupId>
158                 <artifactId>features4-openflowplugin</artifactId>
159                 <version>${openflowplugin.version}</version>
160                 <classifier>features</classifier>
161                 <type>xml</type>
162             </dependency>
163             <dependency>
164                 <groupId>org.opendaylight.openflowplugin</groupId>
165                 <artifactId>features4-openflowplugin-he</artifactId>
166                 <version>${openflowplugin.version}</version>
167                 <classifier>features</classifier>
168                 <type>xml</type>
169             </dependency>
170             <dependency>
171                 <groupId>org.opendaylight.openflowplugin</groupId>
172                 <artifactId>features4-openflowplugin-extension</artifactId>
173                 <version>${openflowplugin.version}</version>
174                 <classifier>features</classifier>
175                 <type>xml</type>
176             </dependency>
177             <dependency>
178                 <groupId>org.opendaylight.openflowplugin</groupId>
179                 <artifactId>features4-openflowplugin-extension-he</artifactId>
180                 <version>${openflowplugin.version}</version>
181                 <classifier>features</classifier>
182                 <type>xml</type>
183             </dependency>
184             -->
185
186             <!-- SNMP -->
187             <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
188             <dependency>
189                 <groupId>org.opendaylight.snmp</groupId>
190                 <artifactId>features4-snmp</artifactId>
191                 <version>${snmp.version}</version>
192                 <classifier>features</classifier>
193                 <type>xml</type>
194             </dependency>
195             -->
196
197             <!-- SXP -->
198             <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
199             <dependency>
200                 <groupId>org.opendaylight.sxp</groupId>
201                 <artifactId>features4-sxp</artifactId>
202                 <version>${sxp.version}</version>
203                 <classifier>features</classifier>
204                 <type>xml</type>
205             </dependency>
206             -->
207
208         </dependencies>
209     </dependencyManagement>
210 </project>