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.6.1-SNAPSHOT</version>
8 <relativePath>../../commons/integrationtest</relativePath>
11 <artifactId>configuration.integrationtest</artifactId>
12 <version>0.5.1-SNAPSHOT</version>
15 <groupId>ch.qos.logback</groupId>
16 <artifactId>logback-classic</artifactId>
19 <groupId>ch.qos.logback</groupId>
20 <artifactId>logback-core</artifactId>
23 <groupId>eclipselink</groupId>
24 <artifactId>javax.resource</artifactId>
27 <groupId>org.opendaylight.controller</groupId>
28 <artifactId>clustering.services</artifactId>
31 <groupId>org.opendaylight.controller</groupId>
32 <artifactId>clustering.services-implementation</artifactId>
35 <groupId>org.opendaylight.controller</groupId>
36 <artifactId>clustering.stub</artifactId>
39 <groupId>org.opendaylight.controller</groupId>
40 <artifactId>configuration</artifactId>
43 <groupId>org.opendaylight.controller</groupId>
44 <artifactId>configuration.implementation</artifactId>
47 <groupId>org.opendaylight.controller</groupId>
48 <artifactId>containermanager</artifactId>
51 <groupId>org.opendaylight.controller</groupId>
52 <artifactId>containermanager.it.implementation</artifactId>
55 <groupId>org.opendaylight.controller</groupId>
56 <artifactId>forwardingrulesmanager</artifactId>
59 <groupId>org.opendaylight.controller</groupId>
60 <artifactId>hosttracker</artifactId>
63 <groupId>org.opendaylight.controller</groupId>
64 <artifactId>protocol_plugins.stub</artifactId>
67 <groupId>org.opendaylight.controller</groupId>
68 <artifactId>sal</artifactId>
71 <groupId>org.opendaylight.controller</groupId>
72 <artifactId>sal.implementation</artifactId>
75 <groupId>org.opendaylight.controller</groupId>
76 <artifactId>switchmanager</artifactId>
79 <groupId>org.opendaylight.controller</groupId>
80 <artifactId>switchmanager.implementation</artifactId>
83 <groupId>org.opendaylight.controller</groupId>
84 <artifactId>topologymanager</artifactId>
87 <groupId>org.slf4j</groupId>
88 <artifactId>log4j-over-slf4j</artifactId>
91 <groupId>junit</groupId>
92 <artifactId>junit</artifactId>
97 <groupId>org.ops4j.pax.exam</groupId>
98 <artifactId>pax-exam-container-native</artifactId>
102 <groupId>org.ops4j.pax.exam</groupId>
103 <artifactId>pax-exam-junit4</artifactId>
107 <groupId>org.ops4j.pax.exam</groupId>
108 <artifactId>pax-exam-link-mvn</artifactId>
112 <groupId>org.ops4j.pax.url</groupId>
113 <artifactId>pax-url-aether</artifactId>
118 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
119 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
121 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>