ca40c875f8de6a92e775e6e133d136c774aab4d2
[mdsal.git] / model / ietf / ietf-type-util / 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.mdsal.model</groupId>
6     <artifactId>model-ietf</artifactId>
7     <version>0.9.3-SNAPSHOT</version>
8   </parent>
9   <artifactId>ietf-type-util</artifactId>
10   <version>1.0.3-SNAPSHOT</version>
11   <packaging>bundle</packaging>
12
13   <dependencies>
14     <dependency>
15       <groupId>com.google.guava</groupId>
16       <artifactId>guava</artifactId>
17     </dependency>
18     <dependency>
19       <groupId>org.opendaylight.mdsal</groupId>
20       <artifactId>yang-binding</artifactId>
21     </dependency>
22     <dependency>
23       <groupId>org.slf4j</groupId>
24       <artifactId>slf4j-simple</artifactId>
25       <scope>test</scope>
26     </dependency>
27     <dependency>
28       <groupId>org.opendaylight.yangtools</groupId>
29       <artifactId>mockito-configuration</artifactId>
30       <scope>test</scope>
31     </dependency>
32   </dependencies>
33
34   <scm>
35     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
36     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
37     <tag>HEAD</tag>
38     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
39   </scm>
40
41   <!--
42       Maven Site Configuration
43
44       The following configuration is necessary for maven-site-plugin to
45       correctly identify the correct deployment path for OpenDaylight Maven
46       sites.
47   -->
48   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
49
50   <distributionManagement>
51     <site>
52       <id>opendaylight-site</id>
53       <url>${nexus.site.url}/${project.artifactId}/</url>
54     </site>
55   </distributionManagement>
56
57 </project>