Merge "Define constants instead of userName and password"
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / pom.xml
1  <!--
2     Copyright 2016-2017, Nokia Corporation
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8         http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15  -->
16 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18
19 <modelVersion>4.0.0</modelVersion>
20     <parent>
21         <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
22         <artifactId>vnfmadapter-service-root</artifactId>
23         <version>1.0.0-SNAPSHOT</version>
24     </parent>
25
26     <artifactId>vfcadaptor</artifactId>
27     <name>vfc/nfvo/drivers/vnfm/svnfm/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor</name>
28     <packaging>war</packaging>
29     
30      <properties>
31         <springVersion>4.3.11.RELEASE</springVersion>
32     </properties>
33     
34   <dependencies>
35     <dependency>
36       <groupId>junit</groupId>
37       <artifactId>junit</artifactId>
38       <version>4.11</version>
39       <scope>test</scope>
40     </dependency>
41         <dependency>
42             <groupId>com.fasterxml.jackson.core</groupId>
43             <artifactId>jackson-annotations</artifactId>
44             <version>2.6.5</version>
45         </dependency>
46         <dependency>
47             <groupId>com.fasterxml.jackson.core</groupId>
48             <artifactId>jackson-databind</artifactId>
49             <version>2.6.5</version>
50         </dependency>
51         <dependency>
52             <groupId>org.codehaus.jackson</groupId>
53             <artifactId>jackson-mapper-asl</artifactId>
54             <version>1.9.13</version>
55         </dependency>
56     <dependency>
57       <groupId>org.hamcrest</groupId>
58       <artifactId>hamcrest-library</artifactId>
59       <version>1.3</version>
60     </dependency>
61     
62     <dependency>
63             <groupId>com.google.code.gson</groupId>
64             <artifactId>gson</artifactId>
65             <version>2.8.1</version>
66         </dependency>
67     
68     <dependency>
69       <groupId>javax.servlet</groupId>
70       <artifactId>javax.servlet-api</artifactId>
71       <version>4.0.0</version>
72     </dependency>
73     
74     <dependency>
75             <groupId>org.springframework</groupId>
76             <artifactId>spring-beans</artifactId>
77             <version>${springVersion}</version>
78         </dependency>
79         <dependency>
80             <groupId>org.springframework</groupId>
81             <artifactId>spring-context</artifactId>
82             <version>${springVersion}</version>
83         </dependency>
84         <dependency>
85             <groupId>org.springframework</groupId>
86             <artifactId>spring-core</artifactId>
87             <version>${springVersion}</version>
88         </dependency>
89         <dependency>
90             <groupId>org.springframework</groupId>
91             <artifactId>spring-web</artifactId>
92             <version>${springVersion}</version>
93         </dependency>
94         <dependency>
95             <groupId>org.springframework</groupId>
96             <artifactId>spring-webmvc</artifactId>
97             <version>${springVersion}</version>
98         </dependency>
99         <dependency>
100             <groupId>org.springframework</groupId>
101             <artifactId>spring-expression</artifactId>
102             <version>${springVersion}</version>
103         </dependency>
104         <dependency>
105             <groupId>org.springframework</groupId>
106             <artifactId>spring-aop</artifactId>
107             <version>${springVersion}</version>
108         </dependency>
109         <dependency>
110             <groupId>org.springframework</groupId>
111             <artifactId>spring-jdbc</artifactId>
112             <version>${springVersion}</version>
113         </dependency>
114         <dependency>
115             <groupId>org.springframework</groupId>
116             <artifactId>spring-test</artifactId>
117             <version>${springVersion}</version>
118             <scope>test</scope>
119         </dependency>
120         <dependency>
121             <groupId>org.springframework</groupId>
122             <artifactId>spring-orm</artifactId>
123             <version>${springVersion}</version>
124         </dependency>
125        
126         <dependency>
127             <groupId>dom4j</groupId>
128             <artifactId>dom4j</artifactId>
129             <version>1.6.1</version>
130         </dependency>
131         <dependency>
132             <groupId>org.mockito</groupId>
133             <artifactId>mockito-core</artifactId>
134             <version>2.10.0</version>
135             <scope>test</scope>
136         </dependency>
137         <dependency>
138             <groupId>com.jayway.jsonpath</groupId>
139             <artifactId>json-path</artifactId>
140             <version>2.4.0</version>
141             <scope>test</scope>
142         </dependency>
143 <dependency>
144     <groupId>org.json</groupId>
145     <artifactId>json</artifactId>
146     <version>20170516</version>
147 </dependency>
148
149         <dependency>
150             <groupId>ch.qos.logback</groupId>
151             <artifactId>logback-classic</artifactId>
152             <version>1.1.2</version>
153         </dependency>
154
155         <dependency>
156             <groupId>org.apache.httpcomponents</groupId>
157             <artifactId>httpclient</artifactId>
158             <version>4.5.2</version>
159         </dependency>
160         <dependency>
161             <groupId>log4j</groupId>
162             <artifactId>log4j</artifactId>
163             <version>1.2.12</version>
164         </dependency>
165         
166         <dependency>
167             <groupId>javax.persistence</groupId>
168             <artifactId>persistence-api</artifactId>
169             <version>1.0.2</version>
170         </dependency>
171         
172         <dependency>
173             <groupId>org.hibernate</groupId>
174             <artifactId>hibernate</artifactId>
175             <version>3.5.4-Final</version>
176             <type>pom</type>
177         </dependency>
178  <!--       
179         <dependency>
180             <groupId>org.hibernate</groupId>
181             <artifactId>hibernate-core</artifactId>
182             <version>5.2.11.Final</version>
183         </dependency>
184  -->       
185   </dependencies>
186   <build>
187     <finalName>vfcadaptor</finalName>
188   </build>
189 </project>