bc9f1ab6a57f0be9a336b4d4dcde76676e3182be
[mdsal.git] / features / odl-mdsal-eos-binding / 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>8.0.14-SNAPSHOT</version>
15         <relativePath>../feature-parent</relativePath>
16     </parent>
17
18     <artifactId>odl-mdsal-eos-binding</artifactId>
19     <packaging>feature</packaging>
20     <name>OpenDaylight :: MD-SAL :: EOS :: Binding</name>
21     <description>Entity Ownership Service Binding support</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-eos-dom</artifactId>
32             <type>xml</type>
33             <classifier>features</classifier>
34         </dependency>
35         <dependency>
36             <groupId>org.opendaylight.mdsal</groupId>
37             <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
38             <type>xml</type>
39             <classifier>features</classifier>
40         </dependency>
41         <dependency>
42             <groupId>org.opendaylight.mdsal</groupId>
43             <artifactId>mdsal-eos-binding-api</artifactId>
44         </dependency>
45         <dependency>
46             <groupId>org.opendaylight.mdsal</groupId>
47             <artifactId>mdsal-eos-binding-adapter</artifactId>
48         </dependency>
49     </dependencies>
50 </project>