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