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