1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
3 This program and the accompanying materials are made available under the
4 terms of the Eclipse Public License v1.0 which accompanies this distribution,
5 and is available at http://www.eclipse.org/legal/epl-v10.html -->
6 <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">
7 <modelVersion>4.0.0</modelVersion>
10 <groupId>org.opendaylight.odlparent</groupId>
11 <artifactId>karaf4-parent</artifactId>
12 <version>13.1.3</version>
16 <groupId>org.opendaylight.bgpcep</groupId>
17 <artifactId>bgpcep-karaf</artifactId>
18 <version>0.21.7-SNAPSHOT</version>
19 <packaging>pom</packaging>
21 <dependencyManagement>
24 <groupId>org.opendaylight.bgpcep</groupId>
25 <artifactId>bgpcep-parent</artifactId>
26 <version>${project.version}</version>
31 </dependencyManagement>
35 <!-- scope is compile so all features (there is only one) are installed
36 into startup.properties and the feature repo itself is not installed -->
37 <groupId>org.apache.karaf.features</groupId>
38 <artifactId>framework</artifactId>
42 <!-- Project local feautures -->
44 <groupId>org.opendaylight.bgpcep</groupId>
45 <artifactId>features-bgpcep</artifactId>
46 <classifier>features</classifier>
48 <scope>runtime</scope>
51 <groupId>org.opendaylight.bgpcep</groupId>
52 <artifactId>features-bgpcep-testing</artifactId>
53 <classifier>features</classifier>
55 <scope>runtime</scope>
58 <groupId>org.opendaylight.netconf</groupId>
59 <artifactId>features-netconf</artifactId>
60 <classifier>features</classifier>
62 <scope>runtime</scope>
65 <groupId>org.opendaylight.mdsal</groupId>
66 <artifactId>features-mdsal</artifactId>
67 <classifier>features</classifier>
69 <scope>runtime</scope>
73 <groupId>org.opendaylight.controller</groupId>
74 <artifactId>features-controller-testing</artifactId>
75 <classifier>features</classifier>
77 <scope>runtime</scope>
80 <groupId>org.opendaylight.infrautils</groupId>
81 <artifactId>features-infrautils</artifactId>
82 <classifier>features</classifier>
84 <scope>runtime</scope>
89 <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
90 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
92 <url>https://git.opendaylight.org/gerrit/gitweb?p=bgpcep.git;a=summary</url>