Bug 2907: Fixed missing reference to parent pom.
[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.5.0-SNAPSHOT</version>
7     <relativePath>../karaf-parent</relativePath>
8   </parent>
9   <modelVersion>4.0.0</modelVersion>
10   <groupId>org.opendaylight.controller</groupId>
11   <artifactId>opendaylight-karaf-empty</artifactId>
12   <version>1.5.0-SNAPSHOT</version>
13   <name>${project.artifactId}</name>
14   <prerequisites>
15     <maven>3.1.1</maven>
16   </prerequisites>
17   <dependencies>
18     <dependency>
19       <!-- scope is compile so all features (there is only one) are installed
20       into startup.properties and the feature repo itself is not installed -->
21       <groupId>org.apache.karaf.features</groupId>
22       <artifactId>framework</artifactId>
23       <type>kar</type>
24     </dependency>
25   </dependencies>
26   <scm>
27     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
28     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
29     <tag>HEAD</tag>
30     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
31   </scm>
32 </project>