f54646be96730589ab93c793feca328d1301dfb6
[tsdr.git] / features / odl-tsdr-syslog-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-syslog-collector</artifactId>
14     <version>1.7.0-SNAPSHOT</version>
15     <packaging>feature</packaging>
16
17     <name>ODL :: tsdr :: syslogcollector</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         </dependencies>
29     </dependencyManagement>
30
31
32     <dependencies>
33         <!-- TSDR dependencies -->
34         <dependency>
35             <groupId>${project.groupId}</groupId>
36             <artifactId>odl-tsdr-core</artifactId>
37             <type>xml</type>
38             <classifier>features</classifier>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.tsdr</groupId>
42             <artifactId>tsdr-syslog-collector</artifactId>
43             <version>${project.version}</version>
44         </dependency>
45     </dependencies>
46 </project>