Convert toaster-it to use mdsal-it
[controller.git] / opendaylight / md-sal / samples / toaster-it / pom.xml
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>
4   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>mdsal-it-parent</artifactId>
7     <version>1.4.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10   <artifactId>sample-toaster-it</artifactId>
11
12   <dependencies>
13     <dependency>
14       <groupId>org.opendaylight.controller</groupId>
15       <artifactId>features-mdsal</artifactId>
16       <classifier>features</classifier>
17       <type>xml</type>
18     </dependency>
19     <dependency>
20       <groupId>org.opendaylight.controller.samples</groupId>
21       <artifactId>sample-toaster</artifactId>
22     </dependency>
23     <dependency>
24       <groupId>org.opendaylight.controller.samples</groupId>
25       <artifactId>sample-toaster-consumer</artifactId>
26     </dependency>
27     <dependency>
28       <groupId>org.opendaylight.controller.samples</groupId>
29       <artifactId>sample-toaster-provider</artifactId>
30     </dependency>
31   </dependencies>
32 </project>