Add restconf-wadl-generator
[netconf.git] / restconf / sal-rest-docgen-maven / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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/maven-v4_0_0.xsd">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.netconf</groupId>
14         <artifactId>netconf-parent</artifactId>
15         <version>2.0.0-SNAPSHOT</version>
16         <relativePath>../../parent</relativePath>
17     </parent>
18
19     <artifactId>sal-rest-docgen-maven</artifactId>
20     <packaging>jar</packaging>
21
22     <dependencyManagement>
23         <dependencies>
24             <dependency>
25                 <groupId>org.apache.maven</groupId>
26                 <artifactId>maven-core</artifactId>
27                 <version>3.2.5</version>
28                 <scope>provided</scope>
29             </dependency>
30         </dependencies>
31     </dependencyManagement>
32
33     <dependencies>
34         <dependency>
35             <groupId>com.fasterxml.jackson.core</groupId>
36             <artifactId>jackson-databind</artifactId>
37         </dependency>
38         <dependency>
39             <groupId>org.apache.maven</groupId>
40             <artifactId>maven-core</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>org.opendaylight.yangtools</groupId>
44             <artifactId>yang-maven-plugin-spi</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>${project.groupId}</groupId>
48             <artifactId>sal-rest-docgen</artifactId>
49         </dependency>
50     </dependencies>
51 </project>