1 <?xml version="1.0" encoding="UTF-8"?>
3 ============LICENSE_START=======================================================
4 Copyright (c) 2021 Linux Foundation.
5 Modifications Copyright (C) 2020-2023 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
12 http://www.apache.org/licenses/LICENSE-2.0
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.
20 SPDX-License-Identifier: Apache-2.0
21 ============LICENSE_END=========================================================
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">
27 <modelVersion>4.0.0</modelVersion>
28 <groupId>org.onap.cps</groupId>
29 <artifactId>cps-dependencies</artifactId>
30 <version>3.3.9-SNAPSHOT</version>
31 <packaging>pom</packaging>
33 <name>${project.groupId}:${project.artifactId}</name>
34 <description>This artifact contains dependencyManagement declarations of upstream versions.</description>
37 <groovy.version>3.0.18</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.18.3</testcontainers.version>
43 <mapstruct.version>1.4.2.Final</mapstruct.version>
50 <groupId>org.apache.maven.plugins</groupId>
51 <artifactId>maven-deploy-plugin</artifactId>
52 <version>2.8.2</version>
58 <distributionManagement>
60 <id>ecomp-releases</id>
61 <name>ECOMP Release Repository</name>
62 <url>${nexusproxy}${releaseNexusPath}</url>
65 <id>ecomp-snapshots</id>
66 <name>ECOMP Snapshot Repository</name>
67 <url>${nexusproxy}${snapshotNexusPath}</url>
69 </distributionManagement>
71 <dependencyManagement>
74 <groupId>org.springdoc</groupId>
75 <artifactId>springdoc-openapi-ui</artifactId>
76 <version>1.6.6</version>
79 <groupId>org.springframework.boot</groupId>
80 <artifactId>spring-boot-dependencies</artifactId>
81 <version>3.1.2</version>
86 <groupId>org.springframework.cloud</groupId>
87 <artifactId>spring-cloud-dependencies</artifactId>
88 <version>2022.0.3</version>
93 <groupId>org.opendaylight.yangtools</groupId>
94 <artifactId>yangtools-artifacts</artifactId>
95 <version>8.0.6</version>
100 <groupId>io.swagger.core.v3</groupId>
101 <artifactId>swagger-annotations</artifactId>
102 <version>2.2.10</version>
105 <groupId>io.springfox</groupId>
106 <artifactId>springfox-boot-starter</artifactId>
107 <version>3.1.2</version>
110 <groupId>com.google.code.gson</groupId>
111 <artifactId>gson</artifactId>
112 <version>2.8.9</version>
115 <groupId>io.hypersistence</groupId>
116 <artifactId>hypersistence-utils-hibernate-60</artifactId>
117 <version>3.5.0</version>
120 <groupId>org.antlr</groupId>
121 <artifactId>antlr4-runtime</artifactId>
122 <version>4.9.2</version>
125 <groupId>org.codehaus.groovy</groupId>
126 <artifactId>groovy</artifactId>
127 <version>${groovy.version}</version>
130 <groupId>org.codehaus.groovy</groupId>
131 <artifactId>groovy-json</artifactId>
132 <version>${groovy.version}</version>
135 <groupId>org.spockframework</groupId>
136 <artifactId>spock-core</artifactId>
137 <version>2.4-M1-groovy-3.0</version>
140 <groupId>org.spockframework</groupId>
141 <artifactId>spock-spring</artifactId>
142 <version>2.4-M1-groovy-3.0</version>
145 <groupId>cglib</groupId>
146 <artifactId>cglib-nodep</artifactId>
147 <version>3.1</version>
150 <groupId>io.cloudevents</groupId>
151 <artifactId>cloudevents-bom</artifactId>
152 <version>2.5.0</version>
154 <scope>import</scope>
157 <groupId>org.apache.commons</groupId>
158 <artifactId>commons-lang3</artifactId>
159 <version>3.11</version>
162 <groupId>org.jetbrains</groupId>
163 <artifactId>annotations</artifactId>
164 <version>22.0.0</version>
167 <groupId>org.testcontainers</groupId>
168 <artifactId>testcontainers-bom</artifactId>
169 <version>1.18.3</version>
171 <scope>import</scope>
174 <groupId>com.github.spotbugs</groupId>
175 <artifactId>spotbugs</artifactId>
176 <version>4.2.0</version>
179 <groupId>org.liquibase</groupId>
180 <artifactId>liquibase-core</artifactId>
181 <version>4.16.0</version>
184 <groupId>com.tngtech.archunit</groupId>
185 <artifactId>archunit-junit5</artifactId>
186 <version>0.18.0</version>
190 <groupId>org.mapstruct</groupId>
191 <artifactId>mapstruct</artifactId>
192 <version>${mapstruct.version}</version>
195 <groupId>org.mapstruct</groupId>
196 <artifactId>mapstruct-processor</artifactId>
197 <version>${mapstruct.version}</version>
200 <groupId>net.logstash.logback</groupId>
201 <artifactId>logstash-logback-encoder</artifactId>
202 <version>7.0.1</version>
205 <groupId>org.codehaus.janino</groupId>
206 <artifactId>janino</artifactId>
207 <version>3.1.7</version>
210 <groupId>com.hazelcast</groupId>
211 <artifactId>hazelcast-spring</artifactId>
212 <version>5.3.1</version>
215 <groupId>com.google.guava</groupId>
216 <artifactId>guava</artifactId>
217 <version>31.1-jre</version>
220 <groupId>javax.validation</groupId>
221 <artifactId>validation-api</artifactId>
222 <version>2.0.1.Final</version>
225 <groupId>org.apache.maven.plugins</groupId>
226 <artifactId>maven-resources-plugin</artifactId>
227 <version>3.3.1</version>
230 <groupId>jakarta.validation</groupId>
231 <artifactId>jakarta.validation-api</artifactId>
232 <version>3.0.2</version>
235 <groupId>io.micrometer</groupId>
236 <artifactId>micrometer-tracing-bridge-brave</artifactId>
237 <version>1.0.0</version>
240 <groupId>com.fasterxml.jackson.dataformat</groupId>
241 <artifactId>jackson-dataformat-xml</artifactId>
242 <version>2.13.1</version>
245 <groupId>io.swagger.core.v3</groupId>
246 <artifactId>swagger-models</artifactId>
247 <version>2.2.15</version>
250 <groupId>org.projectlombok</groupId>
251 <artifactId>lombok</artifactId>
252 <version>1.18.24</version>
255 <groupId>io.gsonfire</groupId>
256 <artifactId>gson-fire</artifactId>
257 <version>1.8.5</version>
260 <groupId>com.fasterxml.jackson.core</groupId>
261 <artifactId>jackson-databind</artifactId>
262 <version>2.15.2</version>
265 <groupId>org.eclipse.jetty</groupId>
266 <artifactId>jetty-server</artifactId>
267 <version>11.0.14</version>
270 <groupId>org.eclipse.jetty</groupId>
271 <artifactId>jetty-http</artifactId>
272 <version>11.0.14</version>
275 <groupId>jakarta.servlet</groupId>
276 <artifactId>jakarta.servlet-api</artifactId>
277 <version>6.0.0</version>
280 <groupId>org.openapitools</groupId>
281 <artifactId>jackson-databind-nullable</artifactId>
282 <version>0.2.4</version>
285 <groupId>org.junit.jupiter</groupId>
286 <artifactId>junit-jupiter-api</artifactId>
287 <version>5.10.0</version>
290 <groupId>org.springframework</groupId>
291 <artifactId>spring-test</artifactId>
292 <version>6.0.11</version>
295 </dependencyManagement>