4c8dfb658fc49fef270dfdfa6ae79c13e8c9e71f
[tsdr.git] / features / odl-tsdr-openflow-statistics-collector / 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
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>single-feature-parent</artifactId>
8         <version>4.0.9</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.tsdr</groupId>
13     <artifactId>odl-tsdr-openflow-statistics-collector</artifactId>
14     <version>1.7.0-SNAPSHOT</version>
15     <packaging>feature</packaging>
16
17     <name>ODL :: tsdr :: openflowcollector</name>
18     <properties>
19           <openflowplugin.version>0.8.0-SNAPSHOT</openflowplugin.version>
20     </properties>
21
22     <dependencyManagement>
23         <dependencies>
24             <dependency>
25                 <groupId>${project.groupId}</groupId>
26                 <artifactId>tsdr-artifacts</artifactId>
27                 <version>${project.version}</version>
28                 <type>pom</type>
29                 <scope>import</scope>
30             </dependency>
31         </dependencies>
32     </dependencyManagement>
33
34     <dependencies>
35         <!-- TSDR dependencies -->
36         <dependency>
37             <groupId>${project.groupId}</groupId>
38             <artifactId>odl-tsdr-core</artifactId>
39             <type>xml</type>
40             <classifier>features</classifier>
41         </dependency>
42         <dependency>
43             <groupId>org.opendaylight.tsdr</groupId>
44             <artifactId>tsdr-openflow-statistics-collector</artifactId>
45             <version>${project.version}</version>
46         </dependency>
47
48         <!-- ODL dependencies -->
49         <dependency>
50             <groupId>org.opendaylight.openflowplugin</groupId>
51             <artifactId>odl-openflowplugin-flow-services</artifactId>
52             <classifier>features</classifier>
53             <version>${openflowplugin.version}</version>
54             <type>xml</type>
55         </dependency>
56     </dependencies>
57 </project>