bb166a9d046d4e1aabdb1253455453231ce62aa3
[controller.git] / opendaylight / md-sal / sal-binding-dom-it / 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>mdsal-it-parent</artifactId>
7     <version>1.5.0-SNAPSHOT</version>
8     <relativePath>../mdsal-it-parent</relativePath>
9   </parent>
10   <artifactId>sal-binding-dom-it</artifactId>
11   <packaging>jar</packaging>
12
13   <dependencies>
14     <dependency>
15       <groupId>junit</groupId>
16       <artifactId>junit</artifactId>
17     </dependency>
18     <dependency>
19       <groupId>org.opendaylight.mdsal</groupId>
20       <artifactId>yang-binding</artifactId>
21     </dependency>
22     <dependency>
23       <groupId>org.opendaylight.controller</groupId>
24       <artifactId>sal-binding-broker-impl</artifactId>
25       <scope>test</scope>
26     </dependency>
27     <dependency>
28       <groupId>org.opendaylight.controller</groupId>
29       <artifactId>sal-binding-broker-impl</artifactId>
30       <type>test-jar</type>
31       <scope>test</scope>
32     </dependency>
33     <dependency>
34       <groupId>org.ops4j.pax.exam</groupId>
35       <artifactId>pax-exam-container-native</artifactId>
36       <scope>test</scope>
37     </dependency>
38     <dependency>
39       <groupId>org.slf4j</groupId>
40       <artifactId>slf4j-simple</artifactId>
41       <scope>test</scope>
42     </dependency>
43     <dependency>
44       <groupId>org.opendaylight.yangtools</groupId>
45       <artifactId>yang-parser-impl</artifactId>
46       <scope>test</scope>
47     </dependency>
48     <dependency>
49       <groupId>org.opendaylight.controller</groupId>
50       <artifactId>sal-test-model</artifactId>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.mdsal.model</groupId>
54       <artifactId>opendaylight-l2-types</artifactId>
55     </dependency>
56   </dependencies>
57   <scm>
58     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
59     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
60     <tag>HEAD</tag>
61     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
62   </scm>
63 </project>