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