Addtional dependency updates
[cps.git] / cps-dependencies / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   Copyright (c) 2021 Linux Foundation.
5   Modifications Copyright (C) 2020-2022 Nordix Foundation
6   Modifications Copyright (C) 2022 Bell Canada.
7   ================================================================================
8   Licensed under the Apache License, Version 2.0 (the "License");
9   you may not use this file except in compliance with the License.
10   You may obtain a copy of the License at
11
12         http://www.apache.org/licenses/LICENSE-2.0
13
14   Unless required by applicable law or agreed to in writing, software
15   distributed under the License is distributed on an "AS IS" BASIS,
16   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17   See the License for the specific language governing permissions and
18   limitations under the License.
19
20   SPDX-License-Identifier: Apache-2.0
21   ============LICENSE_END=========================================================
22 -->
23 <project xmlns="http://maven.apache.org/POM/4.0.0"
24          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
26
27     <modelVersion>4.0.0</modelVersion>
28     <groupId>org.onap.cps</groupId>
29     <artifactId>cps-dependencies</artifactId>
30     <version>3.3.0-SNAPSHOT</version>
31     <packaging>pom</packaging>
32
33     <name>${project.groupId}:${project.artifactId}</name>
34     <description>This artifact contains dependencyManagement declarations of upstream versions.</description>
35
36     <properties>
37         <groovy.version>3.0.8</groovy.version>
38         <nexusproxy>https://nexus.onap.org</nexusproxy>
39         <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
40         <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
41         <sonar.skip>true</sonar.skip>
42         <testcontainers.version>1.17.3</testcontainers.version>
43         <mapstruct.version>1.4.2.Final</mapstruct.version>
44     </properties>
45
46     <build>
47         <pluginManagement>
48             <plugins>
49                 <plugin>
50                     <groupId>org.apache.maven.plugins</groupId>
51                     <artifactId>maven-deploy-plugin</artifactId>
52                     <version>2.8.2</version>
53                 </plugin>
54             </plugins>
55         </pluginManagement>
56     </build>
57
58     <distributionManagement>
59         <repository>
60             <id>ecomp-releases</id>
61             <name>ECOMP Release Repository</name>
62             <url>${nexusproxy}${releaseNexusPath}</url>
63         </repository>
64         <snapshotRepository>
65             <id>ecomp-snapshots</id>
66             <name>ECOMP Snapshot Repository</name>
67             <url>${nexusproxy}${snapshotNexusPath}</url>
68         </snapshotRepository>
69     </distributionManagement>
70
71     <dependencyManagement>
72         <dependencies>
73             <dependency>
74                 <groupId>org.springdoc</groupId>
75                 <artifactId>springdoc-openapi-ui</artifactId>
76                 <version>1.6.6</version>
77             </dependency>
78             <dependency>
79                 <groupId>org.springframework.boot</groupId>
80                 <artifactId>spring-boot-dependencies</artifactId>
81                 <version>2.7.6</version>
82                 <type>pom</type>
83                 <scope>import</scope>
84             </dependency>
85             <dependency>
86                 <groupId>org.springframework.cloud</groupId>
87                 <artifactId>spring-cloud-dependencies</artifactId>
88                 <version>2021.0.3</version>
89                 <type>pom</type>
90                 <scope>import</scope>
91             </dependency>
92             <dependency>
93                 <groupId>org.opendaylight.yangtools</groupId>
94                 <artifactId>yangtools-artifacts</artifactId>
95                 <version>8.0.6</version>
96                 <type>pom</type>
97                 <scope>import</scope>
98             </dependency>
99             <dependency>
100                 <groupId>io.swagger.core.v3</groupId>
101                 <artifactId>swagger-annotations</artifactId>
102                 <version>2.1.4</version>
103             </dependency>
104             <dependency>
105                 <groupId>io.springfox</groupId>
106                 <artifactId>springfox-boot-starter</artifactId>
107                 <version>3.0.0</version>
108             </dependency>
109             <dependency>
110                 <groupId>com.google.code.gson</groupId>
111                 <artifactId>gson</artifactId>
112                 <version>2.8.9</version>
113             </dependency>
114             <dependency>
115                 <groupId>com.vladmihalcea</groupId>
116                 <artifactId>hibernate-types-52</artifactId>
117                 <version>2.10.0</version>
118             </dependency>
119             <dependency>
120                 <groupId>org.antlr</groupId>
121                 <artifactId>antlr4-runtime</artifactId>
122                 <version>4.9.2</version>
123             </dependency>
124             <dependency>
125                 <groupId>org.codehaus.groovy</groupId>
126                 <artifactId>groovy</artifactId>
127                 <version>${groovy.version}</version>
128             </dependency>
129             <dependency>
130                 <groupId>org.codehaus.groovy</groupId>
131                 <artifactId>groovy-json</artifactId>
132                 <version>${groovy.version}</version>
133             </dependency>
134             <dependency>
135                 <groupId>org.spockframework</groupId>
136                 <artifactId>spock-core</artifactId>
137                 <version>2.0-M5-groovy-3.0</version>
138             </dependency>
139             <dependency>
140                 <groupId>org.spockframework</groupId>
141                 <artifactId>spock-spring</artifactId>
142                 <version>2.0-M5-groovy-3.0</version>
143             </dependency>
144             <dependency>
145                 <groupId>cglib</groupId>
146                 <artifactId>cglib-nodep</artifactId>
147                 <version>3.1</version>
148             </dependency>
149             <dependency>
150                 <groupId>org.apache.commons</groupId>
151                 <artifactId>commons-lang3</artifactId>
152                 <version>3.11</version>
153             </dependency>
154             <dependency>
155                 <groupId>org.jetbrains</groupId>
156                 <artifactId>annotations</artifactId>
157                 <version>22.0.0</version>
158             </dependency>
159             <dependency>
160                 <groupId>org.testcontainers</groupId>
161                 <artifactId>kafka</artifactId>
162                 <version>${testcontainers.version}</version>
163             </dependency>
164             <dependency>
165                 <groupId>org.testcontainers</groupId>
166                 <artifactId>postgresql</artifactId>
167                 <version>${testcontainers.version}</version>
168             </dependency>
169             <dependency>
170                 <groupId>org.testcontainers</groupId>
171                 <artifactId>spock</artifactId>
172                 <version>${testcontainers.version}</version>
173             </dependency>
174             <dependency>
175                 <groupId>com.github.spotbugs</groupId>
176                 <artifactId>spotbugs</artifactId>
177                 <version>4.2.0</version>
178             </dependency>
179             <dependency>
180                 <groupId>org.liquibase</groupId>
181                 <artifactId>liquibase-core</artifactId>
182                 <version>4.14.0</version>
183             </dependency>
184             <dependency>
185                 <groupId>com.tngtech.archunit</groupId>
186                 <artifactId>archunit-junit5</artifactId>
187                 <version>0.18.0</version>
188                 <scope>test</scope>
189             </dependency>
190             <dependency>
191                 <groupId>org.mapstruct</groupId>
192                 <artifactId>mapstruct</artifactId>
193                 <version>${mapstruct.version}</version>
194             </dependency>
195             <dependency>
196                 <groupId>org.mapstruct</groupId>
197                 <artifactId>mapstruct-processor</artifactId>
198                 <version>${mapstruct.version}</version>
199             </dependency>
200             <dependency>
201                 <groupId>net.logstash.logback</groupId>
202                 <artifactId>logstash-logback-encoder</artifactId>
203                 <version>7.0.1</version>
204             </dependency>
205             <dependency>
206                 <groupId>org.codehaus.janino</groupId>
207                 <artifactId>janino</artifactId>
208                 <version>3.1.7</version>
209             </dependency>
210             <dependency>
211                 <groupId>com.hazelcast</groupId>
212                 <artifactId>hazelcast-spring</artifactId>
213                 <version>4.2.5</version>
214             </dependency>
215             <dependency>
216                 <groupId>com.google.guava</groupId>
217                 <artifactId>guava</artifactId>
218                 <version>31.1-jre</version>
219             </dependency>
220         </dependencies>
221     </dependencyManagement>
222 </project>