Release Lithium-SR4
[openflowjava.git] / openflow-protocol-it / pom.xml
1 <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">
2     <modelVersion>4.0.0</modelVersion>
3     <parent>
4         <groupId>org.opendaylight.openflowjava</groupId>
5         <artifactId>openflow-protocol-parent</artifactId>
6         <version>0.6.4-Lithium-SR4</version>
7     </parent>
8     <artifactId>openflow-protocol-it</artifactId>
9     <packaging>bundle</packaging>
10     <name>Openflow Protocol Integration Test</name>
11     <scm>
12         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
13       <tag>HEAD</tag>
14   </scm>
15
16     <dependencies>
17         <dependency>
18             <groupId>${project.groupId}</groupId>
19             <artifactId>openflow-protocol-impl</artifactId>
20             <scope>test</scope>
21         </dependency>
22         <dependency>
23             <groupId>${project.groupId}</groupId>
24             <artifactId>openflow-protocol-impl</artifactId>
25             <type>test-jar</type>
26             <scope>test</scope>
27         </dependency>
28         <dependency>
29             <groupId>${project.groupId}</groupId>
30             <artifactId>simple-client</artifactId>
31             <scope>test</scope>
32         </dependency>
33         <dependency>
34             <groupId>junit</groupId>
35             <artifactId>junit</artifactId>
36             <scope>test</scope>
37         </dependency>
38         <dependency>
39             <groupId>org.slf4j</groupId>
40             <artifactId>slf4j-log4j12</artifactId>
41         </dependency>
42     </dependencies>
43 </project>