1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright © 2016 Orange and others. All rights reserved.
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
9 <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">
10 <modelVersion>4.0.0</modelVersion>
13 <groupId>org.opendaylight.odlparent</groupId>
14 <artifactId>single-feature-parent</artifactId>
15 <version>6.0.11</version>
19 <groupId>org.opendaylight.transportpce</groupId>
20 <artifactId>odl-transportpce</artifactId>
21 <version>1.2.0</version>
22 <packaging>feature</packaging>
24 <name>OpenDaylight :: transportpce</name>
27 <mdsal.version>1.11.2</mdsal.version>
28 <netconf.version>1.8.2</netconf.version>
29 <restconf.version>1.11.2</restconf.version>
30 <configfile.directory>etc/opendaylight/karaf</configfile.directory>
35 <groupId>${project.groupId}.ordmodels</groupId>
36 <artifactId>transportpce-ordmodels-common</artifactId>
37 <version>${project.version}</version>
40 <groupId>${project.groupId}.ordmodels</groupId>
41 <artifactId>transportpce-ordmodels-network</artifactId>
42 <version>${project.version}</version>
45 <groupId>${project.groupId}.ordmodels</groupId>
46 <artifactId>transportpce-ordmodels-service</artifactId>
47 <version>${project.version}</version>
50 <groupId>${project.groupId}.ordmodels</groupId>
51 <artifactId>transportpce-ordmodels-device</artifactId>
52 <version>${project.version}</version>
55 <groupId>org.opendaylight.transportpce</groupId>
56 <artifactId>transportpce-api</artifactId>
57 <version>${project.version}</version>
60 <groupId>org.opendaylight.transportpce</groupId>
61 <artifactId>transportpce-common</artifactId>
62 <version>${project.version}</version>
65 <groupId>org.opendaylight.transportpce</groupId>
66 <artifactId>transportpce-renderer</artifactId>
67 <version>${project.version}</version>
70 <groupId>org.opendaylight.transportpce</groupId>
71 <artifactId>transportpce-networkmodel</artifactId>
72 <version>${project.version}</version>
75 <groupId>org.opendaylight.transportpce</groupId>
76 <artifactId>transportpce-olm</artifactId>
77 <version>${project.version}</version>
80 <groupId>org.opendaylight.transportpce</groupId>
81 <artifactId>transportpce-pce</artifactId>
82 <version>${project.version}</version>
85 <groupId>org.opendaylight.transportpce</groupId>
86 <artifactId>transportpce-servicehandler</artifactId>
87 <version>${project.version}</version>
91 <groupId>org.opendaylight.controller</groupId>
92 <artifactId>odl-mdsal-broker</artifactId>
93 <version>${mdsal.version}</version>
94 <classifier>features</classifier>
98 <groupId>org.opendaylight.netconf</groupId>
99 <artifactId>odl-restconf-all</artifactId>
100 <version>${restconf.version}</version>
101 <classifier>features</classifier>
105 <groupId>org.opendaylight.netconf</groupId>
106 <artifactId>odl-netconf-all</artifactId>
107 <version>${netconf.version}</version>
108 <classifier>features</classifier>
112 <groupId>org.opendaylight.netconf</groupId>
113 <artifactId>odl-netconf-connector-all</artifactId>
114 <version>${netconf.version}</version>
115 <classifier>features</classifier>
120 <!-- skipping test since this is an umbrella project / folder -->
124 <groupId>org.apache.maven.plugins</groupId>
125 <artifactId>maven-surefire-plugin</artifactId>
127 <skipTests>true</skipTests>