Merge "Bug 617: Remove extend files from sal-rest-connector"
[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.1-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       <version>1.1-SNAPSHOT</version>
25     </dependency>
26     <dependency>
27       <groupId>org.opendaylight.controller.samples</groupId>
28       <artifactId>sample-toaster-consumer</artifactId>
29       <version>1.1-SNAPSHOT</version>
30     </dependency>
31
32     <dependency>
33       <groupId>org.opendaylight.controller.samples</groupId>
34       <artifactId>sample-toaster-provider</artifactId>
35       <version>1.1-SNAPSHOT</version>
36     </dependency>
37     <dependency>
38       <groupId>org.openexi</groupId>
39       <artifactId>nagasena</artifactId>
40     </dependency>
41     <dependency>
42       <groupId>org.openexi</groupId>
43       <artifactId>nagasena-rta</artifactId>
44     </dependency>
45     <dependency>
46       <groupId>org.ops4j.pax.exam</groupId>
47       <artifactId>pax-exam-junit4</artifactId>
48       <version>${exam.version}</version>
49     </dependency>
50     <dependency>
51       <groupId>equinoxSDK381</groupId>
52       <artifactId>org.eclipse.osgi</artifactId>
53       <version>3.8.1.v20120830-144521</version>
54       <scope>test</scope>
55     </dependency>
56     <dependency>
57       <groupId>org.ops4j.pax.exam</groupId>
58       <artifactId>pax-exam-container-native</artifactId>
59       <version>${exam.version}</version>
60       <scope>test</scope>
61     </dependency>
62     <dependency>
63       <groupId>org.ops4j.pax.exam</groupId>
64       <artifactId>pax-exam-link-mvn</artifactId>
65       <version>${exam.version}</version>
66       <scope>test</scope>
67     </dependency>
68   </dependencies>
69
70   <build>
71     <plugins>
72       <plugin>
73         <groupId>org.ops4j.pax.exam</groupId>
74         <artifactId>maven-paxexam-plugin</artifactId>
75         <version>1.2.4</version>
76         <executions>
77           <execution>
78             <id>generate-config</id>
79             <goals>
80               <goal>generate-depends-file</goal>
81             </goals>
82           </execution>
83         </executions>
84       </plugin>
85     </plugins>
86   </build>
87   <scm>
88     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
89     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
90     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
91   </scm>
92 </project>