1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
4 Copyright (c) 2017 Pantheon Technologies s.r.o. and others. All rights reserved.
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
10 <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">
11 <modelVersion>4.0.0</modelVersion>
13 <groupId>org.opendaylight.mdsal</groupId>
14 <artifactId>dom-parent</artifactId>
15 <version>12.0.4-SNAPSHOT</version>
16 <relativePath>../dom-parent</relativePath>
19 <artifactId>mdsal-dom-schema-osgi</artifactId>
20 <packaging>bundle</packaging>
24 <groupId>org.opendaylight.mdsal</groupId>
25 <artifactId>mdsal-dom-spi</artifactId>
28 <groupId>org.opendaylight.mdsal</groupId>
29 <artifactId>mdsal-binding-runtime-spi</artifactId>
32 <groupId>org.osgi</groupId>
33 <artifactId>org.osgi.annotation.versioning</artifactId>
36 <groupId>org.osgi</groupId>
37 <artifactId>org.osgi.framework</artifactId>
40 <groupId>org.osgi</groupId>
41 <artifactId>org.osgi.service.component</artifactId>
44 <groupId>org.osgi</groupId>
45 <artifactId>org.osgi.service.component.annotations</artifactId>
48 <groupId>org.osgi</groupId>
49 <artifactId>org.osgi.util.tracker</artifactId>
52 <groupId>org.apache.karaf.features</groupId>
53 <artifactId>org.apache.karaf.features.core</artifactId>
54 <scope>provided</scope>
55 <!-- Needed to generate optional OSGi import -->
56 <optional>true</optional>
60 <groupId>org.opendaylight.yangtools</groupId>
61 <artifactId>mockito-configuration</artifactId>
64 <groupId>org.opendaylight.yangtools</groupId>
65 <artifactId>yang-test-util</artifactId>
70 <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
71 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
73 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering</url>