11525a683d6798906fda2192b13217a731d0ff10
[controller.git] / features / mdsal / odl-mdsal-xsql / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016, 2017 Red Hat, Inc. and others.
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
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>single-feature-parent</artifactId>
17         <version>1.8.0-SNAPSHOT</version>
18         <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.controller</groupId>
22     <artifactId>odl-mdsal-xsql</artifactId>
23     <version>1.5.0-SNAPSHOT</version>
24     <packaging>feature</packaging>
25
26     <properties>
27         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
28         <config.xsql.configfile>04-xsql.xml</config.xsql.configfile>
29     </properties>
30
31     <dependencies>
32         <dependency>
33             <groupId>${project.groupId}</groupId>
34             <artifactId>odl-mdsal-broker</artifactId>
35             <version>${project.version}</version>
36             <type>xml</type>
37             <classifier>features</classifier>
38         </dependency>
39         <dependency>
40             <groupId>${project.groupId}</groupId>
41             <artifactId>sal-dom-xsql</artifactId>
42             <version>${project.version}</version>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>sal-karaf4-xsql</artifactId>
47             <version>${project.version}</version>
48         </dependency>
49         <dependency>
50             <!-- finalname="${config.configfile.directory}/${config.xsql.configfile}" -->
51             <groupId>${project.groupId}</groupId>
52             <artifactId>sal-dom-xsql-config</artifactId>
53             <version>${project.version}</version>
54             <type>xml</type>
55             <classifier>config</classifier>
56             <scope>provided</scope>
57         </dependency>
58     </dependencies>
59 </project>