update vfc-nfvo-driver-vnfm-svnfm-huawei version
[vfc/nfvo/driver/vnfm/svnfm.git] / huawei / vnfmadapter / VnfmadapterService / service / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3     Copyright 2016-2017, Huawei Technologies Co., Ltd.
4
5     Licensed under the Apache License, Version 2.0 (the "License");
6     you may not use this file except in compliance with the License.
7     You may obtain a copy of the License at
8
9         http://www.apache.org/licenses/LICENSE-2.0
10
11     Unless required by applicable law or agreed to in writing, software
12     distributed under the License is distributed on an "AS IS" BASIS,
13     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14     See the License for the specific language governing permissions and
15     limitations under the License.
16  -->
17 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19     <modelVersion>4.0.0</modelVersion>
20     <parent>
21         <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter</groupId>
22         <artifactId>vnfmadapter-service-root</artifactId>
23         <version>1.4.1-SNAPSHOT</version>
24     </parent>
25
26     <artifactId>vnfmadapter-service</artifactId>
27     <name>vfc/nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter/VnfmadapterService/service</name>
28     <packaging>war</packaging>
29     <properties>
30         <java.version>11</java.version>
31     </properties>
32     <dependencies>
33         <dependency>
34             <groupId>org.powermock</groupId>
35             <artifactId>powermock-core</artifactId>
36             <version>1.5.4</version>
37         </dependency>
38         <dependency>
39             <groupId>org.powermock</groupId>
40             <artifactId>powermock-api-mockito</artifactId>
41             <version>1.5.4</version>
42         </dependency>
43         <dependency>
44             <groupId>org.powermock</groupId>
45             <artifactId>powermock-module-junit4</artifactId>
46             <version>1.5.4</version>
47         </dependency>
48         <dependency>
49             <groupId>commons-net</groupId>
50             <artifactId>commons-net</artifactId>
51             <version>3.6</version>
52         </dependency>
53         <dependency>
54             <groupId>commons-io</groupId>
55             <artifactId>commons-io</artifactId>
56             <version>2.4</version>
57         </dependency>
58         <dependency>
59             <groupId>org.apache.commons</groupId>
60             <artifactId>com.springsource.org.apache.commons.lang</artifactId>
61             <version>2.5.0</version>
62         </dependency>
63         <dependency>
64             <groupId>org.apache.commons</groupId>
65             <artifactId>commons-lang3</artifactId>
66             <version>3.1</version>
67         </dependency>
68         <dependency>
69             <groupId>org.apache.commons</groupId>
70             <artifactId>com.springsource.org.apache.commons.logging</artifactId>
71             <version>1.1.1</version>
72         </dependency>
73         <dependency>
74             <groupId>org.apache.commons</groupId>
75             <artifactId>com.springsource.org.apache.commons.codec</artifactId>
76             <version>1.6.0</version>
77         </dependency>
78         <dependency>
79             <groupId>commons-collections</groupId>
80             <artifactId>commons-collections</artifactId>
81             <version>3.2.2</version>
82         </dependency>
83         <dependency>
84             <groupId>net.sf.json-lib</groupId>
85             <artifactId>json-lib</artifactId>
86             <version>2.4</version>
87             <classifier>jdk15</classifier>
88             <exclusions>
89                 <exclusion>
90                     <groupId>commons-collections</groupId>
91                     <artifactId>commons-collections</artifactId>
92                 </exclusion>
93             </exclusions>
94         </dependency>
95         <dependency>
96             <groupId>org.apache.logging.log4j</groupId>
97             <artifactId>log4j-slf4j-impl</artifactId>
98             <version>2.13.0</version>
99         </dependency>
100         <dependency>
101             <groupId>org.eclipse.jetty.orbit</groupId>
102             <artifactId>javax.servlet</artifactId>
103             <version>3.0.0.v201112011016</version>
104             <scope>provided</scope>
105         </dependency>
106         <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-http -->
107         <dependency>
108             <groupId>org.eclipse.jetty</groupId>
109             <artifactId>jetty-http</artifactId>
110             <version>9.4.13.v20181111</version>
111         </dependency>
112         <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-client -->
113         <dependency>
114             <groupId>org.eclipse.jetty</groupId>
115             <artifactId>jetty-client</artifactId>
116             <version>9.4.13.v20181111</version>
117         </dependency>
118         <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util -->
119         <dependency>
120             <groupId>org.eclipse.jetty</groupId>
121             <artifactId>jetty-util</artifactId>
122             <version>9.4.13.v20181111</version>
123         </dependency>
124         <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-io -->
125         <dependency>
126             <groupId>org.eclipse.jetty</groupId>
127             <artifactId>jetty-io</artifactId>
128             <version>9.4.13.v20181111</version>
129         </dependency>
130
131 <!--        <dependency>-->
132 <!--            <groupId>org.eclipse.jetty.aggregate</groupId>-->
133 <!--            <artifactId>jetty-all</artifactId>-->
134 <!--            <version>8.1.16.v20140903</version>-->
135 <!--        </dependency>-->
136         <!--
137         <dependency>
138             <groupId>mysql</groupId>
139             <artifactId>mysql-connector-java</artifactId>
140             <version>5.1.36</version>
141         </dependency>
142         -->
143         <dependency>
144             <groupId>org.mariadb.jdbc</groupId>
145             <artifactId>mariadb-java-client</artifactId>
146             <version>2.2.2</version>
147         </dependency>
148         <dependency>
149             <groupId>org.apache.cxf</groupId>
150             <artifactId>cxf-rt-transports-http</artifactId>
151             <version>3.1.17</version>
152         </dependency>
153         <dependency>
154             <groupId>org.apache.cxf</groupId>
155             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
156             <version>3.1.17</version>
157             <exclusions>
158                 <exclusion>
159                     <groupId>org.apache.cxf</groupId>
160                     <artifactId>cxf-rt-transports-http</artifactId>
161                 </exclusion>
162             </exclusions>
163         </dependency>
164         <dependency>
165             <groupId>org.mybatis</groupId>
166             <artifactId>mybatis-spring</artifactId>
167             <version>1.2.0</version>
168         </dependency>
169         <dependency>
170             <groupId>org.mybatis</groupId>
171             <artifactId>mybatis</artifactId>
172             <version>3.2.7</version>
173         </dependency>
174
175         <dependency>
176             <groupId>org.springframework</groupId>
177             <artifactId>spring-beans</artifactId>
178             <version>4.3.18.RELEASE</version>
179         </dependency>
180         <dependency>
181             <groupId>org.springframework</groupId>
182             <artifactId>spring-context</artifactId>
183             <version>4.3.18.RELEASE</version>
184         </dependency>
185         <dependency>
186             <groupId>org.springframework</groupId>
187             <artifactId>spring-core</artifactId>
188             <version>4.3.18.RELEASE</version>
189         </dependency>
190         <dependency>
191             <groupId>org.springframework</groupId>
192             <artifactId>spring-web</artifactId>
193             <version>5.2.4.RELEASE</version>
194         </dependency>
195         <!--dependency>
196             <groupId>org.springframework</groupId>
197             <artifactId>spring-asm</artifactId>
198             <version>3.1.0.RELEASE</version>
199         </dependency-->
200         <dependency>
201             <groupId>org.springframework</groupId>
202             <artifactId>spring-expression</artifactId>
203             <version>4.3.18.RELEASE</version>
204         </dependency>
205         <dependency>
206             <groupId>org.springframework</groupId>
207             <artifactId>spring-aop</artifactId>
208             <version>4.3.18.RELEASE</version>
209         </dependency>
210         <dependency>
211             <groupId>org.springframework</groupId>
212             <artifactId>spring-jdbc</artifactId>
213             <version>4.3.18.RELEASE</version>
214         </dependency>
215         <dependency>
216             <groupId>org.springframework</groupId>
217             <artifactId>spring-test</artifactId>
218             <version>4.3.18.RELEASE</version>
219         </dependency>
220         <dependency>
221             <groupId>org.codehaus.jackson</groupId>
222             <artifactId>jackson-jaxrs</artifactId>
223             <version>1.9.13</version>
224             <!--exclusions>
225                 <exclusion>
226                     <groupId>org.codehaus.jackson</groupId>
227                     <artifactId>jackson-mapper-asl</artifactId>
228                 </exclusion>
229             </exclusions-->
230         </dependency>
231         <dependency>
232             <groupId>com.fasterxml.jackson.core</groupId>
233             <artifactId>jackson-databind</artifactId>
234             <version>2.10.0</version>
235         </dependency>
236         <dependency>
237             <groupId>com.fasterxml.jackson.core</groupId>
238             <artifactId>jackson-core</artifactId>
239             <version>2.10.0</version>
240         </dependency>
241         <dependency>
242             <groupId>javax.ws.rs</groupId>
243             <artifactId>jsr311-api</artifactId>
244             <version>1.1.1</version>
245         </dependency>
246         <dependency>
247             <groupId>com.sun.jersey</groupId>
248             <artifactId>jersey-client</artifactId>
249             <version>1.19.4</version>
250         </dependency>
251         <dependency>
252             <groupId>org.springframework</groupId>
253             <artifactId>spring-tx</artifactId>
254             <version>3.1.2.RELEASE</version>
255         </dependency>
256         <dependency>
257             <groupId>org.apache.httpcomponents</groupId>
258             <artifactId>httpclient</artifactId>
259             <version>4.5.3</version>
260         </dependency>
261         <dependency>
262             <groupId>org.apache.httpcomponents</groupId>
263             <artifactId>httpclient-cache</artifactId>
264             <version>4.5.3</version>
265         </dependency>
266         <dependency>
267             <groupId>org.apache.httpcomponents</groupId>
268             <artifactId>httpmime</artifactId>
269             <version>4.5.3</version>
270         </dependency>
271
272         <!--dependency>
273             <groupId>org.apache.commons</groupId>
274             <artifactId>com.springsource.org.apache.commons.httpclient</artifactId>
275             <version>3.1.0</version>
276         </dependency-->
277         <dependency>
278             <groupId>commons-httpclient</groupId>
279             <artifactId>commons-httpclient</artifactId>
280             <version>3.1</version>
281         </dependency>
282                 <dependency>
283             <groupId>org.apache.httpcomponents</groupId>
284             <artifactId>httpclient</artifactId>
285             <version>4.5.5</version>
286         </dependency>
287                 <dependency>
288             <groupId>org.apache.httpcomponents</groupId>
289             <artifactId>httpcore</artifactId>
290             <version>4.4.1</version>
291         </dependency>
292         <!--dependency>
293             <groupId>org.apache.cxf</groupId>
294             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
295             <version>3.1.6</version>
296         </dependency -->
297
298         <!-- UT coverage dependency start -->
299         <dependency>
300             <groupId>org.jmockit</groupId>
301             <artifactId>jmockit</artifactId>
302             <version>1.19</version>
303             <scope>test</scope>
304         </dependency>
305         <dependency>
306             <groupId>org.jmockit</groupId>
307             <artifactId>jmockit-coverage</artifactId>
308             <version>1.18</version>
309             <scope>test</scope>
310         </dependency>
311         <!--dependency>
312             <groupId>junit</groupId>
313             <artifactId>junit</artifactId>
314             <version>4.8.1</version>
315             <scope>test</scope>
316         </dependency-->
317         <dependency>
318             <groupId>junit</groupId>
319             <artifactId>junit</artifactId>
320             <version>4.9</version>
321             <scope>test</scope>
322             </dependency>
323             
324                 <!-- UT coverage dependency end -->
325                 <dependency>
326                         <groupId>javax.xml.bind</groupId>
327                         <artifactId>jaxb-api</artifactId>
328                         <version>2.3.1</version>
329                 </dependency>
330                 <dependency>
331                         <groupId>com.sun.xml.bind</groupId>
332                         <artifactId>jaxb-impl</artifactId>
333                         <version>2.3.0</version>
334                 </dependency>
335                 <dependency>
336                         <groupId>org.glassfish.jaxb</groupId>
337                         <artifactId>jaxb-runtime</artifactId>
338                         <version>2.3.0</version>
339                 </dependency>
340                 <dependency>
341                         <groupId>javax.activation</groupId>
342                         <artifactId>activation</artifactId>
343                         <version>1.1.1</version>
344                 </dependency>
345
346     </dependencies>
347 </project>