6680746f2a2568e45731044c99afd9601ced0721
[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.4</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>org.apache.commons</groupId>
76             <artifactId>com.springsource.org.apache.commons.codec</artifactId>
77             <version>1.6.0</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         </dependency>
113         <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-client -->
114         <dependency>
115             <groupId>org.eclipse.jetty</groupId>
116             <artifactId>jetty-client</artifactId>
117             <version>9.4.13.v20181111</version>
118         </dependency>
119         <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util -->
120         <dependency>
121             <groupId>org.eclipse.jetty</groupId>
122             <artifactId>jetty-util</artifactId>
123             <version>9.4.13.v20181111</version>
124         </dependency>
125         <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-io -->
126         <dependency>
127             <groupId>org.eclipse.jetty</groupId>
128             <artifactId>jetty-io</artifactId>
129             <version>9.4.13.v20181111</version>
130         </dependency>
131
132 <!--        <dependency>-->
133 <!--            <groupId>org.eclipse.jetty.aggregate</groupId>-->
134 <!--            <artifactId>jetty-all</artifactId>-->
135 <!--            <version>8.1.16.v20140903</version>-->
136 <!--        </dependency>-->
137         <!--
138         <dependency>
139             <groupId>mysql</groupId>
140             <artifactId>mysql-connector-java</artifactId>
141             <version>5.1.36</version>
142         </dependency>
143         -->
144         <dependency>
145             <groupId>org.mariadb.jdbc</groupId>
146             <artifactId>mariadb-java-client</artifactId>
147             <version>2.2.2</version>
148         </dependency>
149         <dependency>
150             <groupId>org.apache.cxf</groupId>
151             <artifactId>cxf-rt-transports-http</artifactId>
152             <version>3.1.17</version>
153         </dependency>
154         <dependency>
155             <groupId>org.apache.cxf</groupId>
156             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
157             <version>3.1.17</version>
158             <exclusions>
159                 <exclusion>
160                     <groupId>org.apache.cxf</groupId>
161                     <artifactId>cxf-rt-transports-http</artifactId>
162                 </exclusion>
163             </exclusions>
164         </dependency>
165         <dependency>
166             <groupId>org.mybatis</groupId>
167             <artifactId>mybatis-spring</artifactId>
168             <version>1.2.0</version>
169         </dependency>
170         <dependency>
171             <groupId>org.mybatis</groupId>
172             <artifactId>mybatis</artifactId>
173             <version>3.2.7</version>
174         </dependency>
175
176         <dependency>
177             <groupId>org.springframework</groupId>
178             <artifactId>spring-beans</artifactId>
179             <version>4.3.18.RELEASE</version>
180         </dependency>
181         <dependency>
182             <groupId>org.springframework</groupId>
183             <artifactId>spring-context</artifactId>
184             <version>4.3.18.RELEASE</version>
185         </dependency>
186         <dependency>
187             <groupId>org.springframework</groupId>
188             <artifactId>spring-core</artifactId>
189             <version>4.3.18.RELEASE</version>
190         </dependency>
191         <dependency>
192             <groupId>org.springframework</groupId>
193             <artifactId>spring-web</artifactId>
194             <version>5.2.4.RELEASE</version>
195         </dependency>
196         <!--dependency>
197             <groupId>org.springframework</groupId>
198             <artifactId>spring-asm</artifactId>
199             <version>3.1.0.RELEASE</version>
200         </dependency-->
201         <dependency>
202             <groupId>org.springframework</groupId>
203             <artifactId>spring-expression</artifactId>
204             <version>4.3.18.RELEASE</version>
205         </dependency>
206         <dependency>
207             <groupId>org.springframework</groupId>
208             <artifactId>spring-aop</artifactId>
209             <version>4.3.18.RELEASE</version>
210         </dependency>
211         <dependency>
212             <groupId>org.springframework</groupId>
213             <artifactId>spring-jdbc</artifactId>
214             <version>4.3.18.RELEASE</version>
215         </dependency>
216         <dependency>
217             <groupId>org.springframework</groupId>
218             <artifactId>spring-test</artifactId>
219             <version>4.3.18.RELEASE</version>
220         </dependency>
221         <dependency>
222             <groupId>org.codehaus.jackson</groupId>
223             <artifactId>jackson-jaxrs</artifactId>
224             <version>1.9.13</version>
225             <!--exclusions>
226                 <exclusion>
227                     <groupId>org.codehaus.jackson</groupId>
228                     <artifactId>jackson-mapper-asl</artifactId>
229                 </exclusion>
230             </exclusions-->
231         </dependency>
232         <dependency>
233             <groupId>com.fasterxml.jackson.core</groupId>
234             <artifactId>jackson-databind</artifactId>
235             <version>2.10.0</version>
236         </dependency>
237         <dependency>
238             <groupId>com.fasterxml.jackson.core</groupId>
239             <artifactId>jackson-core</artifactId>
240             <version>2.10.0</version>
241         </dependency>
242         <dependency>
243             <groupId>javax.ws.rs</groupId>
244             <artifactId>jsr311-api</artifactId>
245             <version>1.1.1</version>
246         </dependency>
247         <dependency>
248             <groupId>com.sun.jersey</groupId>
249             <artifactId>jersey-client</artifactId>
250             <version>1.19.4</version>
251         </dependency>
252         <dependency>
253             <groupId>org.springframework</groupId>
254             <artifactId>spring-tx</artifactId>
255             <version>3.1.2.RELEASE</version>
256         </dependency>
257         <dependency>
258             <groupId>org.apache.httpcomponents</groupId>
259             <artifactId>httpclient</artifactId>
260             <version>4.5.3</version>
261         </dependency>
262         <dependency>
263             <groupId>org.apache.httpcomponents</groupId>
264             <artifactId>httpclient-cache</artifactId>
265             <version>4.5.3</version>
266         </dependency>
267         <dependency>
268             <groupId>org.apache.httpcomponents</groupId>
269             <artifactId>httpmime</artifactId>
270             <version>4.5.3</version>
271         </dependency>
272
273         <!--dependency>
274             <groupId>org.apache.commons</groupId>
275             <artifactId>com.springsource.org.apache.commons.httpclient</artifactId>
276             <version>3.1.0</version>
277         </dependency-->
278         <dependency>
279             <groupId>commons-httpclient</groupId>
280             <artifactId>commons-httpclient</artifactId>
281             <version>3.1</version>
282         </dependency>
283                 <dependency>
284             <groupId>org.apache.httpcomponents</groupId>
285             <artifactId>httpclient</artifactId>
286             <version>4.5.5</version>
287         </dependency>
288                 <dependency>
289             <groupId>org.apache.httpcomponents</groupId>
290             <artifactId>httpcore</artifactId>
291             <version>4.4.1</version>
292         </dependency>
293         <!--dependency>
294             <groupId>org.apache.cxf</groupId>
295             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
296             <version>3.1.6</version>
297         </dependency -->
298
299         <!-- UT coverage dependency start -->
300         <dependency>
301             <groupId>org.jmockit</groupId>
302             <artifactId>jmockit</artifactId>
303             <version>1.19</version>
304             <scope>test</scope>
305         </dependency>
306         <dependency>
307             <groupId>org.jmockit</groupId>
308             <artifactId>jmockit-coverage</artifactId>
309             <version>1.18</version>
310             <scope>test</scope>
311         </dependency>
312         <!--dependency>
313             <groupId>junit</groupId>
314             <artifactId>junit</artifactId>
315             <version>4.8.1</version>
316             <scope>test</scope>
317         </dependency-->
318         <dependency>
319             <groupId>junit</groupId>
320             <artifactId>junit</artifactId>
321             <version>4.9</version>
322             <scope>test</scope>
323             </dependency>
324             
325                 <!-- UT coverage dependency end -->
326                 <dependency>
327                         <groupId>javax.xml.bind</groupId>
328                         <artifactId>jaxb-api</artifactId>
329                         <version>2.3.1</version>
330                 </dependency>
331                 <dependency>
332                         <groupId>com.sun.xml.bind</groupId>
333                         <artifactId>jaxb-impl</artifactId>
334                         <version>2.3.0</version>
335                 </dependency>
336                 <dependency>
337                         <groupId>org.glassfish.jaxb</groupId>
338                         <artifactId>jaxb-runtime</artifactId>
339                         <version>2.3.0</version>
340                 </dependency>
341                 <dependency>
342                         <groupId>javax.activation</groupId>
343                         <artifactId>activation</artifactId>
344                         <version>1.1.1</version>
345                 </dependency>
346
347     </dependencies>
348 </project>