Merge "remove useless diagstatus ServiceDescriptor descriptions"
[openflowplugin.git] / applications / southbound-cli / 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"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.openflowplugin</groupId>
7         <artifactId>applications</artifactId>
8         <version>0.7.0-SNAPSHOT</version>
9     </parent>
10     <groupId>org.opendaylight.openflowplugin.applications</groupId>
11     <artifactId>southbound-cli</artifactId>
12     <packaging>bundle</packaging>
13
14     <dependencies>
15         <dependency>
16             <groupId>org.osgi</groupId>
17             <artifactId>org.osgi.core</artifactId>
18         </dependency>
19         <dependency>
20             <groupId>junit</groupId>
21             <artifactId>junit</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>org.opendaylight.controller</groupId>
25             <artifactId>sal-binding-api</artifactId>
26         </dependency>
27         <dependency>
28             <groupId>org.opendaylight.openflowplugin</groupId>
29             <artifactId>openflowplugin-common</artifactId>
30         </dependency>
31         <dependency>
32             <groupId>org.opendaylight.openflowplugin</groupId>
33             <artifactId>openflowplugin-api</artifactId>
34         </dependency>
35         <dependency>
36             <groupId>org.opendaylight.yangtools</groupId>
37             <artifactId>yang-common</artifactId>
38         </dependency>
39         <dependency>
40             <groupId>org.opendaylight.controller</groupId>
41             <artifactId>sal-common-util</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.mdsal</groupId>
45             <artifactId>mdsal-singleton-common-api</artifactId>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.openflowplugin.model</groupId>
49             <artifactId>model-flow-service</artifactId>
50         </dependency>
51         <dependency>
52             <groupId>org.mockito</groupId>
53             <artifactId>mockito-core</artifactId>
54             <scope>test</scope>
55         </dependency>
56         <dependency>
57             <groupId>org.opendaylight.controller</groupId>
58             <artifactId>sal-binding-broker-impl</artifactId>
59             <scope>test</scope>
60         </dependency>
61         <dependency>
62             <groupId>org.opendaylight.controller</groupId>
63             <artifactId>sal-binding-broker-impl</artifactId>
64             <scope>test</scope>
65             <type>test-jar</type>
66         </dependency>
67         <dependency>
68             <groupId>org.apache.karaf.shell</groupId>
69             <artifactId>org.apache.karaf.shell.console</artifactId>
70             <scope>provided</scope>
71         </dependency>
72         <dependency>
73             <groupId>org.opendaylight.openflowplugin.applications</groupId>
74             <artifactId>forwardingrules-manager</artifactId>
75         </dependency>
76         <dependency>
77             <groupId>javax.inject</groupId>
78             <artifactId>javax.inject</artifactId>
79         </dependency>
80     </dependencies>
81
82 </project>