OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / applications / notification-supplier / pom.xml
1 <?xml version="1.0"?>
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     <parent>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <artifactId>applications</artifactId>
7         <version>0.8.0-SNAPSHOT</version>
8     </parent>
9     <groupId>org.opendaylight.openflowplugin.applications</groupId>
10     <artifactId>notification-supplier</artifactId>
11     <packaging>bundle</packaging>
12     <dependencies>
13         <dependency>
14             <groupId>org.opendaylight.openflowplugin</groupId>
15             <artifactId>openflowplugin-api</artifactId>
16         </dependency>
17         <dependency>
18             <groupId>org.opendaylight.controller</groupId>
19             <artifactId>sal-binding-api</artifactId>
20         </dependency>
21         <dependency>
22             <groupId>org.opendaylight.controller</groupId>
23             <artifactId>sal-binding-broker-impl</artifactId>
24         </dependency>
25         <dependency>
26             <groupId>org.opendaylight.controller.model</groupId>
27             <artifactId>model-inventory</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.openflowplugin.model</groupId>
31             <artifactId>model-flow-base</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.openflowplugin</groupId>
35             <artifactId>openflowplugin-common</artifactId>
36         </dependency>
37
38         <!-- Test dependencies -->
39         <dependency>
40             <groupId>org.mockito</groupId>
41             <artifactId>mockito-core</artifactId>
42             <scope>test</scope>
43         </dependency>
44         <dependency>
45             <groupId>junit</groupId>
46             <artifactId>junit</artifactId>
47             <scope>test</scope>
48         </dependency>
49     </dependencies>
50 </project>