Release Nitrogen
[bgpcep.git] / features / concepts / odl-bgpcep-concepts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4   Copyright (c) 2017 Pantheon Technologies s.r.o. and others.  All rights reserved.
5
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
9 -->
10 <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">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>single-feature-parent</artifactId>
15         <version>2.0.7</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.bgpcep</groupId>
20     <artifactId>odl-bgpcep-concepts</artifactId>
21     <version>0.8.3</version>
22     <packaging>feature</packaging>
23
24     <name>OpenDaylight :: BGPCEP :: Concepts</name>
25
26     <dependencyManagement>
27         <!-- ODL-BGP-ARTIFACTS -->
28         <dependencies>
29             <dependency>
30                 <groupId>org.opendaylight.bgpcep</groupId>
31                 <artifactId>bgpcep-artifacts</artifactId>
32                 <version>${project.version}</version>
33                 <type>pom</type>
34                 <scope>import</scope>
35             </dependency>
36             <dependency>
37                 <groupId>org.opendaylight.bgpcep</groupId>
38                 <artifactId>dependency-version-management</artifactId>
39                 <version>${project.version}</version>
40                 <type>pom</type>
41                 <scope>import</scope>
42             </dependency>
43         </dependencies>
44     </dependencyManagement>
45
46     <dependencies>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>concepts</artifactId>
50         </dependency>
51         <dependency>
52             <groupId>org.opendaylight.mdsal.model</groupId>
53             <artifactId>odl-mdsal-models</artifactId>
54             <type>xml</type>
55             <classifier>features</classifier>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.controller</groupId>
59             <artifactId>odl-mdsal-broker</artifactId>
60             <type>xml</type>
61             <classifier>features</classifier>
62         </dependency>
63     </dependencies>
64 </project>