0f640810398c734ba22c3a868c4ef5c3242ce7d5
[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.2.1-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.1.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>3.1.0.RELEASE</version>
108         </dependency>
109         <dependency>
110             <groupId>org.springframework</groupId>
111             <artifactId>spring-web</artifactId>
112             <version>3.2.14.RELEASE</version>
113         </dependency>
114         <dependency>
115             <groupId>org.springframework</groupId>
116             <artifactId>spring-asm</artifactId>
117             <version>3.1.0.RELEASE</version>
118         </dependency>
119         <dependency>
120             <groupId>org.springframework</groupId>
121             <artifactId>spring-expression</artifactId>
122             <version>3.1.0.RELEASE</version>
123         </dependency>
124         <dependency>
125             <groupId>org.springframework</groupId>
126             <artifactId>spring-aop</artifactId>
127             <version>3.1.0.RELEASE</version>
128         </dependency>
129         <dependency>
130             <groupId>org.springframework</groupId>
131             <artifactId>spring-jdbc</artifactId>
132             <version>3.1.0.RELEASE</version>
133         </dependency>
134         <dependency>
135             <groupId>org.springframework</groupId>
136             <artifactId>spring-test</artifactId>
137             <version>3.1.0.RELEASE</version>
138         </dependency>
139         <dependency>
140             <groupId>org.codehaus.jackson</groupId>
141             <artifactId>jackson-jaxrs</artifactId>
142             <version>1.9.13</version>
143         </dependency>
144         <dependency>
145             <groupId>javax.ws.rs</groupId>
146             <artifactId>jsr311-api</artifactId>
147             <version>1.1.1</version>
148         </dependency>
149         <dependency>
150             <groupId>com.sun.jersey</groupId>
151             <artifactId>jersey-client</artifactId>
152             <version>1.12</version>
153         </dependency>
154         <dependency>
155             <groupId>org.springframework</groupId>
156             <artifactId>spring-tx</artifactId>
157             <version>3.1.2.RELEASE</version>
158         </dependency>
159         <dependency>
160             <groupId>org.python</groupId>
161             <artifactId>jython</artifactId>
162             <version>2.7.1b3</version>
163         </dependency>
164         <dependency>
165             <groupId>org.apache.httpcomponents</groupId>
166             <artifactId>httpclient</artifactId>
167             <version>4.5.3</version>
168         </dependency>
169         <dependency>
170             <groupId>org.apache.httpcomponents</groupId>
171             <artifactId>httpclient-cache</artifactId>
172             <version>4.5.3</version>
173         </dependency>
174         <dependency>
175             <groupId>org.apache.httpcomponents</groupId>
176             <artifactId>httpmime</artifactId>
177             <version>4.5.3</version>
178         </dependency>
179         <!-- <dependency>
180             <groupId>org.openo.integration</groupId>
181             <artifactId>org.openo.sdno.testframework</artifactId>
182             <version>0.1.0-SNAPSHOT</version>
183             <scope>test</scope>
184         </dependency> -->
185         <dependency>
186             <groupId>junit</groupId>
187             <artifactId>junit</artifactId>
188             <version>4.11</version>
189             <scope>test</scope>
190         </dependency>
191         <dependency>
192             <groupId>cglib</groupId>
193             <artifactId>cglib-nodep</artifactId>
194             <version>2.1_3</version>
195             <scope>test</scope>
196         </dependency>
197         <!--
198         <dependency>
199             <groupId>javax.servlet</groupId>
200             <artifactId>javax.servlet-api</artifactId>
201             <version>3.1.0</version>
202             <scope>provided</scope>
203         </dependency>
204         
205         <dependency>
206             <groupId>mysql</groupId>
207             <artifactId>mysql-connector-java</artifactId>
208             <version>5.1.36</version>
209         </dependency>
210         -->
211         <dependency>
212             <groupId>org.mariadb.jdbc</groupId>
213             <artifactId>mariadb-java-client</artifactId>
214             <version>2.2.2</version>
215         </dependency>
216         <!--authorization.filter -->
217         <!-- UT coverage dependency start -->
218         <dependency>
219             <groupId>org.powermock</groupId>
220             <artifactId>powermock-core</artifactId>
221             <version>1.5.4</version>
222         </dependency>
223         <dependency>
224             <groupId>org.powermock</groupId>
225             <artifactId>powermock-api-mockito</artifactId>
226             <version>1.5.4</version>
227         </dependency>
228         <dependency>
229             <groupId>org.powermock</groupId>
230             <artifactId>powermock-module-junit4</artifactId>
231             <version>1.5.4</version>
232         </dependency>
233         <dependency>
234             <groupId>org.jmockit</groupId>
235             <artifactId>jmockit</artifactId>
236             <version>1.19</version>
237             <scope>test</scope>
238         </dependency>
239         <dependency>
240             <groupId>junit</groupId>
241             <artifactId>junit</artifactId>
242             <version>4.12</version>
243         </dependency>
244         <dependency>
245             <groupId>org.jmockit</groupId>
246             <artifactId>jmockit-coverage</artifactId>
247             <version>1.19</version>
248             <scope>test</scope>
249         </dependency>
250
251         <!-- UT coverage dependency end -->
252         <dependency>
253             <groupId>cglib</groupId>
254             <artifactId>cglib-nodep</artifactId>
255             <version>2.1_3</version>
256             <scope>test</scope>
257         </dependency>
258         <dependency>
259             <groupId>org.yaml</groupId>
260             <artifactId>snakeyaml</artifactId>
261             <version>1.15</version>
262         </dependency>
263         <dependency>
264             <groupId>org.apache.commons</groupId>
265             <artifactId>commons-compress</artifactId>
266             <version>1.9</version>
267         </dependency>
268         <dependency>
269             <groupId>org.tukaani</groupId>
270             <artifactId>xz</artifactId>
271             <version>1.3</version>
272         </dependency>
273     </dependencies>
274
275 </project>