1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (c) 2021 PANTHEON.tech, s.r.o. and others. All rights reserved.
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
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>
12 <groupId>org.opendaylight.odlparent</groupId>
13 <artifactId>karaf4-parent</artifactId>
14 <version>9.0.13</version>
18 <groupId>org.opendaylight.mdsal</groupId>
19 <artifactId>mdsal-karaf</artifactId>
20 <version>9.0.0-SNAPSHOT</version>
21 <packaging>pom</packaging>
23 <dependencyManagement>
26 <groupId>org.opendaylight.mdsal</groupId>
27 <artifactId>mdsal-artifacts</artifactId>
28 <version>9.0.0-SNAPSHOT</version>
33 </dependencyManagement>
37 <!-- scope is compile so all features (there is only one) are installed
38 into startup.properties and the feature repo itself is not installed -->
39 <groupId>org.apache.karaf.features</groupId>
40 <artifactId>framework</artifactId>
45 <groupId>org.opendaylight.mdsal</groupId>
46 <artifactId>features-mdsal</artifactId>
47 <classifier>features</classifier>
49 <scope>runtime</scope>
52 <groupId>org.opendaylight.mdsal</groupId>
53 <artifactId>features-mdsal-experimental</artifactId>
54 <classifier>features</classifier>
56 <scope>runtime</scope>
61 <connection>scm:git:ssh://git.opendaylight.org:29418/mdsal.git</connection>
62 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/mdsal.git</developerConnection>
64 <url>https://git.opendaylight.org/gerrit/gitweb?p=mdsal.git;a=summary</url>