fix version to 1.3.1
[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.3.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
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>commons-collections</groupId>
78             <artifactId>commons-collections</artifactId>
79             <version>3.2.2</version>
80         </dependency>
81         <dependency>
82             <groupId>net.sf.json-lib</groupId>
83             <artifactId>json-lib</artifactId>
84             <version>2.4</version>
85             <classifier>jdk15</classifier>
86             <exclusions>
87                 <exclusion>
88                     <groupId>commons-collections</groupId>
89                     <artifactId>commons-collections</artifactId>
90                 </exclusion>
91             </exclusions>
92         </dependency>
93         <dependency>
94             <groupId>org.slf4j</groupId>
95             <artifactId>slf4j-log4j12</artifactId>
96             <version>1.6.1</version>
97         </dependency>
98         <dependency>
99             <groupId>org.eclipse.jetty.orbit</groupId>
100             <artifactId>javax.servlet</artifactId>
101             <version>3.0.0.v201112011016</version>
102             <scope>provided</scope>
103         </dependency>
104         <dependency>
105             <groupId>org.eclipse.jetty.aggregate</groupId>
106             <artifactId>jetty-all</artifactId>
107             <version>8.1.16.v20140903</version>
108         </dependency>
109         <!--
110         <dependency>
111             <groupId>mysql</groupId>
112             <artifactId>mysql-connector-java</artifactId>
113             <version>5.1.36</version>
114         </dependency>
115         -->
116         <dependency>
117             <groupId>org.mariadb.jdbc</groupId>
118             <artifactId>mariadb-java-client</artifactId>
119             <version>2.2.2</version>
120         </dependency>
121                 <dependency>
122             <groupId>org.apache.cxf</groupId>
123             <artifactId>cxf-rt-transports-http</artifactId>
124             <version>3.1.17</version>
125         </dependency>
126         <dependency>
127             <groupId>org.apache.cxf</groupId>
128             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
129             <version>3.1.17</version>
130                         <exclusions>
131                 <exclusion>
132                     <groupId>org.apache.cxf</groupId>
133                     <artifactId>cxf-rt-transports-http</artifactId>
134                 </exclusion>
135             </exclusions>
136         </dependency>
137         <dependency>
138             <groupId>org.mybatis</groupId>
139             <artifactId>mybatis-spring</artifactId>
140             <version>1.2.0</version>
141         </dependency>
142         <dependency>
143             <groupId>org.mybatis</groupId>
144             <artifactId>mybatis</artifactId>
145             <version>3.2.7</version>
146         </dependency>
147
148         <dependency>
149             <groupId>org.springframework</groupId>
150             <artifactId>spring-beans</artifactId>
151             <version>4.3.18.RELEASE</version>
152         </dependency>
153         <dependency>
154             <groupId>org.springframework</groupId>
155             <artifactId>spring-context</artifactId>
156             <version>4.3.18.RELEASE</version>
157         </dependency>
158         <dependency>
159             <groupId>org.springframework</groupId>
160             <artifactId>spring-core</artifactId>
161             <version>4.3.18.RELEASE</version>
162         </dependency>
163         <dependency>
164             <groupId>org.springframework</groupId>
165             <artifactId>spring-web</artifactId>
166             <version>5.1.5.RELEASE</version>
167         </dependency>
168         <!--dependency>
169             <groupId>org.springframework</groupId>
170             <artifactId>spring-asm</artifactId>
171             <version>3.1.0.RELEASE</version>
172         </dependency-->
173         <dependency>
174             <groupId>org.springframework</groupId>
175             <artifactId>spring-expression</artifactId>
176             <version>4.3.18.RELEASE</version>
177         </dependency>
178         <dependency>
179             <groupId>org.springframework</groupId>
180             <artifactId>spring-aop</artifactId>
181             <version>4.3.18.RELEASE</version>
182         </dependency>
183         <dependency>
184             <groupId>org.springframework</groupId>
185             <artifactId>spring-jdbc</artifactId>
186             <version>4.3.18.RELEASE</version>
187         </dependency>
188         <dependency>
189             <groupId>org.springframework</groupId>
190             <artifactId>spring-test</artifactId>
191             <version>4.3.18.RELEASE</version>
192         </dependency>
193         <dependency>
194             <groupId>org.codehaus.jackson</groupId>
195             <artifactId>jackson-jaxrs</artifactId>
196             <version>1.9.13</version>
197         </dependency>
198         <dependency>
199             <groupId>javax.ws.rs</groupId>
200             <artifactId>jsr311-api</artifactId>
201             <version>1.1.1</version>
202         </dependency>
203         <dependency>
204             <groupId>com.sun.jersey</groupId>
205             <artifactId>jersey-client</artifactId>
206             <version>1.12</version>
207         </dependency>
208         <dependency>
209             <groupId>org.springframework</groupId>
210             <artifactId>spring-tx</artifactId>
211             <version>3.1.2.RELEASE</version>
212         </dependency>
213         <dependency>
214             <groupId>org.apache.httpcomponents</groupId>
215             <artifactId>httpclient</artifactId>
216             <version>4.5.3</version>
217         </dependency>
218         <dependency>
219             <groupId>org.apache.httpcomponents</groupId>
220             <artifactId>httpclient-cache</artifactId>
221             <version>4.5.3</version>
222         </dependency>
223         <dependency>
224             <groupId>org.apache.httpcomponents</groupId>
225             <artifactId>httpmime</artifactId>
226             <version>4.5.3</version>
227         </dependency>
228
229         <!--dependency>
230             <groupId>org.apache.commons</groupId>
231             <artifactId>com.springsource.org.apache.commons.httpclient</artifactId>
232             <version>3.1.0</version>
233         </dependency-->
234         <dependency>
235             <groupId>commons-httpclient</groupId>
236             <artifactId>commons-httpclient</artifactId>
237             <version>3.1</version>
238         </dependency>
239                 <dependency>
240             <groupId>org.apache.httpcomponents</groupId>
241             <artifactId>httpclient</artifactId>
242             <version>4.5.5</version>
243         </dependency>
244                 <dependency>
245             <groupId>org.apache.httpcomponents</groupId>
246             <artifactId>httpcore</artifactId>
247             <version>4.4.1</version>
248         </dependency>
249         <!--dependency>
250             <groupId>org.apache.cxf</groupId>
251             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
252             <version>3.1.6</version>
253         </dependency -->
254
255         <!-- UT coverage dependency start -->
256         <dependency>
257             <groupId>org.jmockit</groupId>
258             <artifactId>jmockit</artifactId>
259             <version>1.19</version>
260             <scope>test</scope>
261         </dependency>
262         <dependency>
263             <groupId>org.jmockit</groupId>
264             <artifactId>jmockit-coverage</artifactId>
265             <version>1.18</version>
266             <scope>test</scope>
267         </dependency>
268         <dependency>
269             <groupId>junit</groupId>
270             <artifactId>junit</artifactId>
271             <version>4.8.1</version>
272             <scope>test</scope>
273         </dependency>
274         <!-- UT coverage dependency end -->
275
276
277     </dependencies>
278 </project>