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