fc8f34d333f960e90ad444603b2a21e896b74edb
[serviceutils.git] / tools / listener-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6
7     <parent>
8         <groupId>org.opendaylight.serviceutils</groupId>
9         <artifactId>quality-parent</artifactId>
10         <version>0.8.0-SNAPSHOT</version>
11         <relativePath>../../commons/quality-parent</relativePath>
12     </parent>
13
14     <groupId>org.opendaylight.serviceutils</groupId>
15     <artifactId>listener-api</artifactId>
16     <version>0.8.0-SNAPSHOT</version>
17     <packaging>bundle</packaging>
18
19     <dependencies>
20         <dependency>
21             <groupId>javax.inject</groupId>
22             <artifactId>javax.inject</artifactId>
23             <scope>provided</scope>
24             <optional>true</optional>
25         </dependency>
26         <dependency>
27             <groupId>javax.annotation</groupId>
28             <artifactId>javax.annotation-api</artifactId>
29             <scope>provided</scope>
30             <optional>true</optional>
31         </dependency>
32         <dependency>
33             <groupId>org.opendaylight.infrautils</groupId>
34             <artifactId>metrics-api</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>org.opendaylight.mdsal</groupId>
38             <artifactId>mdsal-binding-api</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.mdsal</groupId>
42             <artifactId>yang-binding</artifactId>
43         </dependency>
44     </dependencies>
45 </project>