Honeynode test tool
[transportpce.git] / tests / honeynode / honeynode-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     <parent>
11         <groupId>io.fd.honeycomb.common</groupId>
12         <artifactId>impl-parent</artifactId>
13         <version>1.18.01</version>
14     </parent>
15
16     <groupId>io.fd.honeycomb.transportpce</groupId>
17     <artifactId>honeynode-common</artifactId>
18     <version>1.18.01</version>
19     <packaging>bundle</packaging>
20
21     <dependencies>
22         <dependency>
23             <groupId>com.google.guava</groupId>
24             <artifactId>guava</artifactId>
25         </dependency>
26
27         <dependency>
28             <groupId>org.slf4j</groupId>
29             <artifactId>slf4j-api</artifactId>
30         </dependency>
31         
32         <dependency>
33             <groupId>org.opendaylight.controller</groupId>
34             <artifactId>sal-binding-broker-impl</artifactId>
35             <version>1.6.0</version>
36         </dependency>
37
38         <dependency>
39             <groupId>org.opendaylight.controller</groupId>
40             <artifactId>sal-binding-api</artifactId>
41             <version>1.6.0</version>
42         </dependency>
43
44         <dependency>
45             <groupId>org.opendaylight.yangtools</groupId>
46             <artifactId>yang-data-codec-xml</artifactId>
47             <version>1.2.0</version>
48         </dependency>
49
50         <dependency>
51             <groupId>org.opendaylight.yangtools</groupId>
52             <artifactId>yang-data-codec-gson</artifactId>
53             <version>1.2.0</version>
54         </dependency>
55     </dependencies>
56 </project>