dc080cd03efa421da3de2f9703dcc9075007e838
[controller.git] / opendaylight / configuration / integrationtest / 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</groupId>
6     <artifactId>commons.integrationtest</artifactId>
7     <version>0.5.1-SNAPSHOT</version>
8     <relativePath>../../commons/integrationtest</relativePath>
9   </parent>
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:Main</url>
14     <tag>HEAD</tag>
15   </scm>
16
17   <artifactId>configuration.integrationtest</artifactId>
18   <version>0.4.1-SNAPSHOT</version>
19    <dependencies>
20     <dependency>
21       <groupId>org.opendaylight.controller</groupId>
22       <artifactId>protocol_plugins.stub</artifactId>
23       <version>0.4.1-SNAPSHOT</version>
24     </dependency>
25     <dependency>
26       <groupId>org.opendaylight.controller</groupId>
27       <artifactId>sal</artifactId>
28       <version>0.5.1-SNAPSHOT</version>
29     </dependency>
30      <dependency>
31       <groupId>org.opendaylight.controller</groupId>
32       <artifactId>sal.implementation</artifactId>
33       <version>0.4.1-SNAPSHOT</version>
34     </dependency>
35     <dependency>
36       <groupId>org.opendaylight.controller</groupId>
37       <artifactId>forwardingrulesmanager</artifactId>
38       <version>0.4.1-SNAPSHOT</version>
39     </dependency>
40     <dependency>
41       <groupId>org.opendaylight.controller</groupId>
42       <artifactId>clustering.services</artifactId>
43       <version>0.4.1-SNAPSHOT</version>
44     </dependency>
45     <dependency>
46       <groupId>org.opendaylight.controller</groupId>
47       <artifactId>clustering.services-implementation</artifactId>
48       <version>0.4.1-SNAPSHOT</version>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.controller</groupId>
52       <artifactId>clustering.stub</artifactId>
53       <version>0.4.1-SNAPSHOT</version>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.controller</groupId>
57       <artifactId>containermanager</artifactId>
58       <version>0.5.1-SNAPSHOT</version>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.controller</groupId>
62       <artifactId>containermanager.it.implementation</artifactId>
63       <version>0.5.1-SNAPSHOT</version>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.controller</groupId>
67       <artifactId>switchmanager</artifactId>
68       <version>0.5.1-SNAPSHOT</version>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.controller</groupId>
72       <artifactId>switchmanager.implementation</artifactId>
73       <version>0.4.1-SNAPSHOT</version>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.controller</groupId>
77       <artifactId>configuration</artifactId>
78       <version>0.4.1-SNAPSHOT</version>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.controller</groupId>
82       <artifactId>configuration.implementation</artifactId>
83       <version>0.4.1-SNAPSHOT</version>
84     </dependency>
85       <dependency>
86       <groupId>org.opendaylight.controller</groupId>
87       <artifactId>hosttracker</artifactId>
88       <version>0.4.1-SNAPSHOT</version>
89     </dependency>
90     <dependency>
91       <groupId>org.opendaylight.controller</groupId>
92       <artifactId>topologymanager</artifactId>
93       <version>0.4.1-SNAPSHOT</version>
94     </dependency>
95     <dependency>
96       <groupId>junit</groupId>
97       <artifactId>junit</artifactId>
98       <scope>test</scope>
99     </dependency>
100     <!-- Add Pax Exam -->
101     <dependency>
102       <groupId>org.ops4j.pax.exam</groupId>
103       <artifactId>pax-exam-container-native</artifactId>
104       <scope>test</scope>
105     </dependency>
106     <dependency>
107       <groupId>org.ops4j.pax.exam</groupId>
108       <artifactId>pax-exam-junit4</artifactId>
109       <scope>test</scope>
110     </dependency>
111     <dependency>
112       <groupId>org.ops4j.pax.exam</groupId>
113       <artifactId>pax-exam-link-mvn</artifactId>
114       <scope>test</scope>
115     </dependency>
116     <dependency>
117       <groupId>org.ops4j.pax.url</groupId>
118       <artifactId>pax-url-aether</artifactId>
119       <scope>test</scope>
120     </dependency>
121     <dependency>
122       <groupId>org.slf4j</groupId>
123       <artifactId>log4j-over-slf4j</artifactId>
124     </dependency>
125     <dependency>
126       <groupId>ch.qos.logback</groupId>
127       <artifactId>logback-core</artifactId>
128     </dependency>
129     <dependency>
130       <groupId>ch.qos.logback</groupId>
131       <artifactId>logback-classic</artifactId>
132     </dependency>
133     <dependency>
134       <groupId>eclipselink</groupId>
135       <artifactId>javax.resource</artifactId>
136     </dependency>
137   </dependencies>
138 </project>