265f5fb56745c5273fa29fc29f4953017d0b6894
[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.openo.nfvo</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>nfvo/drivers/vnfm/gvnfm/juju/juju-vnfmadapter/Juju-vnfmadapterService/service</name>
27     <packaging>war</packaging>
28
29     <dependencies>
30         <dependency>
31             <groupId>org.apache.cxf</groupId>
32             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
33             <version>3.1.6</version>
34         </dependency>
35         <dependency>
36             <groupId>org.mybatis</groupId>
37             <artifactId>mybatis-spring</artifactId>
38             <version>1.2.0</version>
39         </dependency>
40         <dependency>
41             <groupId>org.mybatis</groupId>
42             <artifactId>mybatis</artifactId>
43             <version>3.2.7</version>
44         </dependency>
45
46         <dependency>
47             <groupId>org.springframework</groupId>
48             <artifactId>spring-beans</artifactId>
49             <version>3.1.0.RELEASE</version>
50         </dependency>
51         <dependency>
52             <groupId>org.springframework</groupId>
53             <artifactId>spring-context</artifactId>
54             <version>3.1.0.RELEASE</version>
55         </dependency>
56         <dependency>
57             <groupId>org.springframework</groupId>
58             <artifactId>spring-core</artifactId>
59             <version>3.1.0.RELEASE</version>
60         </dependency>
61         <dependency>
62             <groupId>org.springframework</groupId>
63             <artifactId>spring-web</artifactId>
64             <version>3.1.0.RELEASE</version>
65         </dependency>
66         <dependency>
67             <groupId>org.springframework</groupId>
68             <artifactId>spring-asm</artifactId>
69             <version>3.1.0.RELEASE</version>
70         </dependency>
71         <dependency>
72             <groupId>org.springframework</groupId>
73             <artifactId>spring-expression</artifactId>
74             <version>3.1.0.RELEASE</version>
75         </dependency>
76         <dependency>
77             <groupId>org.springframework</groupId>
78             <artifactId>spring-aop</artifactId>
79             <version>3.1.0.RELEASE</version>
80         </dependency>
81         <dependency>
82             <groupId>org.springframework</groupId>
83             <artifactId>spring-jdbc</artifactId>
84             <version>3.1.0.RELEASE</version>
85         </dependency>
86         <dependency>
87             <groupId>org.springframework</groupId>
88             <artifactId>spring-test</artifactId>
89             <version>3.1.0.RELEASE</version>
90         </dependency>
91         <dependency>
92             <groupId>org.codehaus.jackson</groupId>
93             <artifactId>jackson-jaxrs</artifactId>
94             <version>1.9.2</version>
95         </dependency>
96         <dependency>
97             <groupId>javax.ws.rs</groupId>
98             <artifactId>jsr311-api</artifactId>
99             <version>1.1.1</version>
100         </dependency>
101         <dependency>
102             <groupId>com.sun.jersey</groupId>
103             <artifactId>jersey-client</artifactId>
104             <version>1.12</version>
105         </dependency>
106         <dependency>
107             <groupId>org.springframework</groupId>
108             <artifactId>spring-tx</artifactId>
109             <version>3.1.2.RELEASE</version>
110         </dependency>
111         <dependency>
112             <groupId>org.python</groupId>
113             <artifactId>jython</artifactId>
114             <version>2.7.0</version>
115         </dependency>
116         <dependency>
117             <groupId>org.apache.httpcomponents</groupId>
118             <artifactId>httpclient</artifactId>
119             <version>4.3.5</version>
120         </dependency>
121         <dependency>
122             <groupId>org.apache.httpcomponents</groupId>
123             <artifactId>httpclient-cache</artifactId>
124             <version>4.3.5</version>
125         </dependency>
126         <dependency>
127             <groupId>org.apache.httpcomponents</groupId>
128             <artifactId>httpmime</artifactId>
129             <version>4.3.5</version>
130         </dependency>
131         <!-- <dependency>
132             <groupId>org.openo.integration</groupId>
133             <artifactId>org.openo.sdno.testframework</artifactId>
134             <version>0.0.1-SNAPSHOT</version>
135             <scope>test</scope>
136         </dependency> -->
137         <dependency>
138             <groupId>junit</groupId>
139             <artifactId>junit</artifactId>
140             <version>4.11</version>
141             <scope>test</scope>
142         </dependency>
143         <dependency>
144             <groupId>cglib</groupId>
145             <artifactId>cglib-nodep</artifactId>
146             <version>2.1_3</version>
147             <scope>test</scope>
148         </dependency>
149
150         <dependency>
151             <groupId>org.openo.common-services.common-utilities</groupId>
152             <artifactId>commonlib-cbb</artifactId>
153             <version>1.1.0-SNAPSHOT</version>
154         </dependency>
155
156         <dependency>
157             <groupId>org.openo.common-services.common-utilities</groupId>
158             <artifactId>commonlib-restclient</artifactId>
159             <version>1.1.0-SNAPSHOT</version>
160         </dependency>
161
162         <dependency>
163             <groupId>javax.servlet</groupId>
164             <artifactId>javax.servlet-api</artifactId>
165             <version>3.1.0</version>
166             <scope>provided</scope>
167         </dependency>
168         <dependency>
169             <groupId>mysql</groupId>
170             <artifactId>mysql-connector-java</artifactId>
171             <version>5.1.36</version>
172         </dependency>
173         <!--authorization.filter -->
174         <dependency>
175             <groupId>org.jmockit</groupId>
176             <artifactId>jmockit</artifactId>
177             <version>1.19</version>
178             <type>jar</type>
179         </dependency>
180         <dependency>
181             <groupId>org.jmockit</groupId>
182             <artifactId>jmockit-coverage</artifactId>
183             <version>1.19</version>
184             <type>jar</type>
185         </dependency>
186         <dependency>
187             <groupId>junit</groupId>
188             <artifactId>junit</artifactId>
189             <version>4.11</version>
190             <scope>test</scope>
191         </dependency>
192         <dependency>
193             <groupId>cglib</groupId>
194             <artifactId>cglib-nodep</artifactId>
195             <version>2.1_3</version>
196             <scope>test</scope>
197         </dependency>
198         <dependency>
199             <groupId>org.yaml</groupId>
200             <artifactId>snakeyaml</artifactId>
201             <version>1.15</version>
202         </dependency>
203         <dependency>
204             <groupId>org.apache.commons</groupId>
205             <artifactId>commons-compress</artifactId>
206             <version>1.9</version>
207         </dependency>
208         <dependency>
209             <groupId>org.tukaani</groupId>
210             <artifactId>xz</artifactId>
211             <version>1.3</version>
212         </dependency>
213     </dependencies>
214
215 </project>