1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
4 Copyright © 2017 Orange and others. All rights reserved.
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
10 Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
12 <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">
13 <modelVersion>4.0.0</modelVersion>
16 <groupId>org.opendaylight.mdsal</groupId>
17 <artifactId>binding-parent</artifactId>
18 <version>4.0.4</version>
22 <groupId>org.opendaylight.transportpce</groupId>
23 <artifactId>transportpce-servicehandler</artifactId>
24 <version>0.5.0-SNAPSHOT</version>
25 <packaging>bundle</packaging>
27 <dependencyManagement>
30 <groupId>org.opendaylight.controller</groupId>
31 <artifactId>mdsal-artifacts</artifactId>
32 <version>1.10.1-SNAPSHOT</version>
37 </dependencyManagement>
41 <groupId>${project.groupId}</groupId>
42 <artifactId>transportpce-api</artifactId>
43 <version>${project.version}</version>
46 <groupId>${project.groupId}.ordmodels</groupId>
47 <artifactId>transportpce-ordmodels-common</artifactId>
48 <version>${project.version}</version>
51 <groupId>${project.groupId}.ordmodels</groupId>
52 <artifactId>transportpce-ordmodels-network</artifactId>
53 <version>${project.version}</version>
56 <groupId>${project.groupId}.ordmodels</groupId>
57 <artifactId>transportpce-ordmodels-service</artifactId>
58 <version>${project.version}</version>
61 <groupId>${project.groupId}.ordmodels</groupId>
62 <artifactId>transportpce-ordmodels-device</artifactId>
63 <version>${project.version}</version>
66 <groupId>${project.groupId}</groupId>
67 <artifactId>transportpce-pce</artifactId>
68 <version>${project.version}</version>
71 <!-- Testing Dependencies -->
73 <groupId>junit</groupId>
74 <artifactId>junit</artifactId>
78 <groupId>${project.groupId}</groupId>
79 <artifactId>test-common</artifactId>
80 <version>${project.version}</version>
84 <groupId>org.opendaylight.controller</groupId>
85 <artifactId>sal-binding-broker-impl</artifactId>
89 <groupId>${project.groupId}</groupId>
90 <artifactId>transportpce-pce</artifactId>
91 <version>${project.version}</version>
96 <groupId>${project.groupId}</groupId>
97 <artifactId>transportpce-renderer</artifactId>
98 <version>${project.version}</version>
101 <groupId>org.mockito</groupId>
102 <artifactId>mockito-core</artifactId>