Bump versions by x.(y+1).z
[openflowplugin.git] / extension / test-extension / pom.xml
1 <?xml version="1.0"?>
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.15.0-SNAPSHOT</version>
8         <relativePath>../../parent</relativePath>
9     </parent>
10
11     <artifactId>test-extension</artifactId>
12     <packaging>bundle</packaging>
13
14     <dependencies>
15         <dependency>
16             <groupId>org.opendaylight.openflowplugin</groupId>
17             <artifactId>openflowplugin-extension-nicira</artifactId>
18         </dependency>
19         <dependency>
20             <groupId>org.opendaylight.openflowplugin</groupId>
21             <artifactId>openflowplugin-extension-eric</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>org.opendaylight.openflowplugin</groupId>
25             <artifactId>openflowplugin-extension-api</artifactId>
26         </dependency>
27         <dependency>
28             <groupId>org.opendaylight.openflowplugin</groupId>
29             <artifactId>openflowjava-extension-nicira</artifactId>
30         </dependency>
31         <dependency>
32             <groupId>org.opendaylight.openflowplugin</groupId>
33             <artifactId>openflowjava-extension-eric</artifactId>
34         </dependency>
35         <dependency>
36             <!-- configSubsystem yang should be moved to API and this would be doomed for removal -->
37             <groupId>org.opendaylight.openflowplugin</groupId>
38             <artifactId>openflowplugin</artifactId>
39         </dependency>
40
41         <!-- MD-SAL models -->
42         <dependency>
43             <groupId>org.opendaylight.openflowplugin.model</groupId>
44             <artifactId>model-flow-base</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>org.opendaylight.openflowplugin.model</groupId>
48             <artifactId>model-flow-service</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>org.opendaylight.openflowplugin.model</groupId>
52             <artifactId>model-flow-statistics</artifactId>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.openflowplugin.model</groupId>
56             <artifactId>model-inventory</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>org.opendaylight.infrautils</groupId>
60             <artifactId>infrautils-util</artifactId>
61         </dependency>
62
63         <!-- OpenFlowJava-API models -->
64         <dependency>
65             <groupId>${project.groupId}.openflowjava</groupId>
66             <artifactId>openflow-protocol-api</artifactId>
67         </dependency>
68     </dependencies>
69
70 </project>