Bump to odlparent-6.0.4/yangtools-4.0.6/mdsal-5.0.9
[controller.git] / karaf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2014, 2018 Cisco Systems, Inc. and others.
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
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   <modelVersion>4.0.0</modelVersion>
11   <parent>
12     <groupId>org.opendaylight.odlparent</groupId>
13     <artifactId>karaf4-parent</artifactId>
14     <version>6.0.4</version>
15     <relativePath/>
16   </parent>
17
18   <groupId>org.opendaylight.controller</groupId>
19   <artifactId>distribution.opendaylight-karaf</artifactId>
20   <version>1.14.0-SNAPSHOT</version>
21   <packaging>pom</packaging>
22
23   <dependencies>
24     <dependency>
25       <!-- scope is compile so all features (there is only one) are installed
26                  into startup.properties and the feature repo itself is not installed -->
27       <groupId>org.apache.karaf.features</groupId>
28       <artifactId>framework</artifactId>
29       <type>kar</type>
30     </dependency>
31
32     <!--
33           controller provided features:
34           Note: Nothing should go here that is not locked
35           down with testing... ie, no broken feature repos
36     -->
37
38     <!-- MD-SAL Related Features -->
39     <dependency>
40       <groupId>org.opendaylight.controller</groupId>
41       <artifactId>features-mdsal</artifactId>
42       <version>1.11.0-SNAPSHOT</version>
43       <classifier>features</classifier>
44       <type>xml</type>
45       <scope>runtime</scope>
46     </dependency>
47     <dependency>
48       <groupId>org.opendaylight.controller</groupId>
49       <artifactId>features-extras</artifactId>
50       <version>${project.version}</version>
51       <classifier>features</classifier>
52       <type>xml</type>
53       <scope>runtime</scope>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.mdsal</groupId>
57       <artifactId>features-mdsal</artifactId>
58       <version>5.0.9</version>
59       <classifier>features</classifier>
60       <type>xml</type>
61       <scope>runtime</scope>
62     </dependency>
63   </dependencies>
64
65   <scm>
66     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
67     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
68     <tag>HEAD</tag>
69     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
70   </scm>
71 </project>