Change: add OPEN-O seed code for VF-C
[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.openo.nfvo</groupId>
21         <artifactId>vnfmadapter-service-root</artifactId>
22         <version>1.1.0-SNAPSHOT</version>
23     </parent>
24
25     <artifactId>vnfmadapter-service</artifactId>
26     <name>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>mysql</groupId>
47             <artifactId>mysql-connector-java</artifactId>
48             <version>5.1.36</version>
49         </dependency>
50         <dependency>
51             <groupId>org.apache.cxf</groupId>
52             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
53             <version>3.1.6</version>
54         </dependency>
55         <dependency>
56             <groupId>org.openo.common-services.common-utilities</groupId>
57             <artifactId>commonlib-cbb</artifactId>
58             <version>1.1.0-SNAPSHOT</version>
59         </dependency>
60         <dependency>
61             <groupId>org.openo.common-services.common-utilities</groupId>
62             <artifactId>commonlib-restclient</artifactId>
63             <version>1.1.0-SNAPSHOT</version>
64         </dependency>
65         <dependency>
66                <groupId>org.mybatis</groupId>
67                <artifactId>mybatis-spring</artifactId>
68                <version>1.2.0</version>
69            </dependency>
70            <dependency>
71              <groupId>org.mybatis</groupId>
72              <artifactId>mybatis</artifactId>
73              <version>3.2.7</version>
74         </dependency>
75
76         <dependency>
77             <groupId>org.springframework</groupId>
78             <artifactId>spring-beans</artifactId>
79             <version>3.1.0.RELEASE</version>
80         </dependency>
81         <dependency>
82             <groupId>org.springframework</groupId>
83             <artifactId>spring-context</artifactId>
84             <version>3.1.0.RELEASE</version>
85         </dependency>
86         <dependency>
87             <groupId>org.springframework</groupId>
88             <artifactId>spring-core</artifactId>
89             <version>3.1.0.RELEASE</version>
90         </dependency>
91         <dependency>
92             <groupId>org.springframework</groupId>
93             <artifactId>spring-web</artifactId>
94             <version>3.1.0.RELEASE</version>
95         </dependency>
96         <dependency>
97             <groupId>org.springframework</groupId>
98             <artifactId>spring-asm</artifactId>
99             <version>3.1.0.RELEASE</version>
100         </dependency>
101         <dependency>
102             <groupId>org.springframework</groupId>
103             <artifactId>spring-expression</artifactId>
104             <version>3.1.0.RELEASE</version>
105         </dependency>
106         <dependency>
107             <groupId>org.springframework</groupId>
108             <artifactId>spring-aop</artifactId>
109             <version>3.1.0.RELEASE</version>
110         </dependency>
111         <dependency>
112             <groupId>org.springframework</groupId>
113             <artifactId>spring-jdbc</artifactId>
114             <version>3.1.0.RELEASE</version>
115         </dependency>
116         <dependency>
117             <groupId>org.springframework</groupId>
118             <artifactId>spring-test</artifactId>
119             <version>3.1.0.RELEASE</version>
120         </dependency>
121         <dependency>
122             <groupId>org.codehaus.jackson</groupId>
123             <artifactId>jackson-jaxrs</artifactId>
124             <version>1.9.2</version>
125         </dependency>
126         <dependency>
127             <groupId>javax.ws.rs</groupId>
128             <artifactId>jsr311-api</artifactId>
129             <version>1.1.1</version>
130         </dependency>
131         <dependency>
132             <groupId>com.sun.jersey</groupId>
133             <artifactId>jersey-client</artifactId>
134             <version>1.12</version>
135         </dependency>
136         <dependency>
137               <groupId>org.springframework</groupId>
138             <artifactId>spring-tx</artifactId>
139             <version>3.1.2.RELEASE</version>
140         </dependency>
141         <dependency>
142             <groupId>org.apache.httpcomponents</groupId>
143             <artifactId>httpclient</artifactId>
144             <version>4.3.5</version>
145         </dependency>
146         <dependency>
147             <groupId>org.apache.httpcomponents</groupId>
148             <artifactId>httpclient-cache</artifactId>
149             <version>4.3.5</version>
150         </dependency>
151         <dependency>
152             <groupId>org.apache.httpcomponents</groupId>
153             <artifactId>httpmime</artifactId>
154             <version>4.3.5</version>
155         </dependency>
156
157         <!--dependency>
158             <groupId>org.apache.commons</groupId>
159             <artifactId>com.springsource.org.apache.commons.httpclient</artifactId>
160             <version>3.1.0</version>
161         </dependency-->
162         <dependency>
163             <groupId>org.apache.httpcomponents</groupId>
164             <artifactId>httpclient</artifactId>
165         </dependency>
166         <dependency>
167             <groupId>commons-httpclient</groupId>
168             <artifactId>commons-httpclient</artifactId>
169             <version>3.1</version>
170         </dependency>
171         <dependency>
172             <groupId>org.apache.httpcomponents</groupId>
173             <artifactId>httpclient</artifactId>
174             <version>4.3.5</version>
175         </dependency>
176         <dependency>
177             <groupId>org.apache.httpcomponents</groupId>
178             <artifactId>httpclient-cache</artifactId>
179             <version>4.3.5</version>
180         </dependency>
181         <dependency>
182             <groupId>org.apache.httpcomponents</groupId>
183             <artifactId>httpmime</artifactId>
184             <version>4.3.5</version>
185         </dependency>
186         <dependency>
187             <groupId>org.apache.cxf</groupId>
188             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
189             <version>3.1.6</version>
190         </dependency>
191
192         <!-- UT coverage dependency start -->
193        <dependency>
194             <groupId>org.jmockit</groupId>
195             <artifactId>jmockit</artifactId>
196             <version>1.19</version>
197             <scope>test</scope>
198         </dependency>
199         <dependency>
200             <groupId>org.jmockit</groupId>
201             <artifactId>jmockit-coverage</artifactId>
202             <version>1.18</version>
203             <scope>test</scope>
204         </dependency>
205         <dependency>
206             <groupId>junit</groupId>
207             <artifactId>junit</artifactId>
208             <version>4.8.1</version>
209             <scope>test</scope>
210         </dependency>
211         <!-- UT coverage dependency end -->
212
213
214
215
216     </dependencies>
217 </project>