BUG-8327: GlobalBundleScanningSchemaServiceImpl should be a proxy
[controller.git] / opendaylight / md-sal / sal-schema-service / 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>sal-parent</artifactId>
7     <version>1.4.4-SNAPSHOT</version>
8   </parent>
9   <artifactId>sal-schema-service</artifactId>
10   <packaging>bundle</packaging>
11
12   <dependencies>
13     <dependency>
14       <groupId>com.google.guava</groupId>
15       <artifactId>guava</artifactId>
16     </dependency>
17     <dependency>
18       <groupId>org.opendaylight.controller</groupId>
19       <artifactId>sal-core-api</artifactId>
20     </dependency>
21     <dependency>
22       <groupId>org.opendaylight.yangtools</groupId>
23       <artifactId>yang-parser-impl</artifactId>
24     </dependency>
25     <dependency>
26       <groupId>org.slf4j</groupId>
27       <artifactId>slf4j-api</artifactId>
28     </dependency>
29   </dependencies>
30
31   <scm>
32     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
33     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
34     <tag>HEAD</tag>
35     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
36   </scm>
37
38   <!--
39       Maven Site Configuration
40
41       The following configuration is necessary for maven-site-plugin to
42       correctly identify the correct deployment path for OpenDaylight Maven
43       sites.
44   -->
45   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
46
47   <distributionManagement>
48     <site>
49       <id>opendaylight-site</id>
50       <url>${nexus.site.url}/${project.artifactId}/</url>
51     </site>
52   </distributionManagement>
53 </project>