Backed out SFC Manager.
[groupbasedpolicy.git] / distribution-karaf / 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   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>karaf-parent</artifactId>
7     <version>1.5.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10   <artifactId>distribution-karaf</artifactId>
11   <groupId>org.opendaylight.groupbasedpolicy</groupId>
12   <version>0.2.0-SNAPSHOT</version>
13   <packaging>pom</packaging>
14   <prerequisites>
15     <maven>3.0</maven>
16   </prerequisites>
17   <properties>
18     <groupbasedpolicy.project.version>0.2.0-SNAPSHOT</groupbasedpolicy.project.version>
19   </properties>
20
21   <dependencies>
22     <dependency>
23       <!-- scope is compile so all features (there is only one) are installed
24       into startup.properties and the feature repo itself is not installed -->
25       <groupId>org.apache.karaf.features</groupId>
26       <artifactId>framework</artifactId>
27       <type>kar</type>
28     </dependency>
29     
30     <!-- Project local feautures -->
31     <dependency>
32       <groupId>org.opendaylight.groupbasedpolicy</groupId>
33       <artifactId>features-groupbasedpolicy</artifactId>
34       <version>${groupbasedpolicy.project.version}</version>
35       <classifier>features</classifier>
36       <type>xml</type>
37       <scope>runtime</scope>
38     </dependency>
39   </dependencies>
40   <scm>
41     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
42     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
43     <tag>HEAD</tag>
44     <url>https://git.opendaylight.org/gerrit/gitweb?p=groupbasedpolicy.git;a=summary</url>
45   </scm>
46 </project>