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>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>mdsal-parent</artifactId>
7 <version>7.0.1</version>
8 <relativePath>../../parent</relativePath>
11 <groupId>org.opendaylight.controller.samples</groupId>
12 <artifactId>sample-toaster-consumer</artifactId>
13 <packaging>bundle</packaging>
17 <groupId>org.opendaylight.controller.samples</groupId>
18 <artifactId>sample-toaster</artifactId>
21 <groupId>org.opendaylight.controller</groupId>
22 <artifactId>sal-common-util</artifactId>
25 <groupId>org.opendaylight.mdsal</groupId>
26 <artifactId>yang-binding</artifactId>
31 <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
32 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
34 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>