Upgrade karaf-resources to 3.0.6
[controller.git] / karaf / opendaylight-karaf-empty / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <parent>
4     <groupId>org.opendaylight.controller</groupId>
5     <artifactId>karaf-parent</artifactId>
6     <version>1.7.0-SNAPSHOT</version>
7     <relativePath>../karaf-parent</relativePath>
8   </parent>
9   <modelVersion>4.0.0</modelVersion>
10   <artifactId>opendaylight-karaf-empty</artifactId>
11   <name>${project.artifactId}</name>
12   <packaging>pom</packaging>
13   <prerequisites>
14     <maven>3.1.1</maven>
15   </prerequisites>
16   <dependencies>
17     <dependency>
18       <!-- scope is compile so all features (there is only one) are installed
19       into startup.properties and the feature repo itself is not installed -->
20       <groupId>org.apache.karaf.features</groupId>
21       <artifactId>framework</artifactId>
22       <type>kar</type>
23     </dependency>
24   </dependencies>
25   <scm>
26     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
27     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
28     <tag>HEAD</tag>
29     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
30   </scm>
31 </project>