Merge "Update svnfm-driver pom file"
[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     <repositories>
30         <repository>
31             <id>open-o</id>
32             <name>OPEN-O repository</name>
33             <url>https://nexus.open-o.org/content/repositories/public/</url>
34         </repository>
35     </repositories>
36     
37 <dependencies>
38     <dependency>
39   <groupId>org.powermock</groupId>
40   <artifactId>powermock-core</artifactId>
41   <version>1.5.4</version>
42 </dependency>
43     <dependency>
44   <groupId>org.powermock</groupId>
45   <artifactId>powermock-api-mockito</artifactId>
46   <version>1.5.4</version>
47 </dependency>
48 <dependency>
49   <groupId>org.powermock</groupId>
50   <artifactId>powermock-module-junit4</artifactId>
51   <version>1.5.4</version>
52 </dependency>
53         <dependency>
54             <groupId>mysql</groupId>
55             <artifactId>mysql-connector-java</artifactId>
56             <version>5.1.36</version>
57         </dependency>
58         <dependency>
59             <groupId>org.apache.cxf</groupId>
60             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
61             <version>3.1.6</version>
62         </dependency>
63         <dependency>
64             <groupId>org.openo.common-services.common-utilities</groupId>
65             <artifactId>commonlib-cbb</artifactId>
66             <version>2.0.0</version>
67         </dependency>
68         <dependency>
69             <groupId>org.openo.common-services.common-utilities</groupId>
70             <artifactId>commonlib-restclient</artifactId>
71             <version>2.0.0</version>
72         </dependency>
73         <dependency>
74                <groupId>org.mybatis</groupId>
75                <artifactId>mybatis-spring</artifactId>
76                <version>1.2.0</version>
77            </dependency>
78            <dependency>
79              <groupId>org.mybatis</groupId>
80              <artifactId>mybatis</artifactId>
81              <version>3.2.7</version>
82         </dependency>
83
84         <dependency>
85             <groupId>org.springframework</groupId>
86             <artifactId>spring-beans</artifactId>
87             <version>3.1.0.RELEASE</version>
88         </dependency>
89         <dependency>
90             <groupId>org.springframework</groupId>
91             <artifactId>spring-context</artifactId>
92             <version>3.1.0.RELEASE</version>
93         </dependency>
94         <dependency>
95             <groupId>org.springframework</groupId>
96             <artifactId>spring-core</artifactId>
97             <version>3.1.0.RELEASE</version>
98         </dependency>
99         <dependency>
100             <groupId>org.springframework</groupId>
101             <artifactId>spring-web</artifactId>
102             <version>3.1.0.RELEASE</version>
103         </dependency>
104         <dependency>
105             <groupId>org.springframework</groupId>
106             <artifactId>spring-asm</artifactId>
107             <version>3.1.0.RELEASE</version>
108         </dependency>
109         <dependency>
110             <groupId>org.springframework</groupId>
111             <artifactId>spring-expression</artifactId>
112             <version>3.1.0.RELEASE</version>
113         </dependency>
114         <dependency>
115             <groupId>org.springframework</groupId>
116             <artifactId>spring-aop</artifactId>
117             <version>3.1.0.RELEASE</version>
118         </dependency>
119         <dependency>
120             <groupId>org.springframework</groupId>
121             <artifactId>spring-jdbc</artifactId>
122             <version>3.1.0.RELEASE</version>
123         </dependency>
124         <dependency>
125             <groupId>org.springframework</groupId>
126             <artifactId>spring-test</artifactId>
127             <version>3.1.0.RELEASE</version>
128         </dependency>
129         <dependency>
130             <groupId>org.codehaus.jackson</groupId>
131             <artifactId>jackson-jaxrs</artifactId>
132             <version>1.9.2</version>
133         </dependency>
134         <dependency>
135             <groupId>javax.ws.rs</groupId>
136             <artifactId>jsr311-api</artifactId>
137             <version>1.1.1</version>
138         </dependency>
139         <dependency>
140             <groupId>com.sun.jersey</groupId>
141             <artifactId>jersey-client</artifactId>
142             <version>1.12</version>
143         </dependency>
144         <dependency>
145               <groupId>org.springframework</groupId>
146             <artifactId>spring-tx</artifactId>
147             <version>3.1.2.RELEASE</version>
148         </dependency>
149         <dependency>
150             <groupId>org.apache.httpcomponents</groupId>
151             <artifactId>httpclient</artifactId>
152             <version>4.3.5</version>
153         </dependency>
154         <dependency>
155             <groupId>org.apache.httpcomponents</groupId>
156             <artifactId>httpclient-cache</artifactId>
157             <version>4.3.5</version>
158         </dependency>
159         <dependency>
160             <groupId>org.apache.httpcomponents</groupId>
161             <artifactId>httpmime</artifactId>
162             <version>4.3.5</version>
163         </dependency>
164
165         <!--dependency>
166             <groupId>org.apache.commons</groupId>
167             <artifactId>com.springsource.org.apache.commons.httpclient</artifactId>
168             <version>3.1.0</version>
169         </dependency-->
170         <dependency>
171             <groupId>org.apache.httpcomponents</groupId>
172             <artifactId>httpclient</artifactId>
173         </dependency>
174         <dependency>
175             <groupId>commons-httpclient</groupId>
176             <artifactId>commons-httpclient</artifactId>
177             <version>3.1</version>
178         </dependency>
179         <dependency>
180             <groupId>org.apache.httpcomponents</groupId>
181             <artifactId>httpclient</artifactId>
182             <version>4.3.5</version>
183         </dependency>
184         <dependency>
185             <groupId>org.apache.httpcomponents</groupId>
186             <artifactId>httpclient-cache</artifactId>
187             <version>4.3.5</version>
188         </dependency>
189         <dependency>
190             <groupId>org.apache.httpcomponents</groupId>
191             <artifactId>httpmime</artifactId>
192             <version>4.3.5</version>
193         </dependency>
194         <dependency>
195             <groupId>org.apache.cxf</groupId>
196             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
197             <version>3.1.6</version>
198         </dependency>
199
200         <!-- UT coverage dependency start -->
201        <dependency>
202             <groupId>org.jmockit</groupId>
203             <artifactId>jmockit</artifactId>
204             <version>1.19</version>
205             <scope>test</scope>
206         </dependency>
207         <dependency>
208             <groupId>org.jmockit</groupId>
209             <artifactId>jmockit-coverage</artifactId>
210             <version>1.18</version>
211             <scope>test</scope>
212         </dependency>
213         <dependency>
214             <groupId>junit</groupId>
215             <artifactId>junit</artifactId>
216             <version>4.8.1</version>
217             <scope>test</scope>
218         </dependency>
219         <!-- UT coverage dependency end -->
220
221
222
223
224     </dependencies>
225 </project>