Bump MRI upstreams
[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>10.0.2</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.serviceutils</groupId>
13     <artifactId>odl-serviceutils-listener</artifactId>
14     <version>0.10.0-SNAPSHOT</version>
15     <packaging>feature</packaging>
16     <name>ODL :: serviceutils :: listener tools</name>
17
18     <dependencyManagement>
19         <dependencies>
20             <dependency>
21                 <groupId>org.opendaylight.mdsal</groupId>
22                 <artifactId>mdsal-artifacts</artifactId>
23                 <version>9.0.3</version>
24                 <scope>import</scope>
25                 <type>pom</type>
26             </dependency>
27             <dependency>
28                 <groupId>org.opendaylight.serviceutils</groupId>
29                 <artifactId>serviceutils-artifacts</artifactId>
30                 <version>0.10.0-SNAPSHOT</version>
31                 <scope>import</scope>
32                 <type>pom</type>
33             </dependency>
34         </dependencies>
35     </dependencyManagement>
36
37     <dependencies>
38         <dependency>
39             <groupId>org.opendaylight.serviceutils</groupId>
40             <artifactId>odl-serviceutils-metrics</artifactId>
41             <classifier>features</classifier>
42             <type>xml</type>
43         </dependency>
44         <dependency>
45             <groupId>org.opendaylight.mdsal</groupId>
46             <artifactId>odl-mdsal-binding-api</artifactId>
47             <classifier>features</classifier>
48             <type>xml</type>
49         </dependency>
50         <dependency>
51             <groupId>org.opendaylight.serviceutils</groupId>
52             <artifactId>listener-api</artifactId>
53         </dependency>
54     </dependencies>
55 </project>