Merge changes I63383291,I1c9f10e9,I9cac529f,I269d373b,I7ede3ba5,I4afc1e15
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / integrationtest / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          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>sal-parent</artifactId>
7     <version>1.0-SNAPSHOT</version>
8     <relativePath>../..</relativePath>
9   </parent>
10   <packaging>pom</packaging>
11   <groupId>org.opendaylight.controller.tests</groupId>
12   <artifactId>sal-remoterpc-connector-test-parent</artifactId>
13   <scm>
14     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
15     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
16     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
17   </scm>
18
19   <modules>
20     <module>consumer-service</module>
21     <module>provider-service</module>
22     <module>test-it</module>
23     <module>test-nb</module>
24   </modules>
25
26 </project>