a95ce371336751e6b24f6a763d5f6d7de68953aa
[netconf.git] / features / netconf-connector / features-netconf-connector / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2016 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10   <modelVersion>4.0.0</modelVersion>
11
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>feature-repo-parent</artifactId>
15     <version>4.0.14</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.netconf</groupId>
20   <artifactId>features-netconf-connector</artifactId>
21   <version>1.6.3-SNAPSHOT</version>
22   <packaging>feature</packaging>
23
24   <properties>
25     <!-- Skip SFT as some of the features are mutually exclusive, i.e. SFT may fail
26          if certain features are installed together. -->
27     <skip.karaf.featureTest>true</skip.karaf.featureTest>
28   </properties>
29
30   <dependencies>
31     <dependency>
32       <groupId>${project.groupId}</groupId>
33       <artifactId>odl-message-bus</artifactId>
34       <version>${project.version}</version>
35       <type>xml</type>
36       <classifier>features</classifier>
37     </dependency>
38     <dependency>
39       <groupId>${project.groupId}</groupId>
40       <artifactId>odl-netconf-clustered-topology</artifactId>
41       <version>${project.version}</version>
42       <type>xml</type>
43       <classifier>features</classifier>
44     </dependency>
45     <dependency>
46       <groupId>${project.groupId}</groupId>
47       <artifactId>odl-netconf-connector</artifactId>
48       <version>${project.version}</version>
49       <type>xml</type>
50       <classifier>features</classifier>
51     </dependency>
52     <dependency>
53       <groupId>${project.groupId}</groupId>
54       <artifactId>odl-netconf-connector-all</artifactId>
55       <version>${project.version}</version>
56       <type>xml</type>
57       <classifier>features</classifier>
58     </dependency>
59     <dependency>
60       <groupId>${project.groupId}</groupId>
61       <artifactId>odl-netconf-callhome-ssh</artifactId>
62       <version>${project.version}</version>
63       <type>xml</type>
64       <classifier>features</classifier>
65     </dependency>
66     <dependency>
67       <groupId>${project.groupId}</groupId>
68       <artifactId>odl-netconf-console</artifactId>
69       <version>${project.version}</version>
70       <type>xml</type>
71       <classifier>features</classifier>
72     </dependency>
73     <dependency>
74       <groupId>${project.groupId}</groupId>
75       <artifactId>odl-netconf-topology</artifactId>
76       <version>${project.version}</version>
77       <type>xml</type>
78       <classifier>features</classifier>
79     </dependency>
80   </dependencies>
81 </project>