Bump odlparent to 6.0.0
[serviceutils.git] / features / odl-serviceutils-listener / 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>6.0.0</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.serviceutils</groupId>
13     <artifactId>odl-serviceutils-listener</artifactId>
14     <version>0.5.0-SNAPSHOT</version>
15     <packaging>feature</packaging>
16     <name>OpenDaylight :: serviceutils :: listener tools</name>
17
18     <dependencyManagement>
19         <dependencies>
20             <dependency>
21                 <groupId>org.opendaylight.infrautils</groupId>
22                 <artifactId>infrautils-artifacts</artifactId>
23                 <version>1.7.0-SNAPSHOT</version>
24                 <scope>import</scope>
25                 <type>pom</type>
26             </dependency>
27             <dependency>
28                 <groupId>org.opendaylight.mdsal</groupId>
29                 <artifactId>mdsal-artifacts</artifactId>
30                 <version>4.0.6</version>
31                 <scope>import</scope>
32                 <type>pom</type>
33             </dependency>
34             <dependency>
35                 <groupId>org.opendaylight.serviceutils</groupId>
36                 <artifactId>serviceutils-artifacts</artifactId>
37                 <version>0.5.0-SNAPSHOT</version>
38                 <scope>import</scope>
39                 <type>pom</type>
40             </dependency>
41         </dependencies>
42     </dependencyManagement>
43
44     <dependencies>
45         <dependency>
46             <groupId>org.opendaylight.infrautils</groupId>
47             <artifactId>odl-infrautils-inject</artifactId>
48             <classifier>features</classifier>
49             <type>xml</type>
50         </dependency>
51         <dependency>
52             <groupId>org.opendaylight.infrautils</groupId>
53             <artifactId>odl-infrautils-metrics</artifactId>
54             <classifier>features</classifier>
55             <type>xml</type>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.mdsal</groupId>
59             <artifactId>odl-mdsal-binding-api</artifactId>
60             <classifier>features</classifier>
61             <type>xml</type>
62         </dependency>
63         <dependency>
64             <groupId>org.opendaylight.serviceutils</groupId>
65             <artifactId>listener-api</artifactId>
66         </dependency>
67     </dependencies>
68 </project>