Bump versions to 2.0.9-SNAPSHOT
[netconf.git] / restconf / restconf-nb-rfc8040 / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2017 Pantheon Technologies s.r.o. 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"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12   <modelVersion>4.0.0</modelVersion>
13   <parent>
14     <groupId>org.opendaylight.netconf</groupId>
15     <artifactId>netconf-parent</artifactId>
16     <version>2.0.9-SNAPSHOT</version>
17     <relativePath>../../parent</relativePath>
18   </parent>
19
20   <artifactId>restconf-nb-rfc8040</artifactId>
21   <packaging>bundle</packaging>
22
23   <dependencies>
24     <dependency>
25       <groupId>javax.annotation</groupId>
26       <artifactId>javax.annotation-api</artifactId>
27       <optional>true</optional>
28     </dependency>
29     <dependency>
30       <groupId>com.guicedee.services</groupId>
31       <artifactId>javax.inject</artifactId>
32       <optional>true</optional>
33     </dependency>
34     <dependency>
35       <groupId>org.opendaylight.netconf</groupId>
36       <artifactId>restconf-common-models</artifactId>
37     </dependency>
38     <dependency>
39       <groupId>org.opendaylight.netconf</groupId>
40       <artifactId>restconf-common</artifactId>
41     </dependency>
42     <dependency>
43       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
44       <artifactId>rfc6991-ietf-yang-types</artifactId>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
48       <artifactId>rfc8525</artifactId>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.netconf</groupId>
52       <artifactId>ietf-restconf</artifactId>
53     </dependency>
54     <dependency>
55       <groupId>org.opendaylight.netconf</groupId>
56       <artifactId>ietf-restconf-monitoring</artifactId>
57     </dependency>
58     <dependency>
59       <groupId>org.opendaylight.netconf</groupId>
60       <artifactId>ietf-yang-patch</artifactId>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.netconf</groupId>
64       <artifactId>netconf-api</artifactId>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.netconf</groupId>
68       <artifactId>netconf-dom-api</artifactId>
69     </dependency>
70
71     <dependency>
72       <groupId>org.opendaylight.odlparent</groupId>
73       <artifactId>logging-markers</artifactId>
74     </dependency>
75
76     <dependency>
77       <groupId>org.opendaylight.yangtools</groupId>
78       <artifactId>yang-data-api</artifactId>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.yangtools</groupId>
82       <artifactId>yang-data-impl</artifactId>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.yangtools</groupId>
86       <artifactId>yang-model-util</artifactId>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.yangtools</groupId>
90       <artifactId>yang-data-codec-xml</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.yangtools</groupId>
94       <artifactId>yang-data-codec-gson</artifactId>
95     </dependency>
96     <dependency>
97       <groupId>org.opendaylight.yangtools</groupId>
98       <artifactId>yang-test-util</artifactId>
99     </dependency>
100     <dependency>
101       <groupId>org.opendaylight.yangtools</groupId>
102       <artifactId>yang-model-export</artifactId>
103     </dependency>
104
105     <dependency>
106       <groupId>org.opendaylight.mdsal</groupId>
107       <artifactId>mdsal-dom-spi</artifactId>
108     </dependency>
109
110     <dependency>
111       <groupId>org.opendaylight.controller</groupId>
112       <artifactId>threadpool-config-api</artifactId>
113     </dependency>
114
115     <dependency>
116       <groupId>net.java.dev.stax-utils</groupId>
117       <artifactId>stax-utils</artifactId>
118     </dependency>
119
120     <dependency>
121       <groupId>org.json</groupId>
122       <artifactId>json</artifactId>
123       <version>20131018</version>
124       <scope>test</scope>
125     </dependency>
126
127     <dependency>
128       <groupId>org.opendaylight.aaa.web</groupId>
129       <artifactId>web-api</artifactId>
130     </dependency>
131
132     <dependency>
133       <groupId>org.opendaylight.aaa.web</groupId>
134       <artifactId>servlet-api</artifactId>
135     </dependency>
136
137     <dependency>
138       <groupId>org.opendaylight.aaa</groupId>
139       <artifactId>aaa-filterchain</artifactId>
140     </dependency>
141
142     <dependency>
143       <groupId>org.eclipse.jetty.websocket</groupId>
144       <artifactId>websocket-servlet</artifactId>
145     </dependency>
146
147     <!-- Testing Dependencies -->
148     <dependency>
149       <groupId>org.glassfish.jersey.test-framework.providers</groupId>
150       <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
151       <scope>test</scope>
152     </dependency>
153     <dependency>
154       <groupId>org.glassfish.jersey.inject</groupId>
155       <artifactId>jersey-hk2</artifactId>
156       <scope>test</scope>
157     </dependency>
158     <dependency>
159       <groupId>org.glassfish.jersey.media</groupId>
160       <artifactId>jersey-media-sse</artifactId>
161       <scope>test</scope>
162     </dependency>
163     <dependency>
164       <groupId>org.opendaylight.mdsal</groupId>
165       <artifactId>mdsal-binding-test-utils</artifactId>
166       <scope>test</scope>
167     </dependency>
168     <dependency>
169       <groupId>org.opendaylight.mdsal</groupId>
170       <artifactId>mdsal-binding-dom-adapter</artifactId>
171       <type>test-jar</type>
172       <scope>test</scope>
173     </dependency>
174     <dependency>
175       <groupId>org.skyscreamer</groupId>
176       <artifactId>jsonassert</artifactId>
177       <scope>test</scope>
178     </dependency>
179     <dependency>
180       <groupId>org.opendaylight.aaa.web</groupId>
181       <artifactId>testutils</artifactId>
182       <scope>test</scope>
183     </dependency>
184     <dependency>
185       <groupId>org.opendaylight.controller</groupId>
186       <artifactId>threadpool-config-impl</artifactId>
187       <scope>test</scope>
188     </dependency>
189     <dependency>
190       <groupId>org.xmlunit</groupId>
191       <artifactId>xmlunit-assertj</artifactId>
192       <scope>test</scope>
193     </dependency>
194     <dependency>
195       <groupId>net.javacrumbs.json-unit</groupId>
196       <artifactId>json-unit-assertj</artifactId>
197       <version>2.28.0</version>
198       <scope>test</scope>
199     </dependency>
200   </dependencies>
201
202   <build>
203     <plugins>
204       <plugin>
205         <groupId>org.apache.felix</groupId>
206         <artifactId>maven-bundle-plugin</artifactId>
207         <extensions>true</extensions>
208         <configuration>
209           <instructions>
210             <Bundle-Name>MD SAL Restconf Connector</Bundle-Name>
211           </instructions>
212         </configuration>
213       </plugin>
214       <plugin>
215         <groupId>org.codehaus.mojo</groupId>
216         <artifactId>build-helper-maven-plugin</artifactId>
217         <executions>
218           <execution>
219             <id>attach-artifacts</id>
220             <goals>
221               <goal>attach-artifact</goal>
222             </goals>
223             <phase>package</phase>
224             <configuration>
225               <artifacts>
226                 <artifact>
227                   <file>${project.build.directory}/classes/restconf8040.cfg</file>
228                   <type>cfg</type>
229                   <classifier>config</classifier>
230                 </artifact>
231               </artifacts>
232             </configuration>
233           </execution>
234         </executions>
235       </plugin>
236     </plugins>
237   </build>
238 </project>