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>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>commons.integrationtest</artifactId>
7 <version>0.5.1-SNAPSHOT</version>
8 <relativePath>../../commons/integrationtest</relativePath>
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>
17 <artifactId>configuration.integrationtest</artifactId>
18 <version>0.4.1-SNAPSHOT</version>
21 <groupId>org.opendaylight.controller</groupId>
22 <artifactId>protocol_plugins.stub</artifactId>
23 <version>0.4.1-SNAPSHOT</version>
26 <groupId>org.opendaylight.controller</groupId>
27 <artifactId>sal</artifactId>
28 <version>0.7.0-SNAPSHOT</version>
31 <groupId>org.opendaylight.controller</groupId>
32 <artifactId>sal.implementation</artifactId>
33 <version>0.4.1-SNAPSHOT</version>
36 <groupId>org.opendaylight.controller</groupId>
37 <artifactId>forwardingrulesmanager</artifactId>
38 <version>0.5.0-SNAPSHOT</version>
41 <groupId>org.opendaylight.controller</groupId>
42 <artifactId>clustering.services</artifactId>
43 <version>0.5.0-SNAPSHOT</version>
46 <groupId>org.opendaylight.controller</groupId>
47 <artifactId>clustering.services-implementation</artifactId>
48 <version>0.4.1-SNAPSHOT</version>
51 <groupId>org.opendaylight.controller</groupId>
52 <artifactId>clustering.stub</artifactId>
53 <version>0.4.1-SNAPSHOT</version>
56 <groupId>org.opendaylight.controller</groupId>
57 <artifactId>containermanager</artifactId>
58 <version>0.5.1-SNAPSHOT</version>
61 <groupId>org.opendaylight.controller</groupId>
62 <artifactId>containermanager.it.implementation</artifactId>
63 <version>0.5.1-SNAPSHOT</version>
66 <groupId>org.opendaylight.controller</groupId>
67 <artifactId>switchmanager</artifactId>
70 <groupId>org.opendaylight.controller</groupId>
71 <artifactId>switchmanager.implementation</artifactId>
72 <version>0.4.1-SNAPSHOT</version>
75 <groupId>org.opendaylight.controller</groupId>
76 <artifactId>configuration</artifactId>
77 <version>0.4.1-SNAPSHOT</version>
80 <groupId>org.opendaylight.controller</groupId>
81 <artifactId>configuration.implementation</artifactId>
82 <version>0.4.1-SNAPSHOT</version>
85 <groupId>org.opendaylight.controller</groupId>
86 <artifactId>hosttracker</artifactId>
87 <version>${hosttracker.version}</version>
90 <groupId>org.opendaylight.controller</groupId>
91 <artifactId>topologymanager</artifactId>
92 <version>0.4.1-SNAPSHOT</version>
95 <groupId>junit</groupId>
96 <artifactId>junit</artifactId>
101 <groupId>org.ops4j.pax.exam</groupId>
102 <artifactId>pax-exam-container-native</artifactId>
106 <groupId>org.ops4j.pax.exam</groupId>
107 <artifactId>pax-exam-junit4</artifactId>
111 <groupId>org.ops4j.pax.exam</groupId>
112 <artifactId>pax-exam-link-mvn</artifactId>
116 <groupId>org.ops4j.pax.url</groupId>
117 <artifactId>pax-url-aether</artifactId>
121 <groupId>org.slf4j</groupId>
122 <artifactId>log4j-over-slf4j</artifactId>
125 <groupId>ch.qos.logback</groupId>
126 <artifactId>logback-core</artifactId>
129 <groupId>ch.qos.logback</groupId>
130 <artifactId>logback-classic</artifactId>
133 <groupId>eclipselink</groupId>
134 <artifactId>javax.resource</artifactId>