update the pom version for the security issue fix
[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.2-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         <log4j.version>2.17.1</log4j.version>
32     </properties>
33     <dependencies>
34         <dependency>
35             <groupId>org.powermock</groupId>
36             <artifactId>powermock-core</artifactId>
37             <version>1.5.4</version>
38         </dependency>
39         <dependency>
40             <groupId>org.powermock</groupId>
41             <artifactId>powermock-api-mockito</artifactId>
42             <version>1.5.4</version>
43         </dependency>
44         <dependency>
45             <groupId>org.powermock</groupId>
46             <artifactId>powermock-module-junit4</artifactId>
47             <version>1.5.4</version>
48         </dependency>
49         <dependency>
50             <groupId>commons-net</groupId>
51             <artifactId>commons-net</artifactId>
52             <version>3.6</version>
53         </dependency>
54         <dependency>
55             <groupId>commons-io</groupId>
56             <artifactId>commons-io</artifactId>
57             <version>2.11.0</version>
58         </dependency>
59         <dependency>
60             <groupId>org.apache.commons</groupId>
61             <artifactId>com.springsource.org.apache.commons.lang</artifactId>
62             <version>2.5.0</version>
63         </dependency>
64         <dependency>
65             <groupId>org.apache.commons</groupId>
66             <artifactId>commons-lang3</artifactId>
67             <version>3.1</version>
68         </dependency>
69         <dependency>
70             <groupId>org.apache.commons</groupId>
71             <artifactId>com.springsource.org.apache.commons.logging</artifactId>
72             <version>1.1.1</version>
73         </dependency>
74         <dependency>
75             <groupId>commons-codec</groupId>
76             <artifactId>commons-codec</artifactId>
77             <version>1.15</version>
78         </dependency>
79         <dependency>
80             <groupId>commons-collections</groupId>
81             <artifactId>commons-collections</artifactId>
82             <version>3.2.2</version>
83         </dependency>
84         <dependency>
85             <groupId>net.sf.json-lib</groupId>
86             <artifactId>json-lib</artifactId>
87             <version>2.4</version>
88             <classifier>jdk15</classifier>
89             <exclusions>
90                 <exclusion>
91                     <groupId>commons-collections</groupId>
92                     <artifactId>commons-collections</artifactId>
93                 </exclusion>
94             </exclusions>
95         </dependency>
96         <dependency>
97             <groupId>org.apache.logging.log4j</groupId>
98             <artifactId>log4j-slf4j-impl</artifactId>
99             <version>${log4j.version}</version>
100         </dependency>
101         <dependency>
102             <groupId>org.eclipse.jetty.orbit</groupId>
103             <artifactId>javax.servlet</artifactId>
104             <version>3.0.0.v201112011016</version>
105             <scope>provided</scope>
106         </dependency>
107         <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-http -->
108         <dependency>
109             <groupId>org.eclipse.jetty</groupId>
110             <artifactId>jetty-http</artifactId>
111             <!--version>9.4.13.v20181111</version-->
112             <version>11.0.7</version>
113         </dependency>
114         <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-client -->
115         <dependency>
116             <groupId>org.eclipse.jetty</groupId>
117             <artifactId>jetty-client</artifactId>
118             <version>9.4.13.v20181111</version>
119         </dependency>
120         <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util -->
121         <dependency>
122             <groupId>org.eclipse.jetty</groupId>
123             <artifactId>jetty-util</artifactId>
124             <!--version>9.4.13.v20181111</version-->
125             <version>11.0.7</version>
126         </dependency>
127         <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-io -->
128         <dependency>
129             <groupId>org.eclipse.jetty</groupId>
130             <artifactId>jetty-io</artifactId>
131             <!--version>9.4.13.v20181111</version-->
132             <version>11.0.7</version>
133         </dependency>
134
135 <!--        <dependency>-->
136 <!--            <groupId>org.eclipse.jetty.aggregate</groupId>-->
137 <!--            <artifactId>jetty-all</artifactId>-->
138 <!--            <version>8.1.16.v20140903</version>-->
139 <!--        </dependency>-->
140         <!--
141         <dependency>
142             <groupId>mysql</groupId>
143             <artifactId>mysql-connector-java</artifactId>
144             <version>5.1.36</version>
145         </dependency>
146         -->
147         <dependency>
148             <groupId>org.mariadb.jdbc</groupId>
149             <artifactId>mariadb-java-client</artifactId>
150             <version>2.2.2</version>
151         </dependency>
152         <dependency>
153             <groupId>org.apache.cxf</groupId>
154             <artifactId>cxf-rt-transports-http</artifactId>
155             <version>3.1.17</version>
156         </dependency>
157         <dependency>
158             <groupId>org.apache.cxf</groupId>
159             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
160             <version>3.1.17</version>
161             <exclusions>
162                 <exclusion>
163                     <groupId>org.apache.cxf</groupId>
164                     <artifactId>cxf-rt-transports-http</artifactId>
165                 </exclusion>
166             </exclusions>
167         </dependency>
168         <dependency>
169             <groupId>org.mybatis</groupId>
170             <artifactId>mybatis-spring</artifactId>
171             <version>1.2.0</version>
172         </dependency>
173         <dependency>
174             <groupId>org.mybatis</groupId>
175             <artifactId>mybatis</artifactId>
176             <version>3.5.7</version>
177         </dependency>
178
179         <dependency>
180             <groupId>org.springframework</groupId>
181             <artifactId>spring-beans</artifactId>
182             <version>4.3.18.RELEASE</version>
183         </dependency>
184         <dependency>
185             <groupId>org.springframework</groupId>
186             <artifactId>spring-context</artifactId>
187             <version>4.3.18.RELEASE</version>
188         </dependency>
189         <dependency>
190             <groupId>org.springframework</groupId>
191             <artifactId>spring-core</artifactId>
192             <version>4.3.18.RELEASE</version>
193         </dependency>
194         <dependency>
195             <groupId>org.springframework</groupId>
196             <artifactId>spring-web</artifactId>
197             <version>5.3.13</version>
198         </dependency>
199         <!--dependency>
200             <groupId>org.springframework</groupId>
201             <artifactId>spring-asm</artifactId>
202             <version>3.1.0.RELEASE</version>
203         </dependency-->
204         <dependency>
205             <groupId>org.springframework</groupId>
206             <artifactId>spring-expression</artifactId>
207             <version>4.3.18.RELEASE</version>
208         </dependency>
209         <dependency>
210             <groupId>org.springframework</groupId>
211             <artifactId>spring-aop</artifactId>
212             <version>4.3.18.RELEASE</version>
213         </dependency>
214         <dependency>
215             <groupId>org.springframework</groupId>
216             <artifactId>spring-jdbc</artifactId>
217             <version>4.3.18.RELEASE</version>
218         </dependency>
219         <dependency>
220             <groupId>org.springframework</groupId>
221             <artifactId>spring-test</artifactId>
222             <version>4.3.18.RELEASE</version>
223         </dependency>
224         <dependency>
225             <groupId>org.codehaus.jackson</groupId>
226             <artifactId>jackson-jaxrs</artifactId>
227             <version>1.9.13</version>
228             <!--exclusions>
229                 <exclusion>
230                     <groupId>org.codehaus.jackson</groupId>
231                     <artifactId>jackson-mapper-asl</artifactId>
232                 </exclusion>
233             </exclusions-->
234         </dependency>
235         <dependency>
236             <groupId>com.fasterxml.jackson.core</groupId>
237             <artifactId>jackson-databind</artifactId>
238             <version>2.13.0</version>
239         </dependency>
240         <dependency>
241             <groupId>com.fasterxml.jackson.core</groupId>
242             <artifactId>jackson-core</artifactId>
243             <version>2.10.0</version>
244         </dependency>
245         <dependency>
246             <groupId>javax.ws.rs</groupId>
247             <artifactId>jsr311-api</artifactId>
248             <version>1.1.1</version>
249         </dependency>
250         <dependency>
251             <groupId>com.sun.jersey</groupId>
252             <artifactId>jersey-client</artifactId>
253             <version>1.19.4</version>
254         </dependency>
255         <dependency>
256             <groupId>org.springframework</groupId>
257             <artifactId>spring-tx</artifactId>
258             <version>3.1.2.RELEASE</version>
259         </dependency>
260         <dependency>
261             <groupId>org.apache.httpcomponents</groupId>
262             <artifactId>httpclient-cache</artifactId>
263             <version>4.5.3</version>
264         </dependency>
265         <dependency>
266             <groupId>org.apache.httpcomponents</groupId>
267             <artifactId>httpmime</artifactId>
268             <version>4.5.3</version>
269         </dependency>
270
271         <!--dependency>
272             <groupId>org.apache.commons</groupId>
273             <artifactId>com.springsource.org.apache.commons.httpclient</artifactId>
274             <version>3.1.0</version>
275         </dependency-->
276         <dependency>
277             <groupId>commons-httpclient</groupId>
278             <artifactId>commons-httpclient</artifactId>
279             <version>3.1</version>
280         </dependency>
281         <dependency>
282             <groupId>org.apache.httpcomponents</groupId>
283             <artifactId>httpclient</artifactId>
284             <version>4.5.13</version>
285         </dependency>
286         <dependency>
287             <groupId>org.apache.httpcomponents</groupId>
288             <artifactId>httpcore</artifactId>
289             <version>4.4.1</version>
290         </dependency>
291         <!--dependency>
292             <groupId>org.apache.cxf</groupId>
293             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
294             <version>3.1.6</version>
295         </dependency -->
296
297         <!-- UT coverage dependency start -->
298         <dependency>
299             <groupId>org.jmockit</groupId>
300             <artifactId>jmockit</artifactId>
301             <version>1.19</version>
302             <scope>test</scope>
303         </dependency>
304         <dependency>
305             <groupId>org.jmockit</groupId>
306             <artifactId>jmockit-coverage</artifactId>
307             <version>1.18</version>
308             <scope>test</scope>
309         </dependency>
310         <!--dependency>
311             <groupId>junit</groupId>
312             <artifactId>junit</artifactId>
313             <version>4.8.1</version>
314             <scope>test</scope>
315         </dependency-->
316         <dependency>
317             <groupId>junit</groupId>
318             <artifactId>junit</artifactId>
319             <version>4.9</version>
320             <scope>test</scope>
321             </dependency>
322             
323                 <!-- UT coverage dependency end -->
324                 <dependency>
325                         <groupId>javax.xml.bind</groupId>
326                         <artifactId>jaxb-api</artifactId>
327                         <version>2.3.1</version>
328                 </dependency>
329                 <dependency>
330                         <groupId>com.sun.xml.bind</groupId>
331                         <artifactId>jaxb-impl</artifactId>
332                         <version>2.3.0</version>
333                 </dependency>
334                 <dependency>
335                         <groupId>org.glassfish.jaxb</groupId>
336                         <artifactId>jaxb-runtime</artifactId>
337                         <version>2.3.0</version>
338                 </dependency>
339                 <dependency>
340                         <groupId>javax.activation</groupId>
341                         <artifactId>activation</artifactId>
342                         <version>1.1.1</version>
343                 </dependency>
344
345     </dependencies>
346 </project>