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