b892219118e873d08bef26d8e64365e1c801624e
[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   <properties>
17     <!-- FIXME: Workaround for https://issues.apache.org/jira/browse/ARIES-1923 -->
18     <maven.compiler.release>10</maven.compiler.release>
19   </properties>
20
21   <dependencies>
22     <dependency>
23       <groupId>org.opendaylight.controller</groupId>
24       <artifactId>sal-common-api</artifactId>
25     </dependency>
26     <dependency>
27       <groupId>org.opendaylight.mdsal</groupId>
28       <artifactId>mdsal-binding-api</artifactId>
29     </dependency>
30     <dependency>
31       <groupId>org.opendaylight.yangtools</groupId>
32       <artifactId>concepts</artifactId>
33     </dependency>
34     <dependency>
35       <groupId>org.opendaylight.mdsal</groupId>
36       <artifactId>yang-binding</artifactId>
37     </dependency>
38     <dependency>
39       <groupId>org.opendaylight.yangtools</groupId>
40       <artifactId>yang-common</artifactId>
41     </dependency>
42     <dependency>
43       <groupId>org.osgi</groupId>
44       <artifactId>org.osgi.core</artifactId>
45       <scope>provided</scope>
46     </dependency>
47   </dependencies>
48
49   <scm>
50     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
51     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
52     <tag>HEAD</tag>
53     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
54   </scm>
55
56 </project>