Merge "sal-remoterpc-connector: sync ch.qos.logback:logback-classic version"
[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     </dependency>
24     <dependency>
25       <groupId>org.opendaylight.controller</groupId>
26       <artifactId>sal</artifactId>
27     </dependency>
28      <dependency>
29       <groupId>org.opendaylight.controller</groupId>
30       <artifactId>sal.implementation</artifactId>
31     </dependency>
32     <dependency>
33       <groupId>org.opendaylight.controller</groupId>
34       <artifactId>forwardingrulesmanager</artifactId>
35     </dependency>
36     <dependency>
37       <groupId>org.opendaylight.controller</groupId>
38       <artifactId>clustering.services</artifactId>
39     </dependency>
40     <dependency>
41       <groupId>org.opendaylight.controller</groupId>
42       <artifactId>clustering.services-implementation</artifactId>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.controller</groupId>
46       <artifactId>clustering.stub</artifactId>
47     </dependency>
48     <dependency>
49       <groupId>org.opendaylight.controller</groupId>
50       <artifactId>containermanager</artifactId>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.controller</groupId>
54       <artifactId>containermanager.it.implementation</artifactId>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.controller</groupId>
58       <artifactId>switchmanager</artifactId>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.controller</groupId>
62       <artifactId>switchmanager.implementation</artifactId>
63     </dependency>
64     <dependency>
65       <groupId>org.opendaylight.controller</groupId>
66       <artifactId>configuration</artifactId>
67     </dependency>
68     <dependency>
69       <groupId>org.opendaylight.controller</groupId>
70       <artifactId>configuration.implementation</artifactId>
71     </dependency>
72       <dependency>
73       <groupId>org.opendaylight.controller</groupId>
74       <artifactId>hosttracker</artifactId>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.controller</groupId>
78       <artifactId>topologymanager</artifactId>
79     </dependency>
80     <dependency>
81       <groupId>junit</groupId>
82       <artifactId>junit</artifactId>
83       <scope>test</scope>
84     </dependency>
85     <!-- Add Pax Exam -->
86     <dependency>
87       <groupId>org.ops4j.pax.exam</groupId>
88       <artifactId>pax-exam-container-native</artifactId>
89       <scope>test</scope>
90     </dependency>
91     <dependency>
92       <groupId>org.ops4j.pax.exam</groupId>
93       <artifactId>pax-exam-junit4</artifactId>
94       <scope>test</scope>
95     </dependency>
96     <dependency>
97       <groupId>org.ops4j.pax.exam</groupId>
98       <artifactId>pax-exam-link-mvn</artifactId>
99       <scope>test</scope>
100     </dependency>
101     <dependency>
102       <groupId>org.ops4j.pax.url</groupId>
103       <artifactId>pax-url-aether</artifactId>
104       <scope>test</scope>
105     </dependency>
106     <dependency>
107       <groupId>org.slf4j</groupId>
108       <artifactId>log4j-over-slf4j</artifactId>
109     </dependency>
110     <dependency>
111       <groupId>ch.qos.logback</groupId>
112       <artifactId>logback-core</artifactId>
113     </dependency>
114     <dependency>
115       <groupId>ch.qos.logback</groupId>
116       <artifactId>logback-classic</artifactId>
117     </dependency>
118     <dependency>
119       <groupId>eclipselink</groupId>
120       <artifactId>javax.resource</artifactId>
121     </dependency>
122   </dependencies>
123 </project>