Remove ARIES-1923 workaround
[controller.git] / opendaylight / md-sal / sal-binding-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>mdsal-parent</artifactId>
7     <version>1.11.0-SNAPSHOT</version>
8     <relativePath>../parent</relativePath>
9   </parent>
10
11   <groupId>org.opendaylight.controller</groupId>
12   <artifactId>sal-binding-api</artifactId>
13   <version>1.11.0-SNAPSHOT</version>
14   <packaging>bundle</packaging>
15
16   <dependencies>
17     <dependency>
18       <groupId>org.opendaylight.controller</groupId>
19       <artifactId>sal-common-api</artifactId>
20     </dependency>
21     <dependency>
22       <groupId>org.opendaylight.mdsal</groupId>
23       <artifactId>mdsal-binding-api</artifactId>
24     </dependency>
25     <dependency>
26       <groupId>org.opendaylight.yangtools</groupId>
27       <artifactId>concepts</artifactId>
28     </dependency>
29     <dependency>
30       <groupId>org.opendaylight.mdsal</groupId>
31       <artifactId>yang-binding</artifactId>
32     </dependency>
33     <dependency>
34       <groupId>org.opendaylight.yangtools</groupId>
35       <artifactId>yang-common</artifactId>
36     </dependency>
37     <dependency>
38       <groupId>org.osgi</groupId>
39       <artifactId>org.osgi.core</artifactId>
40       <scope>provided</scope>
41     </dependency>
42   </dependencies>
43
44   <scm>
45     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
46     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
47     <tag>HEAD</tag>
48     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
49   </scm>
50
51 </project>