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