Cleanup features
[netconf.git] / features / restconf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Necessary TODO: Put your copyright here.
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.6.0-SNAPSHOT</version>
16     <relativePath/>
17   </parent>
18   <artifactId>features-restconf</artifactId>
19   <groupId>org.opendaylight.netconf</groupId>
20   <version>1.3.0-SNAPSHOT</version>
21   <packaging>jar</packaging>
22   <properties>
23     <aaa.version>0.3.0-SNAPSHOT</aaa.version>
24     <commons.opendaylight.version>1.6.0-SNAPSHOT</commons.opendaylight.version>
25     <controller.mdsal.version>1.3.0-SNAPSHOT</controller.mdsal.version>
26     <features.test.version>1.6.0-SNAPSHOT</features.test.version>
27     <jersey-servlet.version>1.17</jersey-servlet.version>
28
29     <mdsal.version>2.0.0-SNAPSHOT</mdsal.version>
30     <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
31     <restconf.version>1.3.0-SNAPSHOT</restconf.version>
32     <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
33     <surefire.version>2.15</surefire.version>
34
35     <features.file>features.xml</features.file>
36     <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
37     <config.restconf.configfile>10-rest-connector.xml</config.restconf.configfile>
38     <config.restconf.service.configfile>10-restconf-service.xml</config.restconf.service.configfile>
39   </properties>
40
41   <dependencies>
42     <dependency>
43       <groupId>org.opendaylight.yangtools</groupId>
44       <artifactId>features-yangtools</artifactId>
45       <version>${yangtools.version}</version>
46       <classifier>features</classifier>
47       <type>xml</type>
48     </dependency>
49     <dependency>
50       <groupId>org.opendaylight.mdsal</groupId>
51       <artifactId>features-mdsal</artifactId>
52       <version>${mdsal.version}</version>
53       <classifier>features</classifier>
54       <type>xml</type>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.mdsal.model</groupId>
58       <artifactId>features-mdsal-model</artifactId>
59       <version>${mdsal.model.version}</version>
60       <classifier>features</classifier>
61       <type>xml</type>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.aaa</groupId>
65       <artifactId>features-aaa</artifactId>
66       <version>${aaa.version}</version>
67       <classifier>features</classifier>
68       <type>xml</type>
69     </dependency>
70
71     <dependency>
72       <groupId>org.opendaylight.controller</groupId>
73       <artifactId>sal-remote</artifactId>
74       <version>${controller.mdsal.version}</version>
75     </dependency>
76
77     <dependency>
78       <groupId>org.opendaylight.netconf</groupId>
79       <artifactId>sal-rest-connector</artifactId>
80       <version>${restconf.version}</version>
81     </dependency>
82
83     <dependency>
84       <groupId>com.google.code.gson</groupId>
85       <artifactId>gson</artifactId>
86     </dependency>
87
88     <dependency>
89       <groupId>com.sun.jersey</groupId>
90       <artifactId>jersey-core</artifactId>
91       <version>${jersey.version}</version>
92     </dependency>
93     <dependency>
94       <groupId>com.sun.jersey</groupId>
95       <artifactId>jersey-server</artifactId>
96       <version>${jersey.version}</version>
97     </dependency>
98     <dependency>
99       <groupId>com.sun.jersey</groupId>
100       <artifactId>jersey-servlet</artifactId>
101       <version>${jersey.version}</version>
102     </dependency>
103     <dependency>
104       <groupId>io.netty</groupId>
105       <artifactId>netty-buffer</artifactId>
106     </dependency>
107     <dependency>
108       <groupId>io.netty</groupId>
109       <artifactId>netty-codec</artifactId>
110     </dependency>
111     <dependency>
112       <groupId>io.netty</groupId>
113       <artifactId>netty-codec-http</artifactId>
114     </dependency>
115     <dependency>
116       <groupId>io.netty</groupId>
117       <artifactId>netty-common</artifactId>
118     </dependency>
119     <dependency>
120       <groupId>io.netty</groupId>
121       <artifactId>netty-handler</artifactId>
122     </dependency>
123     <dependency>
124       <groupId>io.netty</groupId>
125       <artifactId>netty-transport</artifactId>
126     </dependency>
127
128     <dependency>
129       <groupId>org.opendaylight.netconf</groupId>
130       <artifactId>sal-rest-connector-config</artifactId>
131       <version>${restconf.version}</version>
132       <type>xml</type>
133       <classifier>config</classifier>
134     </dependency>
135
136     <dependency>
137       <groupId>org.opendaylight.netconf</groupId>
138       <artifactId>sal-rest-connector-config</artifactId>
139       <version>${restconf.version}</version>
140       <type>xml</type>
141       <classifier>configrestconfservice</classifier>
142     </dependency>
143
144     <dependency>
145       <groupId>com.fasterxml.jackson.core</groupId>
146       <artifactId>jackson-annotations</artifactId>
147     </dependency>
148     <dependency>
149       <groupId>com.fasterxml.jackson.core</groupId>
150       <artifactId>jackson-core</artifactId>
151     </dependency>
152     <dependency>
153       <groupId>com.fasterxml.jackson.core</groupId>
154       <artifactId>jackson-databind</artifactId>
155     </dependency>
156     <dependency>
157       <groupId>com.fasterxml.jackson.datatype</groupId>
158       <artifactId>jackson-datatype-json-org</artifactId>
159     </dependency>
160     <dependency>
161       <groupId>com.fasterxml.jackson.module</groupId>
162       <artifactId>jackson-module-jaxb-annotations</artifactId>
163     </dependency>
164     <dependency>
165       <groupId>com.fasterxml.jackson.jaxrs</groupId>
166       <artifactId>jackson-jaxrs-base</artifactId>
167     </dependency>
168     <dependency>
169       <groupId>com.fasterxml.jackson.jaxrs</groupId>
170       <artifactId>jackson-jaxrs-json-provider</artifactId>
171     </dependency>
172     <dependency>
173       <groupId>org.json</groupId>
174       <artifactId>json</artifactId>
175     </dependency>
176
177     <dependency>
178       <groupId>org.opendaylight.yangtools</groupId>
179       <artifactId>yang-data-codec-gson</artifactId>
180       <version>${yangtools.version}</version>
181     </dependency>
182
183     <dependency>
184       <groupId>org.opendaylight.netconf</groupId>
185       <artifactId>sal-rest-docgen</artifactId>
186       <version>${restconf.version}</version>
187     </dependency>
188
189     <!-- dependency for opendaylight-karaf-empty for use by testing -->
190     <dependency>
191       <groupId>org.opendaylight.controller</groupId>
192       <artifactId>opendaylight-karaf-empty</artifactId>
193       <version>${commons.opendaylight.version}</version>
194       <scope>test</scope>
195       <type>zip</type>
196     </dependency>
197     <!-- Uncomment this if you get an error : java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Lorg/slf4j/helpers/FormattingTuple;
198     <dependency>
199       <groupId>org.slf4j</groupId>
200       <artifactId>slf4j-simple</artifactId>
201       <version>1.7.2</version>
202     </dependency>
203     -->
204
205   </dependencies>
206   <scm>
207     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
208     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
209     <tag>HEAD</tag>
210     <url>https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary</url>
211   </scm>
212 </project>