Bump upstreams
[openflowplugin.git] / openflowplugin / 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     <parent>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <artifactId>openflowplugin-parent</artifactId>
7         <version>0.17.0-SNAPSHOT</version>
8         <relativePath>../parent</relativePath>
9     </parent>
10
11     <artifactId>openflowplugin</artifactId>
12     <packaging>bundle</packaging>
13
14     <dependencies>
15         <dependency>
16             <groupId>${project.groupId}</groupId>
17             <artifactId>openflowplugin-api</artifactId>
18         </dependency>
19         <dependency>
20             <groupId>${project.groupId}</groupId>
21             <artifactId>openflowplugin-extension-api</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>${project.groupId}.model</groupId>
25             <artifactId>model-flow-base</artifactId>
26         </dependency>
27         <dependency>
28             <groupId>${project.groupId}.model</groupId>
29             <artifactId>model-flow-service</artifactId>
30         </dependency>
31         <dependency>
32             <groupId>${project.groupId}.model</groupId>
33             <artifactId>model-flow-statistics</artifactId>
34         </dependency>
35         <dependency>
36             <groupId>org.opendaylight.openflowplugin.model</groupId>
37             <artifactId>model-inventory</artifactId>
38         </dependency>
39
40         <dependency>
41             <groupId>${project.groupId}.openflowjava</groupId>
42             <artifactId>openflow-protocol-api</artifactId>
43         </dependency>
44
45         <dependency>
46             <groupId>com.github.spotbugs</groupId>
47             <artifactId>spotbugs-annotations</artifactId>
48             <optional>true</optional>
49         </dependency>
50         <dependency>
51             <groupId>com.google.guava</groupId>
52             <artifactId>guava</artifactId>
53         </dependency>
54
55         <dependency>
56             <groupId>${project.groupId}.openflowjava</groupId>
57             <artifactId>openflowjava-util</artifactId>
58         </dependency>
59
60     </dependencies>
61 </project>