Release Lithium-SR4
[openflowjava.git] / util / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.openflowjava</groupId>
7         <artifactId>openflow-protocol-parent</artifactId>
8         <version>0.6.4-Lithium-SR4</version>
9     </parent>
10     <packaging>bundle</packaging>
11     <artifactId>util</artifactId>
12
13     <dependencies>
14         <dependency>
15             <groupId>junit</groupId>
16             <artifactId>junit</artifactId>
17             <scope>test</scope>
18         </dependency>
19         <dependency>
20             <groupId>org.opendaylight.openflowjava</groupId>
21             <artifactId>openflow-protocol-api</artifactId>
22         </dependency>
23     </dependencies>
24 </project>