Add k4 progress from Carbon to Nitrogen
[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-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.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         <dependency>
90             <groupId>org.opendaylight.bgpcep</groupId>
91             <artifactId>odl-bgpcep-pcep</artifactId>
92             <type>xml</type>
93             <classifier>features</classifier>
94         </dependency>
95         <dependency>
96             <groupId>org.opendaylight.bgpcep</groupId>
97             <artifactId>odl-bgpcep-rsvp</artifactId>
98             <type>xml</type>
99             <classifier>features</classifier>
100         </dependency>
101
102         <!-- Dlux -->
103         <dependency>
104             <groupId>org.opendaylight.dlux</groupId>
105             <artifactId>odl-dlux-core</artifactId>
106             <type>xml</type>
107             <classifier>features</classifier>
108         </dependency>
109
110         <!-- Netconf -->
111         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=7891
112         <dependency>
113             <groupId>org.opendaylight.netconf</groupId>
114             <artifactId>odl-netconf-mdsal</artifactId>
115             <type>xml</type>
116             <classifier>features</classifier>
117         </dependency>
118         -->
119         <dependency>
120             <groupId>org.opendaylight.netconf</groupId>
121             <artifactId>odl-restconf</artifactId>
122             <type>xml</type>
123             <classifier>features</classifier>
124         </dependency>
125
126         <!-- OpenFlow Plugin -->
127         <dependency>
128             <groupId>org.opendaylight.openflowplugin</groupId>
129             <artifactId>odl-openflowplugin-flow-services-ui</artifactId>
130             <type>xml</type>
131             <classifier>features</classifier>
132         </dependency>
133
134         <!-- SNMP -->
135         <dependency>
136             <groupId>org.opendaylight.snmp</groupId>
137             <artifactId>odl-snmp-plugin</artifactId>
138             <type>xml</type>
139             <classifier>features</classifier>
140         </dependency>
141
142         <!-- SXP -->
143         <dependency>
144             <groupId>org.opendaylight.sxp</groupId>
145             <artifactId>odl-sxp-controller</artifactId>
146             <type>xml</type>
147             <classifier>features</classifier>
148         </dependency>
149
150     </dependencies>
151 </project>