Merge "Bug 509: Fixed incorrect merging of Data Store Writes / Events"
[controller.git] / opendaylight / md-sal / samples / toaster-it / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2     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         <artifactId>sal-samples</artifactId>
6         <groupId>org.opendaylight.controller.samples</groupId>
7         <version>1.1-SNAPSHOT</version>
8     </parent>
9     <artifactId>sample-toaster-it</artifactId>
10     <scm>
11         <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
12         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
13         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
14     </scm>
15
16
17     <build>
18         <plugins>
19             <plugin>
20                 <groupId>org.ops4j.pax.exam</groupId>
21                 <artifactId>maven-paxexam-plugin</artifactId>
22                 <version>1.2.4</version>
23                 <executions>
24                     <execution>
25                         <id>generate-config</id>
26                         <goals>
27                             <goal>generate-depends-file</goal>
28                         </goals>
29                     </execution>
30                 </executions>
31             </plugin>
32         </plugins>
33     </build>
34
35     <dependencies>
36         <dependency>
37             <groupId>org.opendaylight.controller</groupId>
38             <artifactId>sal-binding-it</artifactId>
39             <version>1.1-SNAPSHOT</version>
40         </dependency>
41         <dependency>
42             <groupId>org.opendaylight.controller.samples</groupId>
43             <artifactId>sample-toaster-consumer</artifactId>
44             <version>1.1-SNAPSHOT</version>
45         </dependency>
46
47         <dependency>
48             <groupId>org.opendaylight.controller.samples</groupId>
49             <artifactId>sample-toaster-provider</artifactId>
50             <version>1.1-SNAPSHOT</version>
51         </dependency>
52         <dependency>
53             <groupId>org.opendaylight.controller.samples</groupId>
54             <artifactId>sample-toaster</artifactId>
55             <version>1.1-SNAPSHOT</version>
56         </dependency>
57
58         <dependency>
59             <groupId>junit</groupId>
60             <artifactId>junit</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>org.ops4j.pax.exam</groupId>
64             <artifactId>pax-exam-junit4</artifactId>
65             <version>${exam.version}</version>
66         </dependency>
67         <dependency>
68             <groupId>org.ops4j.pax.exam</groupId>
69             <artifactId>pax-exam-link-mvn</artifactId>
70             <version>${exam.version}</version>
71             <scope>test</scope>
72         </dependency>
73         <dependency>
74             <groupId>org.ops4j.pax.exam</groupId>
75             <artifactId>pax-exam-container-native</artifactId>
76             <version>${exam.version}</version>
77             <scope>test</scope>
78         </dependency>
79         <dependency>
80             <groupId>equinoxSDK381</groupId>
81             <artifactId>org.eclipse.osgi</artifactId>
82             <version>3.8.1.v20120830-144521</version>
83             <scope>test</scope>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.controller.thirdparty</groupId>
87             <artifactId>nagasena</artifactId>
88         </dependency>
89         <dependency>
90             <groupId>org.opendaylight.controller.thirdparty</groupId>
91             <artifactId>nagasena-rta</artifactId>
92         </dependency>
93     </dependencies>
94 </project>