Release mdsal
[mdsal.git] / features / odl-mdsal-singleton-dom / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016, 2017 Red Hat, 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     <parent>
12         <groupId>org.opendaylight.mdsal</groupId>
13         <artifactId>feature-parent</artifactId>
14         <version>9.0.3</version>
15         <relativePath>../feature-parent</relativePath>
16     </parent>
17
18     <artifactId>odl-mdsal-singleton-dom</artifactId>
19     <packaging>feature</packaging>
20     <name>OpenDaylight :: MD-SAL :: Singleton :: DOM</name>
21     <description>MD-SAL Cluster Singleton Service implementation</description>
22
23     <properties>
24         <!-- FIXME: remove this once we can plug in a testing dependency -->
25         <skip.karaf.featureTest>true</skip.karaf.featureTest>
26     </properties>
27
28     <dependencies>
29         <dependency>
30             <groupId>org.opendaylight.mdsal</groupId>
31             <artifactId>odl-mdsal-singleton-common</artifactId>
32             <type>xml</type>
33             <classifier>features</classifier>
34         </dependency>
35         <dependency>
36             <groupId>org.opendaylight.mdsal</groupId>
37             <artifactId>odl-mdsal-eos-dom</artifactId>
38             <type>xml</type>
39             <classifier>features</classifier>
40         </dependency>
41         <dependency>
42             <groupId>org.opendaylight.mdsal</groupId>
43             <artifactId>odl-mdsal-common</artifactId>
44             <type>xml</type>
45             <classifier>features</classifier>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.mdsal</groupId>
49             <artifactId>mdsal-singleton-dom-impl</artifactId>
50         </dependency>
51     </dependencies>
52 </project>