Deprecated controller fine-grained sharding APIs
[controller.git] / opendaylight / md-sal / sal-common-api / 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>config-plugin-parent</artifactId>
7     <version>0.7.0-SNAPSHOT</version>
8     <relativePath>../../config/config-plugin-parent</relativePath>
9   </parent>
10
11   <groupId>org.opendaylight.controller</groupId>
12   <version>1.6.0-SNAPSHOT</version>
13   <artifactId>sal-common-api</artifactId>
14   <packaging>bundle</packaging>
15
16   <dependencies>
17     <dependency>
18       <groupId>com.google.guava</groupId>
19       <artifactId>guava</artifactId>
20     </dependency>
21     <dependency>
22       <groupId>org.opendaylight.controller</groupId>
23       <artifactId>config-api</artifactId>
24     </dependency>
25     <dependency>
26       <groupId>org.opendaylight.yangtools</groupId>
27       <artifactId>concepts</artifactId>
28     </dependency>
29     <dependency>
30       <groupId>org.opendaylight.yangtools</groupId>
31       <artifactId>util</artifactId>
32     </dependency>
33     <dependency>
34       <groupId>org.opendaylight.yangtools</groupId>
35       <artifactId>yang-common</artifactId>
36     </dependency>
37     <dependency>
38       <groupId>org.opendaylight.yangtools</groupId>
39       <artifactId>yang-data-api</artifactId>
40     </dependency>
41     <dependency>
42       <groupId>org.apache.commons</groupId>
43       <artifactId>commons-lang3</artifactId>
44       <scope>test</scope>
45     </dependency>
46     <dependency>
47       <groupId>junit</groupId>
48       <artifactId>junit</artifactId>
49       <scope>test</scope>
50     </dependency>
51   </dependencies>
52
53   <scm>
54     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
55     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
56     <tag>HEAD</tag>
57     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
58   </scm>
59 </project>