Update pom and docker version of huawei-vnfmdriver
[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.2.0-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
30     <dependencies>
31         <dependency>
32             <groupId>org.powermock</groupId>
33             <artifactId>powermock-core</artifactId>
34             <version>1.5.4</version>
35         </dependency>
36         <dependency>
37             <groupId>org.powermock</groupId>
38             <artifactId>powermock-api-mockito</artifactId>
39             <version>1.5.4</version>
40         </dependency>
41         <dependency>
42             <groupId>org.powermock</groupId>
43             <artifactId>powermock-module-junit4</artifactId>
44             <version>1.5.4</version>
45         </dependency>
46         <dependency>
47             <groupId>commons-net</groupId>
48             <artifactId>commons-net</artifactId>
49             <version>3.6</version>
50         </dependency>
51         <dependency>
52             <groupId>commons-io</groupId>
53             <artifactId>commons-io</artifactId>
54             <version>2.4</version>
55         </dependency>
56         <dependency>
57             <groupId>org.apache.commons</groupId>
58             <artifactId>com.springsource.org.apache.commons.lang</artifactId>
59             <version>2.5.0</version>
60         </dependency>
61         <dependency>
62             <groupId>org.apache.commons</groupId>
63             <artifactId>commons-lang3</artifactId>
64             <version>3.1</version>
65         </dependency>
66         <dependency>
67             <groupId>org.apache.commons</groupId>
68             <artifactId>com.springsource.org.apache.commons.logging</artifactId>
69             <version>1.1.1</version>
70         </dependency>
71         <dependency>
72             <groupId>org.apache.commons</groupId>
73             <artifactId>com.springsource.org.apache.commons.codec</artifactId>
74             <version>1.3.0</version>
75         </dependency>
76         <dependency>
77             <groupId>net.sf.json-lib</groupId>
78             <artifactId>json-lib</artifactId>
79             <version>2.4</version>
80             <classifier>jdk15</classifier>
81         </dependency>
82         <dependency>
83             <groupId>org.slf4j</groupId>
84             <artifactId>slf4j-log4j12</artifactId>
85             <version>1.6.1</version>
86         </dependency>
87         <dependency>
88             <groupId>org.eclipse.jetty.orbit</groupId>
89             <artifactId>javax.servlet</artifactId>
90             <version>3.0.0.v201112011016</version>
91             <scope>provided</scope>
92         </dependency>
93         <dependency>
94             <groupId>org.eclipse.jetty.aggregate</groupId>
95             <artifactId>jetty-all</artifactId>
96             <version>8.1.16.v20140903</version>
97         </dependency>
98         <!--
99         <dependency>
100             <groupId>mysql</groupId>
101             <artifactId>mysql-connector-java</artifactId>
102             <version>5.1.36</version>
103         </dependency>
104         -->
105         <dependency>
106             <groupId>org.mariadb.jdbc</groupId>
107             <artifactId>mariadb-java-client</artifactId>
108             <version>2.2.2</version>
109         </dependency>
110         <dependency>
111             <groupId>org.apache.cxf</groupId>
112             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
113             <version>3.1.6</version>
114         </dependency>
115         <dependency>
116             <groupId>org.mybatis</groupId>
117             <artifactId>mybatis-spring</artifactId>
118             <version>1.2.0</version>
119         </dependency>
120         <dependency>
121             <groupId>org.mybatis</groupId>
122             <artifactId>mybatis</artifactId>
123             <version>3.2.7</version>
124         </dependency>
125
126         <dependency>
127             <groupId>org.springframework</groupId>
128             <artifactId>spring-beans</artifactId>
129             <version>3.1.0.RELEASE</version>
130         </dependency>
131         <dependency>
132             <groupId>org.springframework</groupId>
133             <artifactId>spring-context</artifactId>
134             <version>3.1.0.RELEASE</version>
135         </dependency>
136         <dependency>
137             <groupId>org.springframework</groupId>
138             <artifactId>spring-core</artifactId>
139             <version>3.1.0.RELEASE</version>
140         </dependency>
141         <dependency>
142             <groupId>org.springframework</groupId>
143             <artifactId>spring-web</artifactId>
144             <version>3.2.14.RELEASE</version>
145         </dependency>
146         <dependency>
147             <groupId>org.springframework</groupId>
148             <artifactId>spring-asm</artifactId>
149             <version>3.1.0.RELEASE</version>
150         </dependency>
151         <dependency>
152             <groupId>org.springframework</groupId>
153             <artifactId>spring-expression</artifactId>
154             <version>3.1.0.RELEASE</version>
155         </dependency>
156         <dependency>
157             <groupId>org.springframework</groupId>
158             <artifactId>spring-aop</artifactId>
159             <version>3.1.0.RELEASE</version>
160         </dependency>
161         <dependency>
162             <groupId>org.springframework</groupId>
163             <artifactId>spring-jdbc</artifactId>
164             <version>3.1.0.RELEASE</version>
165         </dependency>
166         <dependency>
167             <groupId>org.springframework</groupId>
168             <artifactId>spring-test</artifactId>
169             <version>3.1.0.RELEASE</version>
170         </dependency>
171         <dependency>
172             <groupId>org.codehaus.jackson</groupId>
173             <artifactId>jackson-jaxrs</artifactId>
174             <version>1.9.13</version>
175         </dependency>
176         <dependency>
177             <groupId>javax.ws.rs</groupId>
178             <artifactId>jsr311-api</artifactId>
179             <version>1.1.1</version>
180         </dependency>
181         <dependency>
182             <groupId>com.sun.jersey</groupId>
183             <artifactId>jersey-client</artifactId>
184             <version>1.12</version>
185         </dependency>
186         <dependency>
187             <groupId>org.springframework</groupId>
188             <artifactId>spring-tx</artifactId>
189             <version>3.1.2.RELEASE</version>
190         </dependency>
191         <dependency>
192             <groupId>org.apache.httpcomponents</groupId>
193             <artifactId>httpclient</artifactId>
194             <version>4.5.3</version>
195         </dependency>
196         <dependency>
197             <groupId>org.apache.httpcomponents</groupId>
198             <artifactId>httpclient-cache</artifactId>
199             <version>4.5.3</version>
200         </dependency>
201         <dependency>
202             <groupId>org.apache.httpcomponents</groupId>
203             <artifactId>httpmime</artifactId>
204             <version>4.5.3</version>
205         </dependency>
206
207         <!--dependency>
208             <groupId>org.apache.commons</groupId>
209             <artifactId>com.springsource.org.apache.commons.httpclient</artifactId>
210             <version>3.1.0</version>
211         </dependency-->
212         <dependency>
213             <groupId>commons-httpclient</groupId>
214             <artifactId>commons-httpclient</artifactId>
215             <version>3.1</version>
216         </dependency>
217         <dependency>
218             <groupId>org.apache.cxf</groupId>
219             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
220             <version>3.1.6</version>
221         </dependency>
222
223         <!-- UT coverage dependency start -->
224         <dependency>
225             <groupId>org.jmockit</groupId>
226             <artifactId>jmockit</artifactId>
227             <version>1.19</version>
228             <scope>test</scope>
229         </dependency>
230         <dependency>
231             <groupId>org.jmockit</groupId>
232             <artifactId>jmockit-coverage</artifactId>
233             <version>1.18</version>
234             <scope>test</scope>
235         </dependency>
236         <dependency>
237             <groupId>junit</groupId>
238             <artifactId>junit</artifactId>
239             <version>4.8.1</version>
240             <scope>test</scope>
241         </dependency>
242         <!-- UT coverage dependency end -->
243
244
245     </dependencies>
246 </project>