Apply multiple edits to remove Karaf 3
[integration/distribution.git] / features / singles / odl-integration-compatible-with-all / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>single-feature-parent</artifactId>
16         <version>1.9.0</version>
17         <relativePath/>
18     </parent>
19     <groupId>org.opendaylight.integration</groupId>
20     <artifactId>odl-integration-compatible-with-all</artifactId>
21     <!-- TODO: Shorter name? -->
22     <version>0.7.0-SNAPSHOT</version>
23     <packaging>feature</packaging>
24     <!-- <name> formatting is used by autorelease to parse and notify projects on
25          build failure. Please do not modify this unless you have a good reason. -->
26     <name>ODL :: integration :: ${project.artifactId}</name>
27     <description>Single feature containing all features compatible together.</description>
28     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
29     <licenses>
30         <license>
31             <name>Eclipse Public License v1.0</name>
32             <url>http://www.eclipse.org/legal/epl-v10.html</url>
33         </license>
34     </licenses>
35     <!-- FIXME: Add developers section -->
36     <scm>
37         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
38         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
39         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=features/singles/odl-integration-compatible-with-all;hb=HEAD</url>
40         <tag>HEAD</tag>
41     </scm>
42     <dependencyManagement>
43         <dependencies>
44             <dependency>
45                 <groupId>${project.groupId}</groupId>
46                 <artifactId>all-artifacts</artifactId>
47                 <version>${project.version}</version>
48                 <scope>import</scope>
49                 <type>pom</type>
50             </dependency>
51         </dependencies>
52     </dependencyManagement>
53     <dependencies>
54         <!-- External single feature dependencies. -->
55
56         <!-- Distribution -->
57         <dependency>
58             <groupId>${project.groupId}</groupId>
59             <artifactId>odl-distribution-version</artifactId>
60             <type>xml</type>
61             <classifier>features</classifier>
62         </dependency>
63
64         <!-- AAA -->
65         <dependency>
66             <groupId>org.opendaylight.aaa</groupId>
67             <artifactId>odl-aaa-shiro</artifactId>
68             <type>xml</type>
69             <classifier>features</classifier>
70         </dependency>
71
72         <!-- BGPCEP -->
73         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8362
74         <dependency>
75             <groupId>org.opendaylight.bgpcep</groupId>
76             <artifactId>odl-bgpcep-bgp</artifactId>
77             <type>xml</type>
78             <classifier>features</classifier>
79         </dependency>
80         -->
81         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8363
82         <dependency>
83             <groupId>org.opendaylight.bgpcep</groupId>
84             <artifactId>odl-bgpcep-bmp</artifactId>
85             <type>xml</type>
86             <classifier>features</classifier>
87         </dependency>
88         -->
89         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
90         <dependency>
91             <groupId>org.opendaylight.bgpcep</groupId>
92             <artifactId>odl-bgpcep-pcep</artifactId>
93             <type>xml</type>
94             <classifier>features</classifier>
95         </dependency>
96         <dependency>
97             <groupId>org.opendaylight.bgpcep</groupId>
98             <artifactId>odl-bgpcep-rsvp</artifactId>
99             <type>xml</type>
100             <classifier>features</classifier>
101         </dependency>
102         -->
103
104         <!-- Dlux -->
105         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
106         <dependency>
107             <groupId>org.opendaylight.dlux</groupId>
108             <artifactId>odl-dlux-core</artifactId>
109             <type>xml</type>
110             <classifier>features</classifier>
111         </dependency>
112         -->
113
114         <!-- Netconf -->
115         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=7891
116         <dependency>
117             <groupId>org.opendaylight.netconf</groupId>
118             <artifactId>odl-netconf-mdsal</artifactId>
119             <type>xml</type>
120             <classifier>features</classifier>
121         </dependency>
122         -->
123         <dependency>
124             <groupId>org.opendaylight.netconf</groupId>
125             <artifactId>odl-restconf</artifactId>
126             <type>xml</type>
127             <classifier>features</classifier>
128         </dependency>
129
130         <!-- OpenFlow Plugin -->
131         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
132         <dependency>
133             <groupId>org.opendaylight.openflowplugin</groupId>
134             <artifactId>odl-openflowplugin-flow-services-ui</artifactId>
135             <type>xml</type>
136             <classifier>features</classifier>
137         </dependency>
138         -->
139
140         <!-- SNMP -->
141         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
142         <dependency>
143             <groupId>org.opendaylight.snmp</groupId>
144             <artifactId>odl-snmp-plugin</artifactId>
145             <type>xml</type>
146             <classifier>features</classifier>
147         </dependency>
148         -->
149
150         <!-- SXP -->
151         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
152         <dependency>
153             <groupId>org.opendaylight.sxp</groupId>
154             <artifactId>odl-sxp-controller</artifactId>
155             <type>xml</type>
156             <classifier>features</classifier>
157         </dependency>
158         -->
159
160     </dependencies>
161 </project>