Bump versions by x.(y+1).z for next dev cycle
[netconf.git] / features / restconf / features-restconf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11   <modelVersion>4.0.0</modelVersion>
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>features-parent</artifactId>
15     <version>1.9.0-SNAPSHOT</version>
16     <relativePath/>
17   </parent>
18   <artifactId>features-restconf</artifactId>
19   <groupId>org.opendaylight.netconf</groupId>
20   <version>1.6.0-SNAPSHOT</version>
21   <packaging>jar</packaging>
22   <properties>
23     <aaa.version>0.6.0-SNAPSHOT</aaa.version>
24     <commons.opendaylight.version>1.9.0-SNAPSHOT</commons.opendaylight.version>
25     <controller.mdsal.version>1.6.0-SNAPSHOT</controller.mdsal.version>
26     <features.test.version>1.9.0-SNAPSHOT</features.test.version>
27     <mdsal.version>2.3.0-SNAPSHOT</mdsal.version>
28     <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
29     <restconf.version>1.6.0-SNAPSHOT</restconf.version>
30     <yangtools.version>1.2.0-SNAPSHOT</yangtools.version>
31
32     <features.file>features.xml</features.file>
33     <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
34     <config.restconf.configfile>10-rest-connector.xml</config.restconf.configfile>
35     <config.restconf.service.configfile>10-restconf-service.xml</config.restconf.service.configfile>
36   </properties>
37
38   <dependencyManagement>
39     <dependencies>
40       <dependency>
41         <groupId>org.opendaylight.odlparent</groupId>
42         <artifactId>odlparent-artifacts</artifactId>
43         <version>1.9.0-SNAPSHOT</version>
44         <type>pom</type>
45         <scope>import</scope>
46       </dependency>
47       <dependency>
48         <groupId>org.opendaylight.aaa</groupId>
49         <artifactId>aaa-artifacts</artifactId>
50         <version>${aaa.version}</version>
51         <type>pom</type>
52         <scope>import</scope>
53       </dependency>
54       <dependency>
55         <groupId>org.opendaylight.yangtools</groupId>
56         <artifactId>yangtools-artifacts</artifactId>
57         <version>${yangtools.version}</version>
58         <type>pom</type>
59         <scope>import</scope>
60       </dependency>
61     </dependencies>
62   </dependencyManagement>
63
64   <dependencies>
65     <dependency>
66       <groupId>org.opendaylight.odlparent</groupId>
67       <artifactId>features-odlparent</artifactId>
68       <classifier>features</classifier>
69       <type>xml</type>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.yangtools</groupId>
73       <artifactId>features-yangtools</artifactId>
74       <classifier>features</classifier>
75       <type>xml</type>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.mdsal</groupId>
79       <artifactId>features-mdsal</artifactId>
80       <version>${mdsal.version}</version>
81       <classifier>features</classifier>
82       <type>xml</type>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.mdsal.model</groupId>
86       <artifactId>features-mdsal-model</artifactId>
87       <version>${mdsal.model.version}</version>
88       <classifier>features</classifier>
89       <type>xml</type>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.aaa</groupId>
93       <artifactId>features-aaa-shiro</artifactId>
94       <classifier>features</classifier>
95       <type>xml</type>
96     </dependency>
97
98     <dependency>
99       <groupId>org.opendaylight.netconf</groupId>
100       <artifactId>sal-rest-connector</artifactId>
101       <version>${restconf.version}</version>
102     </dependency>
103
104     <dependency>
105       <groupId>com.google.code.gson</groupId>
106       <artifactId>gson</artifactId>
107     </dependency>
108
109     <dependency>
110       <groupId>org.opendaylight.netconf</groupId>
111       <artifactId>sal-rest-connector-config</artifactId>
112       <version>${restconf.version}</version>
113       <type>xml</type>
114       <classifier>config</classifier>
115     </dependency>
116
117     <dependency>
118       <groupId>org.opendaylight.netconf</groupId>
119       <artifactId>sal-rest-connector-config</artifactId>
120       <version>${restconf.version}</version>
121       <type>xml</type>
122       <classifier>configrestconfservice</classifier>
123     </dependency>
124
125     <dependency>
126       <groupId>com.fasterxml.jackson.core</groupId>
127       <artifactId>jackson-annotations</artifactId>
128     </dependency>
129     <dependency>
130       <groupId>com.fasterxml.jackson.core</groupId>
131       <artifactId>jackson-core</artifactId>
132     </dependency>
133     <dependency>
134       <groupId>com.fasterxml.jackson.core</groupId>
135       <artifactId>jackson-databind</artifactId>
136     </dependency>
137     <dependency>
138       <groupId>com.fasterxml.jackson.datatype</groupId>
139       <artifactId>jackson-datatype-json-org</artifactId>
140     </dependency>
141     <dependency>
142       <groupId>com.fasterxml.jackson.module</groupId>
143       <artifactId>jackson-module-jaxb-annotations</artifactId>
144     </dependency>
145     <dependency>
146       <groupId>com.fasterxml.jackson.jaxrs</groupId>
147       <artifactId>jackson-jaxrs-base</artifactId>
148     </dependency>
149     <dependency>
150       <groupId>com.fasterxml.jackson.jaxrs</groupId>
151       <artifactId>jackson-jaxrs-json-provider</artifactId>
152     </dependency>
153     <dependency>
154       <groupId>org.json</groupId>
155       <artifactId>json</artifactId>
156     </dependency>
157
158     <dependency>
159       <groupId>org.opendaylight.yangtools</groupId>
160       <artifactId>yang-data-codec-gson</artifactId>
161     </dependency>
162
163     <dependency>
164       <groupId>org.opendaylight.netconf</groupId>
165       <artifactId>sal-rest-docgen</artifactId>
166       <version>${restconf.version}</version>
167     </dependency>
168     <dependency>
169       <groupId>${project.groupId}</groupId>
170       <artifactId>ietf-yang-library</artifactId>
171       <version>${project.version}</version>
172     </dependency>
173     <dependency>
174       <groupId>${project.groupId}</groupId>
175       <artifactId>ietf-restconf-monitoring</artifactId>
176       <version>${project.version}</version>
177     </dependency>
178     <dependency>
179       <groupId>org.opendaylight.netconf</groupId>
180       <artifactId>ietf-restconf</artifactId>
181       <version>${project.version}</version>
182     </dependency>
183
184   </dependencies>
185   <scm>
186     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
187     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
188     <tag>HEAD</tag>
189     <url>https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary</url>
190   </scm>
191 </project>