Merge "Code Smells in jujuvnfmadapter utils"
[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.1.0-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.1.0.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.0</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         <dependency>
198             <groupId>javax.servlet</groupId>
199             <artifactId>javax.servlet-api</artifactId>
200             <version>3.1.0</version>
201             <scope>provided</scope>
202         </dependency>
203         <!--
204         <dependency>
205             <groupId>mysql</groupId>
206             <artifactId>mysql-connector-java</artifactId>
207             <version>5.1.36</version>
208         </dependency>
209         -->
210         <dependency>
211             <groupId>org.mariadb.jdbc</groupId>
212             <artifactId>mariadb-java-client</artifactId>
213             <version>2.2.2</version>
214         </dependency>
215         <!--authorization.filter -->
216         <dependency>
217             <groupId>org.jmockit</groupId>
218             <artifactId>jmockit</artifactId>
219             <version>1.19</version>
220             <type>jar</type>
221         </dependency>
222         <dependency>
223             <groupId>org.jmockit</groupId>
224             <artifactId>jmockit-coverage</artifactId>
225             <version>1.19</version>
226             <type>jar</type>
227         </dependency>
228         <dependency>
229             <groupId>junit</groupId>
230             <artifactId>junit</artifactId>
231             <version>4.11</version>
232             <scope>test</scope>
233         </dependency>
234         <dependency>
235             <groupId>cglib</groupId>
236             <artifactId>cglib-nodep</artifactId>
237             <version>2.1_3</version>
238             <scope>test</scope>
239         </dependency>
240         <dependency>
241             <groupId>org.yaml</groupId>
242             <artifactId>snakeyaml</artifactId>
243             <version>1.15</version>
244         </dependency>
245         <dependency>
246             <groupId>org.apache.commons</groupId>
247             <artifactId>commons-compress</artifactId>
248             <version>1.9</version>
249         </dependency>
250         <dependency>
251             <groupId>org.tukaani</groupId>
252             <artifactId>xz</artifactId>
253             <version>1.3</version>
254         </dependency>
255     </dependencies>
256
257 </project>