35f1b9a317ad594f97d3bcf5bc698c4fef8ba1c8
[tsdr.git] / features / odl-tsdr-netflow-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-netflow-statistics-collector</artifactId>
14     <version>1.7.0-SNAPSHOT</version>
15     <packaging>feature</packaging>
16
17     <name>ODL :: tsdr :: netflow statistics collector</name>
18
19  <dependencyManagement>
20         <dependencies>
21             <dependency>
22                 <groupId>${project.groupId}</groupId>
23                 <artifactId>tsdr-artifacts</artifactId>
24                 <version>${project.version}</version>
25                 <type>pom</type>
26                 <scope>import</scope>
27             </dependency>
28
29         </dependencies>
30 </dependencyManagement>
31
32
33     <dependencies>
34         <!-- TSDR dependencies -->
35         <dependency>
36             <groupId>${project.groupId}</groupId>
37             <artifactId>odl-tsdr-core</artifactId>
38             <type>xml</type>
39             <classifier>features</classifier>
40         </dependency>
41         <dependency>
42           <groupId>org.opendaylight.tsdr</groupId>
43           <artifactId>tsdr-netflow-statistics-collector</artifactId>
44           <version>${project.version}</version>
45       </dependency>
46     </dependencies>
47 </project>