Lighty support Silicon migration
[transportpce.git] / inventory / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!-- Copyright © 2016 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 -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8     <modelVersion>4.0.0</modelVersion>
9
10     <parent>
11         <groupId>org.opendaylight.mdsal</groupId>
12         <artifactId>binding-parent</artifactId>
13         <version>7.0.6</version>
14         <relativePath />
15     </parent>
16
17     <groupId>org.opendaylight.transportpce</groupId>
18     <artifactId>transportpce-inventory</artifactId>
19     <version>4.0.0-SNAPSHOT</version>
20     <packaging>bundle</packaging>
21
22     <dependencies>
23       <dependency>
24         <groupId>${project.groupId}</groupId>
25         <artifactId>transportpce-common</artifactId>
26         <version>${project.version}</version>
27       </dependency>
28     </dependencies>
29
30 </project>