Bump versions by x.(y+1).z
[openflowplugin.git] / extension / openflowplugin-extension-eric / 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-eric</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-eric</artifactId>
23         </dependency>
24         <!-- MD-SAL models -->
25         <dependency>
26             <groupId>${project.groupId}.model</groupId>
27             <artifactId>model-flow-base</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>${project.groupId}.model</groupId>
31             <artifactId>model-flow-service</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>${project.groupId}.model</groupId>
35             <artifactId>model-flow-statistics</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>${project.groupId}.model</groupId>
39             <artifactId>model-inventory</artifactId>
40         </dependency>
41         <!-- OpenFlowJava-API models -->
42         <dependency>
43             <groupId>${project.groupId}.openflowjava</groupId>
44             <artifactId>openflow-protocol-api</artifactId>
45         </dependency>
46         <!-- Test dependencies -->
47         <dependency>
48             <groupId>org.slf4j</groupId>
49             <artifactId>slf4j-simple</artifactId>
50             <scope>test</scope>
51         </dependency>
52     </dependencies>
53
54 </project>