3d3cd867ed73970e80b694761ac44ffb60f1c45c
[netconf.git] / restconf / sal-restconf-broker / 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.netconf</groupId>
6     <artifactId>restconf-parent</artifactId>
7     <version>1.9.1-SNAPSHOT</version>
8     <relativePath>../restconf-parent</relativePath>
9   </parent>
10
11   <artifactId>sal-restconf-broker</artifactId>
12   <packaging>bundle</packaging>
13   <dependencies>
14     <dependency>
15       <groupId>org.opendaylight.controller</groupId>
16       <artifactId>sal-binding-api</artifactId>
17     </dependency>
18     <dependency>
19       <groupId>org.opendaylight.controller</groupId>
20       <artifactId>sal-binding-util</artifactId>
21     </dependency>
22     <dependency>
23       <groupId>org.opendaylight.controller</groupId>
24       <artifactId>sal-broker-impl</artifactId>
25     </dependency>
26     <dependency>
27       <groupId>org.opendaylight.controller</groupId>
28       <artifactId>sal-core-api</artifactId>
29     </dependency>
30     <dependency>
31       <groupId>org.opendaylight.netconf</groupId>
32       <artifactId>sal-rest-connector</artifactId>
33     </dependency>
34     <dependency>
35       <groupId>org.opendaylight.yangtools</groupId>
36       <artifactId>restconf-client-api</artifactId>
37     </dependency>
38     <dependency>
39       <groupId>org.opendaylight.yangtools</groupId>
40       <artifactId>restconf-client-impl</artifactId>
41     </dependency>
42     <dependency>
43       <groupId>org.slf4j</groupId>
44       <artifactId>slf4j-api</artifactId>
45     </dependency>
46   </dependencies>
47
48   <scm>
49     <connection>scm:git:ssh://git.opendaylight.org:29418/netconf.git</connection>
50     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netconf.git</developerConnection>
51     <tag>HEAD</tag>
52     <url>https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=summary</url>
53   </scm>
54 </project>