c6f4c51004cdfb1755426ffa74036d1c7e549cde
[openflowplugin.git] / openflowplugin-common / 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.openflowplugin</groupId>
7     <artifactId>openflowplugin-parent</artifactId>
8     <version>0.9.0-SNAPSHOT</version>
9     <relativePath>../parent</relativePath>
10   </parent>
11
12   <artifactId>openflowplugin-common</artifactId>
13   <packaging>bundle</packaging>
14
15   <dependencies>
16     <dependency>
17       <groupId>com.google.guava</groupId>
18       <artifactId>guava</artifactId>
19     </dependency>
20     <dependency>
21       <groupId>org.slf4j</groupId>
22       <artifactId>slf4j-api</artifactId>
23     </dependency>
24     <dependency>
25         <groupId>org.opendaylight.controller</groupId>
26         <artifactId>sal-binding-api</artifactId>
27     </dependency>
28
29     <dependency>
30       <groupId>junit</groupId>
31       <artifactId>junit</artifactId>
32       <scope>test</scope>
33     </dependency>
34     <dependency>
35       <groupId>org.mockito</groupId>
36       <artifactId>mockito-core</artifactId>
37       <scope>test</scope>
38     </dependency>
39     <dependency>
40       <groupId>org.slf4j</groupId>
41       <artifactId>slf4j-log4j12</artifactId>
42       <scope>test</scope>
43     </dependency>
44   </dependencies>
45 </project>