Update project of gvnfm to 1.3.6
[vfc/nfvo/driver/vnfm/gvnfm.git] / juju / juju-vnfmadapter / Juju-vnfmadapterService / service / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3     Copyright 2016-2017 Huawei Technologies Co., Ltd and others.
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.gvnfm</groupId>
22         <artifactId>juju-vnfmadapter-service-root</artifactId>
23         <version>1.3.6-SNAPSHOT</version>
24     </parent>
25
26     <artifactId>juju-vnfmadapter-service</artifactId>
27     <name>vfc-nfvo-driver-vnfm-gvnfm-juju-vnfmadapter-vnfmadapterService-service</name>
28     <packaging>war</packaging>
29
30     <dependencies>
31         <dependency>
32             <groupId>commons-io</groupId>
33             <artifactId>commons-io</artifactId>
34             <version>2.4</version>
35         </dependency>
36         <dependency>
37             <groupId>org.apache.commons</groupId>
38             <artifactId>com.springsource.org.apache.commons.lang</artifactId>
39             <version>2.5.0</version>
40         </dependency>
41         <dependency>
42             <groupId>org.apache.commons</groupId>
43             <artifactId>commons-lang3</artifactId>
44             <version>3.1</version>
45         </dependency>
46         <dependency>
47             <groupId>org.apache.commons</groupId>
48             <artifactId>com.springsource.org.apache.commons.logging</artifactId>
49             <version>1.1.1</version>
50         </dependency>
51         <dependency>
52             <groupId>org.apache.commons</groupId>
53             <artifactId>com.springsource.org.apache.commons.codec</artifactId>
54             <version>1.3.0</version>
55         </dependency>
56         <dependency>
57             <groupId>net.sf.json-lib</groupId>
58             <artifactId>json-lib</artifactId>
59             <version>2.4</version>
60             <classifier>jdk15</classifier>
61         </dependency>
62         <dependency>
63             <groupId>org.slf4j</groupId>
64             <artifactId>slf4j-log4j12</artifactId>
65             <version>1.6.1</version>
66         </dependency>
67         <dependency>
68             <groupId>org.eclipse.jetty.orbit</groupId>
69             <artifactId>javax.servlet</artifactId>
70             <version>3.0.0.v201112011016</version>
71             <scope>provided</scope>
72         </dependency>
73         <dependency>
74             <groupId>org.eclipse.jetty.aggregate</groupId>
75             <artifactId>jetty-all</artifactId>
76             <version>8.1.16.v20140903</version>
77         </dependency>
78         <dependency>
79             <groupId>org.apache.cxf</groupId>
80             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
81             <version>3.2.6</version>
82         </dependency>
83         <dependency>
84             <groupId>org.mybatis</groupId>
85             <artifactId>mybatis-spring</artifactId>
86             <version>1.2.0</version>
87         </dependency>
88         <dependency>
89             <groupId>org.mybatis</groupId>
90             <artifactId>mybatis</artifactId>
91             <version>3.2.7</version>
92         </dependency>
93
94         <dependency>
95             <groupId>org.springframework</groupId>
96             <artifactId>spring-beans</artifactId>
97             <version>3.1.0.RELEASE</version>
98         </dependency>
99         <dependency>
100             <groupId>org.springframework</groupId>
101             <artifactId>spring-context</artifactId>
102             <version>3.1.0.RELEASE</version>
103         </dependency>
104         <dependency>
105             <groupId>org.springframework</groupId>
106             <artifactId>spring-core</artifactId>
107             <!--version>5.1.5.RELEASE</version-->
108             <version>3.1.0.RELEASE</version>
109         </dependency>
110         <dependency>
111             <groupId>org.springframework</groupId>
112             <artifactId>spring-web</artifactId>
113             <!--version>5.1.5.RELEASE</version-->
114             <version>3.2.14.RELEASE</version>
115         </dependency>
116         <dependency>
117             <groupId>org.springframework</groupId>
118             <artifactId>spring-asm</artifactId>
119             <version>3.1.0.RELEASE</version>
120         </dependency>
121         <dependency>
122             <groupId>org.springframework</groupId>
123             <artifactId>spring-expression</artifactId>
124             <!--version>5.1.5.RELEASE</version-->
125             <version>3.1.0.RELEASE</version>
126         </dependency>
127         <dependency>
128             <groupId>org.springframework</groupId>
129             <artifactId>spring-aop</artifactId>
130             <version>3.1.0.RELEASE</version>
131         </dependency>
132         <dependency>
133             <groupId>org.springframework</groupId>
134             <artifactId>spring-jdbc</artifactId>
135             <version>3.1.0.RELEASE</version>
136         </dependency>
137         <dependency>
138             <groupId>org.springframework</groupId>
139             <artifactId>spring-test</artifactId>
140             <version>3.1.0.RELEASE</version>
141         </dependency>
142         <dependency>
143             <groupId>org.codehaus.jackson</groupId>
144             <artifactId>jackson-jaxrs</artifactId>
145             <version>1.9.13</version>
146         </dependency>
147         <dependency>
148             <groupId>javax.ws.rs</groupId>
149             <artifactId>jsr311-api</artifactId>
150             <version>1.1.1</version>
151         </dependency>
152         <dependency>
153             <groupId>com.sun.jersey</groupId>
154             <artifactId>jersey-client</artifactId>
155             <version>1.12</version>
156         </dependency>
157         <dependency>
158             <groupId>org.springframework</groupId>
159             <artifactId>spring-tx</artifactId>
160             <version>3.1.2.RELEASE</version>
161         </dependency>
162         <dependency>
163             <groupId>org.python</groupId>
164             <artifactId>jython</artifactId>
165             <version>2.7.1b3</version>
166         </dependency>
167         <dependency>
168             <groupId>org.apache.httpcomponents</groupId>
169             <artifactId>httpclient</artifactId>
170             <version>4.5.3</version>
171         </dependency>
172         <dependency>
173             <groupId>org.apache.httpcomponents</groupId>
174             <artifactId>httpclient-cache</artifactId>
175             <version>4.5.3</version>
176         </dependency>
177         <dependency>
178             <groupId>org.apache.httpcomponents</groupId>
179             <artifactId>httpmime</artifactId>
180             <version>4.5.3</version>
181         </dependency>
182         <!-- <dependency>
183             <groupId>org.openo.integration</groupId>
184             <artifactId>org.openo.sdno.testframework</artifactId>
185             <version>0.1.0-SNAPSHOT</version>
186             <scope>test</scope>
187         </dependency> -->
188         <dependency>
189             <groupId>junit</groupId>
190             <artifactId>junit</artifactId>
191             <version>4.11</version>
192             <scope>test</scope>
193         </dependency>
194         <dependency>
195             <groupId>cglib</groupId>
196             <artifactId>cglib-nodep</artifactId>
197             <version>2.1_3</version>
198             <scope>test</scope>
199         </dependency>
200         <!--
201         <dependency>
202             <groupId>javax.servlet</groupId>
203             <artifactId>javax.servlet-api</artifactId>
204             <version>3.1.0</version>
205             <scope>provided</scope>
206         </dependency>
207         
208         <dependency>
209             <groupId>mysql</groupId>
210             <artifactId>mysql-connector-java</artifactId>
211             <version>5.1.36</version>
212         </dependency>
213         -->
214         <dependency>
215             <groupId>org.mariadb.jdbc</groupId>
216             <artifactId>mariadb-java-client</artifactId>
217             <version>2.2.2</version>
218         </dependency>
219         <!--authorization.filter -->
220         <!-- UT coverage dependency start -->
221         <dependency>
222             <groupId>org.powermock</groupId>
223             <artifactId>powermock-core</artifactId>
224             <version>1.5.4</version>
225         </dependency>
226         <dependency>
227             <groupId>org.powermock</groupId>
228             <artifactId>powermock-api-mockito</artifactId>
229             <version>1.5.4</version>
230         </dependency>
231         <dependency>
232             <groupId>org.powermock</groupId>
233             <artifactId>powermock-module-junit4</artifactId>
234             <version>1.5.4</version>
235         </dependency>
236         <dependency>
237             <groupId>org.jmockit</groupId>
238             <artifactId>jmockit</artifactId>
239             <version>1.19</version>
240             <scope>test</scope>
241         </dependency>
242         <dependency>
243             <groupId>junit</groupId>
244             <artifactId>junit</artifactId>
245             <version>4.12</version>
246         </dependency>
247         <dependency>
248             <groupId>org.jmockit</groupId>
249             <artifactId>jmockit-coverage</artifactId>
250             <version>1.19</version>
251             <scope>test</scope>
252         </dependency>
253
254         <!-- UT coverage dependency end -->
255         <dependency>
256             <groupId>cglib</groupId>
257             <artifactId>cglib-nodep</artifactId>
258             <version>2.1_3</version>
259             <scope>test</scope>
260         </dependency>
261         <dependency>
262             <groupId>org.yaml</groupId>
263             <artifactId>snakeyaml</artifactId>
264             <version>1.15</version>
265         </dependency>
266         <dependency>
267             <groupId>org.apache.commons</groupId>
268             <artifactId>commons-compress</artifactId>
269             <version>1.18</version>
270         </dependency>
271         <dependency>
272             <groupId>org.tukaani</groupId>
273             <artifactId>xz</artifactId>
274             <version>1.3</version>
275         </dependency>
276     </dependencies>
277
278 </project>