Merge "creating a default subnet"
[controller.git] / opendaylight / md-sal / test / 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                 <artifactId>sal-parent</artifactId>
6                 <version>1.0-SNAPSHOT</version>
7                 <groupId>org.opendaylight.controller</groupId>
8         </parent>
9         <packaging>pom</packaging>
10         <groupId>org.opendaylight.controller.tests</groupId>
11         <artifactId>sal-test-parent</artifactId>
12     <scm>
13       <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
14       <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
15       <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
16     </scm>
17
18         <modules>
19                 <module>zeromq-test-consumer</module>
20         <module>zeromq-test-it</module>
21         <module>zeromq-test-provider</module>
22         </modules>
23         
24 </project>