Merge "BUG 484 Anyxml normalized node"
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / 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>sal-parent</artifactId>
7     <version>1.1-SNAPSHOT</version>
8     <relativePath>../..</relativePath>
9   </parent>
10   <groupId>org.opendaylight.controller.tests</groupId>
11   <artifactId>sal-remoterpc-connector-test-parent</artifactId>
12   <packaging>pom</packaging>
13
14   <modules>
15     <module>consumer-service</module>
16     <module>provider-service</module>
17     <module>test-it</module>
18     <module>test-nb</module>
19   </modules>
20   <scm>
21     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
22     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
23     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
24   </scm>
25
26 </project>