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