Bump versions by x.y.(z+1)
[openflowplugin.git] / extension / openflowplugin-extension-api / 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.11.0-SNAPSHOT</version>
9         <relativePath>../../parent</relativePath>
10     </parent>
11
12     <artifactId>openflowplugin-extension-api</artifactId>
13     <packaging>bundle</packaging>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.opendaylight.yangtools</groupId>
18             <artifactId>yang-model-api</artifactId>
19         </dependency>
20
21         <!-- OpenFlowJava-API models -->
22         <dependency>
23             <groupId>${project.groupId}.openflowjava</groupId>
24             <artifactId>openflow-protocol-api</artifactId>
25         </dependency>
26
27         <!-- MD-SAL models -->
28         <dependency>
29             <groupId>org.opendaylight.openflowplugin.model</groupId>
30             <artifactId>model-flow-base</artifactId>
31         </dependency>
32         <dependency>
33             <groupId>org.opendaylight.openflowplugin.model</groupId>
34             <artifactId>model-flow-service</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>org.opendaylight.openflowplugin.model</groupId>
38             <artifactId>model-flow-statistics</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.controller.model</groupId>
42             <artifactId>model-inventory</artifactId>
43         </dependency>
44     </dependencies>
45
46 </project>