Fixing minor build errors
[controller.git] / opendaylight / northbound / integrationtest / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <parent>
6     <groupId>org.opendaylight.controller</groupId>
7     <artifactId>commons.opendaylight</artifactId>
8     <version>1.4.0-SNAPSHOT</version>
9     <relativePath>../../commons/opendaylight</relativePath>
10   </parent>
11
12   <groupId>org.opendaylight.controller</groupId>
13   <artifactId>northbound.integrationtest</artifactId>
14   <version>0.4.0-SNAPSHOT</version>
15   
16   <dependencies>
17     <dependency>
18       <groupId>org.opendaylight.controller</groupId>
19       <artifactId>clustering.services</artifactId>
20       <version>0.4.0-SNAPSHOT</version>
21     </dependency>
22         <dependency>
23       <groupId>org.opendaylight.controller</groupId>
24       <artifactId>sal</artifactId>
25       <version>0.4.0-SNAPSHOT</version>
26         </dependency> 
27         <dependency>
28       <groupId>org.opendaylight.controller</groupId>
29       <artifactId>sal.implementation</artifactId>
30       <version>0.4.0-SNAPSHOT</version>
31         </dependency> 
32   </dependencies>
33 </project>