5e4026c4ce35a4dc96497825021825bab9ce7f2d
[netconf.git] / opendaylight / restconf / 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
5     <parent>
6         <groupId>org.opendaylight.netconf</groupId>
7         <artifactId>netconf-parent</artifactId>
8         <version>1.0.3-SNAPSHOT</version>
9         <relativePath>../..</relativePath>
10     </parent>
11     <artifactId>restconf-parent</artifactId>
12     <version>1.3.3-SNAPSHOT</version>
13     <packaging>pom</packaging>
14     <name>${project.artifactId}</name>
15
16     <modules>
17         <module>sal-rest-connector</module>
18         <module>sal-rest-connector-config</module>
19         <module>sal-rest-docgen</module>
20         <module>sal-rest-docgen-maven</module>
21         <!--
22         FIXME: Needs to be reimplemented to not use YANGTools restconf impl
23         <module>sal-restconf-broker</module>
24         -->
25         <module>restconf-artifacts</module>
26     </modules>
27
28     <dependencyManagement>
29         <dependencies>
30             <dependency>
31                 <groupId>org.opendaylight.netconf</groupId>
32                 <artifactId>restconf-artifacts</artifactId>
33                 <version>${project.version}</version>
34                 <type>pom</type>
35                 <scope>import</scope>
36             </dependency>
37             <dependency>
38                 <groupId>org.apache.maven</groupId>
39                 <artifactId>maven-core</artifactId>
40                 <version>3.1.1</version>
41                 <scope>provided</scope>
42             </dependency>
43
44             <dependency>
45                 <groupId>org.glassfish.jersey.test-framework.providers</groupId>
46                 <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
47                 <version>2.4</version>
48             </dependency>
49             <dependency>
50                 <groupId>org.opendaylight.mdsal</groupId>
51                 <artifactId>maven-sal-api-gen-plugin</artifactId>
52                 <version>${yangtools.version}</version>
53             </dependency>
54             <dependency>
55                 <groupId>org.opendaylight.controller</groupId>
56                 <artifactId>yang-jmx-generator-plugin</artifactId>
57                 <version>${config.version}</version>
58             </dependency>
59
60         </dependencies>
61     </dependencyManagement>
62
63 </project>