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>
6 <groupId>org.opendaylight.controller</groupId>
7 <artifactId>mdsal-it-parent</artifactId>
8 <version>2.0.3-SNAPSHOT</version>
9 <relativePath>../../mdsal-it-parent</relativePath>
11 <artifactId>sample-toaster-it</artifactId>
15 <groupId>org.opendaylight.controller</groupId>
16 <artifactId>features-controller-experimental</artifactId>
17 <classifier>features</classifier>
21 <groupId>org.opendaylight.controller.samples</groupId>
22 <artifactId>sample-toaster</artifactId>
25 <groupId>org.opendaylight.controller.samples</groupId>
26 <artifactId>sample-toaster-consumer</artifactId>
29 <groupId>org.opendaylight.controller.samples</groupId>
30 <artifactId>sample-toaster-provider</artifactId>