Upgrade xstream to 1.4.11.1
[policy/parent.git] / integration / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3    Copyright (C) 2018 Ericsson. All rights reserved.
4    Modifications Copyright (C) 2018-2019 AT&T. All rights reserved.
5   ================================================================================
6   Licensed under the Apache License, Version 2.0 (the "License");
7   you may not use this file except in compliance with the License.
8   You may obtain a copy of the License at
9
10        http://www.apache.org/licenses/LICENSE-2.0
11
12   Unless required by applicable law or agreed to in writing, software
13   distributed under the License is distributed on an "AS IS" BASIS,
14   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15   See the License for the specific language governing permissions and
16   limitations under the License.
17
18   SPDX-License-Identifier: Apache-2.0
19   ============LICENSE_END=========================================================
20 -->
21
22 <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">
23     <modelVersion>4.0.0</modelVersion>
24     <parent>
25         <groupId>org.onap.policy.parent</groupId>
26         <artifactId>policy-parent</artifactId>
27         <version>3.0.1-SNAPSHOT</version>
28     </parent>
29     <artifactId>integration</artifactId>
30     <packaging>pom</packaging>
31     <name>Policy Integration POM</name>
32     <description>Policy Integration POM</description>
33
34     <properties>
35         <java.version>1.8</java.version>
36         <maven.compiler.source>1.8</maven.compiler.source>
37         <maven.compiler.target>1.8</maven.compiler.target>
38         <version.logback>1.2.3</version.logback>
39         <version.dmaap>1.1.9</version.dmaap>
40         <version.powermock>1.7.4</version.powermock>
41         <version.eclipselink>2.7.0</version.eclipselink>
42     </properties>
43
44     <distributionManagement>
45         <site>
46             <id>ecomp-site</id>
47             <url>dav:${onap.nexus.url}${sitePath}</url>
48         </site>
49     </distributionManagement>
50
51     <dependencyManagement>
52         <dependencies>
53             <!-- MariaDB -->
54             <dependency>
55                 <groupId>org.mariadb.jdbc</groupId>
56                 <artifactId>mariadb-java-client</artifactId>
57                 <version>2.2.6</version>
58             </dependency>
59
60             <!-- Swagger Jersey2 JAXRS -->
61             <dependency>
62                 <groupId>io.swagger</groupId>
63                 <artifactId>swagger-jersey2-jaxrs</artifactId>
64                 <version>1.5.19</version>
65             </dependency>
66
67             <!-- Encoder and decoders for various formats -->
68             <dependency>
69                 <groupId>commons-codec</groupId>
70                 <artifactId>commons-codec</artifactId>
71                 <version>1.11</version>
72             </dependency>
73
74             <dependency>
75                 <groupId>com.thoughtworks.xstream</groupId>
76                 <artifactId>xstream</artifactId>
77                 <version>1.4.11.1</version>
78             </dependency>
79
80             <!-- Eclipse Persistence API -->
81             <!-- NOTE: use this instead of persistence-api -->
82             <dependency>
83                 <groupId>org.eclipse.persistence</groupId>
84                 <artifactId>javax.persistence</artifactId>
85                 <version>2.1.0</version>
86             </dependency>
87
88             <!-- Eclipse JPA API -->
89             <dependency>
90                 <groupId>org.eclipse.persistence</groupId>
91                 <artifactId>org.eclipse.persistence.jpa</artifactId>
92                 <version>${version.eclipselink}</version>
93             </dependency>
94
95             <!-- EclipseLink API -->
96             <dependency>
97                 <groupId>org.eclipse.persistence</groupId>
98                 <artifactId>eclipselink</artifactId>
99                 <version>${version.eclipselink}</version>
100             </dependency>
101
102             <!-- Java Servlet API -->
103             <dependency>
104                 <groupId>javax.servlet</groupId>
105                 <artifactId>javax.servlet-api</artifactId>
106                 <version>4.0.1</version>
107             </dependency>
108
109             <!-- HttpComponents Client -->
110             <dependency>
111                 <groupId>org.apache.httpcomponents</groupId>
112                 <artifactId>httpclient</artifactId>
113                 <version>4.5.9</version>
114             </dependency>
115
116             <!-- HttpComponents Core (blocking I/O) -->
117             <dependency>
118                 <groupId>org.apache.httpcomponents</groupId>
119                 <artifactId>httpcore</artifactId>
120                 <version>4.4.9</version>
121             </dependency>
122
123             <!-- JSON marshalling and unmarshalling -->
124             <dependency>
125                 <groupId>com.google.code.gson</groupId>
126                 <artifactId>gson</artifactId>
127                 <version>2.8.4</version>
128             </dependency>
129
130             <!-- Lombok -->
131             <dependency>
132                 <groupId>org.projectlombok</groupId>
133                 <artifactId>lombok</artifactId>
134                 <version>1.18.4</version>
135             </dependency>
136
137             <!-- Logging -->
138             <dependency>
139                 <groupId>org.slf4j</groupId>
140                 <artifactId>slf4j-api</artifactId>
141                 <version>1.7.25</version>
142             </dependency>
143             <dependency>
144                 <groupId>log4j</groupId>
145                 <artifactId>log4j</artifactId>
146                 <version>1.2.17</version>
147             </dependency>
148             <dependency>
149                 <groupId>ch.qos.logback</groupId>
150                 <artifactId>logback-core</artifactId>
151                 <version>${version.logback}</version>
152             </dependency>
153             <dependency>
154                 <groupId>ch.qos.logback</groupId>
155                 <artifactId>logback-classic</artifactId>
156                 <version>${version.logback}</version>
157             </dependency>
158             
159             <!-- Dmaap Client -->
160             <dependency>
161                 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
162                 <artifactId>dmaapClient</artifactId>
163                 <version>${version.dmaap}</version>
164             </dependency>
165
166             <!-- AAF Client -->
167             <dependency>
168                 <groupId>org.onap.aaf.authz</groupId>
169                 <artifactId>aaf-cadi-aaf</artifactId>
170                 <version>2.1.2</version>
171             </dependency>
172
173             <!-- Client library for Cambria event routing API -->
174             <dependency>
175                 <groupId>com.att.nsa</groupId>
176                 <artifactId>cambriaClient</artifactId>
177                 <version>1.2.1-oss</version>
178             </dependency>
179             <dependency>
180                 <groupId>com.att.nsa</groupId>
181                 <artifactId>saClientLibrary</artifactId>
182                 <version>1.3.0-oss</version>
183             </dependency>
184
185             <!-- Commons CLI for command line parsing -->
186             <dependency>
187                 <groupId>commons-cli</groupId>
188                 <artifactId>commons-cli</artifactId>
189                 <version>1.4</version>
190             </dependency>
191
192             <!-- Web Sockets -->
193             <dependency>
194                 <groupId>org.java-websocket</groupId>
195                 <artifactId>Java-WebSocket</artifactId>
196                 <version>1.3.8</version>
197             </dependency>
198
199             <!-- SnakeYAML -->
200             <dependency>
201                 <groupId>org.yaml</groupId>
202                 <artifactId>snakeyaml</artifactId>
203                 <version>1.24</version>
204             </dependency>
205
206             <!-- Test dependencies -->
207
208             <!-- In memory Database Engine -->
209             <dependency>
210                 <groupId>com.h2database</groupId>
211                 <artifactId>h2</artifactId>
212                 <version>1.4.197</version>
213                 <scope>test</scope>
214             </dependency>
215
216             <!-- JUNIT -->
217             <dependency>
218                 <groupId>junit</groupId>
219                 <artifactId>junit</artifactId>
220                 <version>4.12</version>
221                 <scope>test</scope>
222             </dependency>
223
224             <!-- Cucumber Tests -->
225             <dependency>
226                 <groupId>io.cucumber</groupId>
227                 <artifactId>cucumber-java</artifactId>
228                 <version>4.2.0</version>
229                 <scope>test</scope>
230             </dependency>
231             <dependency>
232                 <groupId>io.cucumber</groupId>
233                 <artifactId>cucumber-junit</artifactId>
234                 <version>4.2.0</version>
235                 <scope>test</scope>
236             </dependency>
237
238             <!-- Exception testing -->
239             <dependency>
240                 <groupId>org.assertj</groupId>
241                 <artifactId>assertj-core</artifactId>
242                 <version>3.11.1</version>
243                 <scope>test</scope>
244             </dependency>
245
246             <!-- Mock libraries -->
247             <dependency>
248                 <groupId>org.mockito</groupId>
249                 <artifactId>mockito-all</artifactId>
250                 <version>1.10.19</version>
251                 <scope>test</scope>
252             </dependency>
253             <dependency>
254                 <groupId>org.powermock</groupId>
255                 <artifactId>powermock-core</artifactId>
256                 <version>${version.powermock}</version>
257                 <scope>test</scope>
258             </dependency>
259             <dependency>
260                 <groupId>org.powermock</groupId>
261                 <artifactId>powermock-api-mockito</artifactId>
262                 <version>${version.powermock}</version>
263                 <scope>test</scope>
264             </dependency>
265             <dependency>
266                 <groupId>org.powermock</groupId>
267                 <artifactId>powermock-module-junit4</artifactId>
268                 <version>${version.powermock}</version>
269                 <scope>test</scope>
270             </dependency>
271             <dependency>
272                 <groupId>com.openpojo</groupId>
273                 <artifactId>openpojo</artifactId>
274                 <version>0.8.10</version>
275                 <scope>test</scope>
276             </dependency>
277         </dependencies>
278
279     </dependencyManagement>
280
281
282     <scm>
283         <connection>scm:git:ssh://git.onap.org:29418/${project.groupId}</connection>
284         <developerConnection>scm:git:ssh://git.onap.org:29418/${project.groupId}</developerConnection>
285         <tag>HEAD</tag>
286         <url>https://wiki.onap.org/display/DW/Integration+Project</url>
287     </scm>
288
289     <build>
290         <pluginManagement>
291             <plugins>
292                 <plugin>
293                     <groupId>org.codehaus.mojo</groupId>
294                     <artifactId>versions-maven-plugin</artifactId>
295                     <version>2.5</version>
296                 </plugin>
297                 <plugin>
298                     <groupId>org.apache.maven.plugins</groupId>
299                     <artifactId>maven-dependency-plugin</artifactId>
300                     <version>3.1.0</version>
301                 </plugin>
302                 <plugin>
303                     <groupId>org.apache.maven.plugins</groupId>
304                     <artifactId>maven-reactor-plugin</artifactId>
305                     <version>1.1</version>
306                 </plugin>
307                 <plugin>
308                     <groupId>org.apache.maven.plugins</groupId>
309                     <artifactId>maven-eclipse-plugin</artifactId>
310                     <version>2.10</version>
311                 </plugin>
312                 <plugin>
313                     <groupId>org.apache.maven.plugins</groupId>
314                     <artifactId>maven-install-plugin</artifactId>
315                     <version>2.5.2</version>
316                 </plugin>
317                 <plugin>
318                     <groupId>org.apache.maven.plugins</groupId>
319                     <artifactId>maven-resources-plugin</artifactId>
320                     <version>3.1.0</version>
321                 </plugin>
322                 <plugin>
323                     <groupId>org.apache.maven.plugins</groupId>
324                     <artifactId>maven-source-plugin</artifactId>
325                     <version>3.0.1</version>
326                 </plugin>
327                 <plugin>
328                     <groupId>org.apache.maven.plugins</groupId>
329                     <artifactId>maven-release-plugin</artifactId>
330                     <version>2.5.3</version>
331                 </plugin>
332                 <plugin>
333                     <groupId>org.apache.maven.plugins</groupId>
334                     <artifactId>maven-assembly-plugin</artifactId>
335                     <version>3.1.0</version>
336                 </plugin>
337                 <plugin>
338                     <groupId>org.apache.maven.plugins</groupId>
339                     <artifactId>maven-jar-plugin</artifactId>
340                     <version>3.1.0</version>
341                 </plugin>
342                 <plugin>
343                     <groupId>org.apache.maven.plugins</groupId>
344                     <artifactId>maven-javadoc-plugin</artifactId>
345                     <version>3.0.0</version>
346                 </plugin>
347                 <plugin>
348                     <groupId>org.apache.maven.plugins</groupId>
349                     <artifactId>maven-shade-plugin</artifactId>
350                     <version>3.1.1</version>
351                 </plugin>
352                 <plugin>
353                     <groupId>org.apache.maven.plugins</groupId>
354                     <artifactId>maven-archetype-plugin</artifactId>
355                     <version>3.0.1</version>
356                 </plugin>
357                 <plugin>
358                     <groupId>org.apache.maven.archetype</groupId>
359                     <artifactId>archetype-packaging</artifactId>
360                     <version>3.0.1</version>
361                 </plugin>
362                 <plugin>
363                     <groupId>com.coderplus.maven.plugins</groupId>
364                     <artifactId>copy-rename-maven-plugin</artifactId>
365                     <version>1.0.1</version>
366                 </plugin>
367                 <plugin>
368                     <groupId>org.apache.maven.plugins</groupId>
369                     <artifactId>maven-compiler-plugin</artifactId>
370                     <version>3.7.0</version>
371                     <configuration>
372                         <encoding>${project.build.sourceEncoding}</encoding>
373                         <source>${java.version}</source>
374                         <target>${java.version}</target>
375                     </configuration>
376                 </plugin>
377                 <plugin>
378                     <groupId>org.codehaus.mojo</groupId>
379                     <artifactId>exec-maven-plugin</artifactId>
380                     <version>1.6.0</version>
381                 </plugin>
382                 <plugin>
383                     <groupId>org.apache.maven.plugins</groupId>
384                     <artifactId>maven-war-plugin</artifactId>
385                     <version>2.6</version>
386                 </plugin>
387             </plugins>
388         </pluginManagement>
389
390         <plugins>
391             <plugin>
392                 <groupId>org.apache.maven.plugins</groupId>
393                 <artifactId>maven-compiler-plugin</artifactId>
394                 <configuration>
395                     <encoding>${project.build.sourceEncoding}</encoding>
396                     <source>${java.version}</source>
397                     <target>${java.version}</target>
398                 </configuration>
399             </plugin>
400         </plugins>
401     </build>
402
403 </project>