<?xml version="1.0" encoding="UTF-8"?>
<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>mdsal-it-parent</artifactId>
    <version>12.0.6</version>
    <relativePath>../../mdsal-it-parent/pom.xml</relativePath>
  </parent>

  <artifactId>sample-toaster-it</artifactId>

  <dependencies>
    <dependency>
      <groupId>org.opendaylight.controller</groupId>
      <artifactId>features-controller-experimental</artifactId>
      <classifier>features</classifier>
      <type>xml</type>
    </dependency>
    <dependency>
      <groupId>org.opendaylight.controller.samples</groupId>
      <artifactId>sample-toaster</artifactId>
    </dependency>
    <dependency>
      <groupId>org.opendaylight.controller.samples</groupId>
      <artifactId>sample-toaster-consumer</artifactId>
    </dependency>
    <dependency>
      <groupId>org.opendaylight.controller.samples</groupId>
      <artifactId>sample-toaster-provider</artifactId>
    </dependency>
  </dependencies>
</project>
