Release transportpce
[transportpce.git] / test-common / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!-- Copyright © 2017 Orange and others. All rights reserved. This program and the accompanying materials
4     are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution,
5     and is available at http://www.eclipse.org/legal/epl-v10.html Author: Martial Coulibaly <martial.coulibaly@gfi.com>
6     on behalf of Orange -->
7 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9     <modelVersion>4.0.0</modelVersion>
10
11     <parent>
12         <groupId>org.opendaylight.odlparent</groupId>
13         <artifactId>bundle-parent</artifactId>
14         <version>6.0.11</version>
15         <relativePath/>
16     </parent>
17
18     <groupId>org.opendaylight.transportpce</groupId>
19     <artifactId>test-common</artifactId>
20     <version>1.2.0</version>
21     <packaging>bundle</packaging>
22
23     <dependencies>
24         <dependency>
25             <groupId>${project.groupId}</groupId>
26             <artifactId>transportpce-common</artifactId>
27             <version>${project.version}</version>
28         </dependency>
29
30         <!-- Sodium bump: javax.annotation.Nullable and friends -->
31         <dependency>
32             <groupId>com.google.code.findbugs</groupId>
33             <artifactId>jsr305</artifactId>
34             <version>3.0.2</version>
35             <optional>true</optional>
36         </dependency>
37     </dependencies>
38
39 </project>