4644b88dd802f945e5413b334bf32bbcdd00930c
[openflowplugin.git] / features-aggregator / odl-openflowplugin-flow-services-rest / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.odlparent</groupId>
6         <artifactId>single-feature-parent</artifactId>
7         <version>9.0.13</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin</groupId>
12     <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
13     <packaging>feature</packaging>
14     <version>0.14.0-SNAPSHOT</version>
15
16     <name>OpenDaylight :: Openflow Plugin :: Flow Services :: REST</name>
17
18     <dependencyManagement>
19         <dependencies>
20             <!-- restconf -->
21             <dependency>
22                 <groupId>org.opendaylight.netconf</groupId>
23                 <artifactId>netconf-artifacts</artifactId>
24                 <version>2.0.14</version>
25                 <scope>import</scope>
26                 <type>pom</type>
27             </dependency>
28         </dependencies>
29     </dependencyManagement>
30
31     <dependencies>
32         <!-- feature dependencies -->
33         <dependency>
34             <groupId>org.opendaylight.openflowplugin</groupId>
35             <artifactId>odl-openflowplugin-flow-services</artifactId>
36             <version>${project.version}</version>
37             <classifier>features</classifier>
38             <type>xml</type>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.netconf</groupId>
42             <artifactId>odl-restconf</artifactId>
43             <classifier>features</classifier>
44             <type>xml</type>
45         </dependency>
46     </dependencies>
47
48 </project>