4acb6636eee264a966310202983b567d9415b27a
[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.samples</groupId>
6     <artifactId>sal-samples</artifactId>
7     <version>1.4.0-SNAPSHOT</version>
8   </parent>
9   <artifactId>sample-toaster-it</artifactId>
10
11   <dependencies>
12
13     <dependency>
14       <groupId>junit</groupId>
15       <artifactId>junit</artifactId>
16     </dependency>
17     <dependency>
18       <groupId>org.opendaylight.controller</groupId>
19       <artifactId>sal-binding-it</artifactId>
20     </dependency>
21     <dependency>
22       <groupId>org.opendaylight.controller.samples</groupId>
23       <artifactId>sample-toaster</artifactId>
24     </dependency>
25     <dependency>
26       <groupId>org.opendaylight.controller.samples</groupId>
27       <artifactId>sample-toaster-consumer</artifactId>
28     </dependency>
29     <dependency>
30       <groupId>org.opendaylight.mdsal.model</groupId>
31       <artifactId>yang-ext</artifactId>
32     </dependency>
33
34     <dependency>
35       <groupId>org.opendaylight.controller.samples</groupId>
36       <artifactId>sample-toaster-provider</artifactId>
37     </dependency>
38     <dependency>
39       <groupId>openexi</groupId>
40       <artifactId>nagasena</artifactId>
41     </dependency>
42     <dependency>
43       <groupId>openexi</groupId>
44       <artifactId>nagasena-rta</artifactId>
45     </dependency>
46     <dependency>
47       <groupId>org.ops4j.pax.exam</groupId>
48       <artifactId>pax-exam-junit4</artifactId>
49     </dependency>
50     <dependency>
51       <groupId>org.ops4j.pax.exam</groupId>
52       <artifactId>pax-exam-container-native</artifactId>
53       <scope>test</scope>
54     </dependency>
55     <dependency>
56       <groupId>org.ops4j.pax.exam</groupId>
57       <artifactId>pax-exam-link-mvn</artifactId>
58       <scope>test</scope>
59     </dependency>
60     <dependency>
61       <groupId>commons-codec</groupId>
62       <artifactId>commons-codec</artifactId>
63       <scope>test</scope>
64     </dependency>
65   </dependencies>
66
67   <build>
68     <plugins>
69       <plugin>
70         <groupId>org.ops4j.pax.exam</groupId>
71         <artifactId>maven-paxexam-plugin</artifactId>
72         <executions>
73           <execution>
74             <id>generate-config</id>
75             <goals>
76               <goal>generate-depends-file</goal>
77             </goals>
78           </execution>
79         </executions>
80       </plugin>
81     </plugins>
82   </build>
83   <scm>
84     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
85     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
86     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
87   </scm>
88 </project>