db3152702afef0a9866e1331ff76a7813baa6b54
[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.8.0-SNAPSHOT</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.6.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         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8378
66         <dependency>
67             <groupId>org.opendaylight.aaa</groupId>
68             <artifactId>odl-aaa-shiro</artifactId>
69             <type>xml</type>
70             <classifier>features</classifier>
71         </dependency>
72         -->
73
74         <!-- BGPCEP -->
75         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8362
76         <dependency>
77             <groupId>org.opendaylight.bgpcep</groupId>
78             <artifactId>odl-bgpcep-bgp</artifactId>
79             <type>xml</type>
80             <classifier>features</classifier>
81         </dependency>
82         -->
83         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8363
84         <dependency>
85             <groupId>org.opendaylight.bgpcep</groupId>
86             <artifactId>odl-bgpcep-bmp</artifactId>
87             <type>xml</type>
88             <classifier>features</classifier>
89         </dependency>
90         -->
91         <dependency>
92             <groupId>org.opendaylight.bgpcep</groupId>
93             <artifactId>odl-bgpcep-pcep</artifactId>
94             <type>xml</type>
95             <classifier>features</classifier>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.bgpcep</groupId>
99             <artifactId>odl-bgpcep-rsvp</artifactId>
100             <type>xml</type>
101             <classifier>features</classifier>
102         </dependency>
103
104         <!-- Dlux -->
105         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8378
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=8357
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=8378
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=8378
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=8378
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>