8c9bd3e50da43db9a71a39980c2eac9a37b22dfa
[unimgr.git] / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Cable Television Laboratories, Inc. All rights reserved.
4
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
8 -->
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
11   <modelVersion>4.0.0</modelVersion>
12   <groupId>org.opendaylight.vcpe</groupId>
13   <artifactId>vcpe-artifacts</artifactId>
14   <version>0.0.1-SNAPSHOT</version>
15   <packaging>pom</packaging>
16
17   <dependencyManagement>
18     <dependencies>
19       <dependency>
20         <groupId>${project.groupId}</groupId>
21         <artifactId>vcpe-api</artifactId>
22         <version>${project.version}</version>
23       </dependency>
24       <dependency>
25         <groupId>${project.groupId}</groupId>
26         <artifactId>vcpe-impl</artifactId>
27         <version>${project.version}</version>
28       </dependency>
29       <dependency>
30         <groupId>${project.groupId}</groupId>
31         <artifactId>vcpe-features</artifactId>
32         <version>${project.version}</version>
33         <classifier>features</classifier>
34         <type>xml</type>
35       </dependency>
36     </dependencies>
37   </dependencyManagement>
38 </project>