Bump versions by x.(y+1).z
[openflowplugin.git] / extension / openflowplugin-extension-nicira / 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
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.openflowplugin</groupId>
7         <artifactId>openflowplugin-parent</artifactId>
8         <version>0.17.0-SNAPSHOT</version>
9         <relativePath>../../parent</relativePath>
10     </parent>
11
12     <artifactId>openflowplugin-extension-nicira</artifactId>
13     <packaging>bundle</packaging>
14
15     <dependencies>
16         <dependency>
17             <groupId>${project.groupId}</groupId>
18             <artifactId>openflowplugin-extension-api</artifactId>
19         </dependency>
20         <dependency>
21             <groupId>${project.groupId}</groupId>
22             <artifactId>openflowjava-extension-nicira</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>${project.groupId}</groupId>
26             <artifactId>openflowjava-extension-nicira-api</artifactId>
27         </dependency>
28         <!-- MD-SAL models -->
29         <dependency>
30             <groupId>${project.groupId}.model</groupId>
31             <artifactId>model-flow-base</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>${project.groupId}.model</groupId>
35             <artifactId>model-flow-service</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>${project.groupId}.model</groupId>
39             <artifactId>model-flow-statistics</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>${project.groupId}.model</groupId>
43             <artifactId>model-inventory</artifactId>
44         </dependency>
45         <!-- OpenFlowJava-API models -->
46         <dependency>
47             <groupId>${project.groupId}.openflowjava</groupId>
48             <artifactId>openflow-protocol-api</artifactId>
49         </dependency>
50         <!-- Test dependencies -->
51         <dependency>
52             <groupId>org.slf4j</groupId>
53             <artifactId>slf4j-simple</artifactId>
54             <scope>test</scope>
55         </dependency>
56         <dependency>
57             <groupId>pl.pragmatists</groupId>
58             <artifactId>JUnitParams</artifactId>
59             <scope>test</scope>
60         </dependency>
61     </dependencies>
62
63 </project>