Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
ToineSiebelink | c37678a | 2021-05-20 16:44:21 +0100 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | Copyright (c) 2021 Linux Foundation. |
ToineSiebelink | 59a34f5 | 2024-03-19 10:42:07 +0000 | [diff] [blame] | 5 | Modifications Copyright (C) 2020-2024 Nordix Foundation |
Bruno Sakoto | f440573 | 2022-04-21 18:08:18 -0400 | [diff] [blame] | 6 | Modifications Copyright (C) 2022 Bell Canada. |
ToineSiebelink | c37678a | 2021-05-20 16:44:21 +0100 | [diff] [blame] | 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. |
Bruno Sakoto | f440573 | 2022-04-21 18:08:18 -0400 | [diff] [blame] | 19 | |
| 20 | SPDX-License-Identifier: Apache-2.0 |
ToineSiebelink | c37678a | 2021-05-20 16:44:21 +0100 | [diff] [blame] | 21 | ============LICENSE_END========================================================= |
| 22 | --> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 23 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
emaclee | 6e3f421 | 2022-03-22 10:09:42 +0000 | [diff] [blame] | 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"> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 26 | |
| 27 | <modelVersion>4.0.0</modelVersion> |
| 28 | <groupId>org.onap.cps</groupId> |
| 29 | <artifactId>cps-dependencies</artifactId> |
mpriyank | 7c2cc25 | 2024-05-15 10:39:02 +0100 | [diff] [blame] | 30 | <version>3.5.0-SNAPSHOT</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 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> |
egernug | 477bd46 | 2023-09-21 17:51:21 +0100 | [diff] [blame] | 37 | <groovy.version>3.0.18</groovy.version> |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 38 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 39 | <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> |
| 40 | <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> |
Claudio David Gasparini | d45b2dc | 2021-01-13 13:28:07 +0100 | [diff] [blame] | 41 | <sonar.skip>true</sonar.skip> |
egernug | 477bd46 | 2023-09-21 17:51:21 +0100 | [diff] [blame] | 42 | <testcontainers.version>1.18.3</testcontainers.version> |
DylanB95EST | d042fcd | 2022-02-21 12:57:08 +0000 | [diff] [blame] | 43 | <mapstruct.version>1.4.2.Final</mapstruct.version> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 44 | <jetty-version>11.0.16</jetty-version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 45 | </properties> |
| 46 | |
emaclee | 6cfd73e | 2022-03-24 10:10:37 +0000 | [diff] [blame] | 47 | <build> |
| 48 | <pluginManagement> |
| 49 | <plugins> |
| 50 | <plugin> |
| 51 | <groupId>org.apache.maven.plugins</groupId> |
| 52 | <artifactId>maven-deploy-plugin</artifactId> |
| 53 | <version>2.8.2</version> |
| 54 | </plugin> |
| 55 | </plugins> |
| 56 | </pluginManagement> |
| 57 | </build> |
| 58 | |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 59 | <distributionManagement> |
| 60 | <repository> |
| 61 | <id>ecomp-releases</id> |
| 62 | <name>ECOMP Release Repository</name> |
| 63 | <url>${nexusproxy}${releaseNexusPath}</url> |
| 64 | </repository> |
| 65 | <snapshotRepository> |
| 66 | <id>ecomp-snapshots</id> |
| 67 | <name>ECOMP Snapshot Repository</name> |
| 68 | <url>${nexusproxy}${snapshotNexusPath}</url> |
| 69 | </snapshotRepository> |
| 70 | </distributionManagement> |
| 71 | |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 72 | <dependencyManagement> |
| 73 | <dependencies> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 74 | <!-- S P R I N G D E P E N D E N C I E S --> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 75 | <dependency> |
ToineSiebelink | a0bbb4e | 2023-04-19 12:04:50 +0100 | [diff] [blame] | 76 | <groupId>org.springdoc</groupId> |
egernug | fb09b7c | 2023-10-12 13:33:08 +0100 | [diff] [blame] | 77 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
emaclee | ea7d1b4 | 2024-03-24 19:05:34 +0000 | [diff] [blame] | 78 | <version>2.4.0</version> |
egernug | fb09b7c | 2023-10-12 13:33:08 +0100 | [diff] [blame] | 79 | </dependency> |
| 80 | <dependency> |
| 81 | <groupId>org.springdoc</groupId> |
ToineSiebelink | a0bbb4e | 2023-04-19 12:04:50 +0100 | [diff] [blame] | 82 | <artifactId>springdoc-openapi-ui</artifactId> |
| 83 | <version>1.6.6</version> |
| 84 | </dependency> |
| 85 | <dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 86 | <groupId>org.springframework.boot</groupId> |
| 87 | <artifactId>spring-boot-dependencies</artifactId> |
emaclee | ea7d1b4 | 2024-03-24 19:05:34 +0000 | [diff] [blame] | 88 | <version>3.2.4</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 89 | <type>pom</type> |
| 90 | <scope>import</scope> |
| 91 | </dependency> |
| 92 | <dependency> |
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 93 | <groupId>org.springframework.cloud</groupId> |
| 94 | <artifactId>spring-cloud-dependencies</artifactId> |
emaclee | ea7d1b4 | 2024-03-24 19:05:34 +0000 | [diff] [blame] | 95 | <version>2023.0.0</version> |
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 96 | <type>pom</type> |
| 97 | <scope>import</scope> |
| 98 | </dependency> |
| 99 | <dependency> |
puthuparambil.aditya | 4759811 | 2020-11-02 11:31:39 +0000 | [diff] [blame] | 100 | <groupId>io.springfox</groupId> |
puthuparambil.aditya | 52cff68 | 2020-11-05 11:34:41 +0000 | [diff] [blame] | 101 | <artifactId>springfox-boot-starter</artifactId> |
egernug | 186b901 | 2023-09-27 10:49:45 +0100 | [diff] [blame] | 102 | <version>3.1.2</version> |
puthuparambil.aditya | 4759811 | 2020-11-02 11:31:39 +0000 | [diff] [blame] | 103 | </dependency> |
| 104 | <dependency> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 105 | <groupId>org.springframework.boot</groupId> |
| 106 | <artifactId>spring-boot-starter-cache</artifactId> |
emaclee | ea7d1b4 | 2024-03-24 19:05:34 +0000 | [diff] [blame] | 107 | <version>3.2.4</version> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 108 | </dependency> |
| 109 | <!-- A L P H A B E T I C A L D E P E N D E N C I E S --> |
| 110 | <dependency> |
| 111 | <groupId>cglib</groupId> |
| 112 | <artifactId>cglib-nodep</artifactId> |
| 113 | <version>3.1</version> |
| 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>com.fasterxml.jackson.core</groupId> |
| 117 | <artifactId>jackson-databind</artifactId> |
| 118 | <version>2.15.2</version> |
| 119 | </dependency> |
| 120 | <dependency> |
| 121 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 122 | <artifactId>jackson-dataformat-xml</artifactId> |
egernug | d86e9d2 | 2023-12-01 10:15:16 +0000 | [diff] [blame] | 123 | <version>2.13.5</version> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 124 | </dependency> |
| 125 | <dependency> |
| 126 | <groupId>com.github.spotbugs</groupId> |
| 127 | <artifactId>spotbugs</artifactId> |
ToineSiebelink | 59a34f5 | 2024-03-19 10:42:07 +0000 | [diff] [blame] | 128 | <version>4.2.3</version> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 129 | </dependency> |
| 130 | <dependency> |
ToineSiebelink | ad72efe | 2022-03-02 13:32:56 +0000 | [diff] [blame] | 131 | <groupId>com.google.code.gson</groupId> |
| 132 | <artifactId>gson</artifactId> |
| 133 | <version>2.8.9</version> |
| 134 | </dependency> |
| 135 | <dependency> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 136 | <groupId>com.google.guava</groupId> |
| 137 | <artifactId>guava</artifactId> |
halil.cakal | 6dae131 | 2023-12-05 17:09:42 +0000 | [diff] [blame] | 138 | <version>32.1.3-jre</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 139 | </dependency> |
| 140 | <dependency> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 141 | <groupId>com.hazelcast</groupId> |
| 142 | <artifactId>hazelcast-spring</artifactId> |
| 143 | <version>5.3.1</version> |
ToineSiebelink | c37678a | 2021-05-20 16:44:21 +0100 | [diff] [blame] | 144 | </dependency> |
| 145 | <dependency> |
sourabh_sourabh | 7662e81 | 2024-05-02 10:26:16 +0100 | [diff] [blame] | 146 | <groupId>com.squareup.okhttp3</groupId> |
| 147 | <artifactId>mockwebserver</artifactId> |
| 148 | <version>4.12.0</version> |
| 149 | <scope>test</scope> |
| 150 | </dependency> |
| 151 | <dependency> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 152 | <groupId>com.tngtech.archunit</groupId> |
| 153 | <artifactId>archunit-junit5</artifactId> |
danielhanrahan | ed9d179 | 2023-11-10 15:12:22 +0000 | [diff] [blame] | 154 | <version>1.2.0</version> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 155 | <scope>test</scope> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 156 | </dependency> |
| 157 | <dependency> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 158 | <groupId>jakarta.validation</groupId> |
| 159 | <artifactId>jakarta.validation-api</artifactId> |
| 160 | <version>3.0.2</version> |
Claudio David Gasparini | 1bd1c6c | 2020-11-08 22:31:43 +0100 | [diff] [blame] | 161 | </dependency> |
| 162 | <dependency> |
sourabh_sourabh | a287fc3 | 2023-06-15 03:12:29 +0100 | [diff] [blame] | 163 | <groupId>io.cloudevents</groupId> |
| 164 | <artifactId>cloudevents-bom</artifactId> |
| 165 | <version>2.5.0</version> |
| 166 | <type>pom</type> |
| 167 | <scope>import</scope> |
| 168 | </dependency> |
| 169 | <dependency> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 170 | <groupId>io.gsonfire</groupId> |
| 171 | <artifactId>gson-fire</artifactId> |
egernug | d86e9d2 | 2023-12-01 10:15:16 +0000 | [diff] [blame] | 172 | <version>1.9.0</version> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 173 | </dependency> |
| 174 | <dependency> |
| 175 | <groupId>io.hypersistence</groupId> |
emaclee | ea7d1b4 | 2024-03-24 19:05:34 +0000 | [diff] [blame] | 176 | <artifactId>hypersistence-utils-hibernate-63</artifactId> |
| 177 | <version>3.7.3</version> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 178 | </dependency> |
| 179 | <dependency> |
| 180 | <groupId>io.micrometer</groupId> |
| 181 | <artifactId>micrometer-tracing-bridge-brave</artifactId> |
| 182 | <version>1.0.0</version> |
| 183 | </dependency> |
| 184 | <dependency> |
| 185 | <groupId>io.swagger.core.v3</groupId> |
| 186 | <artifactId>swagger-annotations</artifactId> |
| 187 | <version>2.2.10</version> |
| 188 | </dependency> |
| 189 | <dependency> |
| 190 | <groupId>io.swagger.core.v3</groupId> |
| 191 | <artifactId>swagger-models</artifactId> |
| 192 | <version>2.2.15</version> |
| 193 | </dependency> |
| 194 | <dependency> |
| 195 | <groupId>net.logstash.logback</groupId> |
| 196 | <artifactId>logstash-logback-encoder</artifactId> |
| 197 | <version>7.0.1</version> |
| 198 | </dependency> |
| 199 | <dependency> |
| 200 | <groupId>org.antlr</groupId> |
| 201 | <artifactId>antlr4-runtime</artifactId> |
| 202 | <version>4.9.2</version> |
| 203 | </dependency> |
| 204 | <dependency> |
Claudio David Gasparini | 1bd1c6c | 2020-11-08 22:31:43 +0100 | [diff] [blame] | 205 | <groupId>org.apache.commons</groupId> |
| 206 | <artifactId>commons-lang3</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 207 | <version>3.11</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 208 | </dependency> |
Rishi.Chail | 48830f1 | 2020-11-09 03:28:44 +0000 | [diff] [blame] | 209 | <dependency> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 210 | <groupId>org.apache.maven.plugins</groupId> |
| 211 | <artifactId>maven-resources-plugin</artifactId> |
| 212 | <version>3.3.1</version> |
| 213 | </dependency> |
| 214 | <dependency> |
| 215 | <groupId>org.codehaus.groovy</groupId> |
| 216 | <artifactId>groovy</artifactId> |
| 217 | <version>${groovy.version}</version> |
| 218 | </dependency> |
| 219 | <dependency> |
| 220 | <groupId>org.codehaus.janino</groupId> |
| 221 | <artifactId>janino</artifactId> |
egernug | d86e9d2 | 2023-12-01 10:15:16 +0000 | [diff] [blame] | 222 | <version>3.1.10</version> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 223 | </dependency> |
| 224 | <dependency> |
| 225 | <groupId>org.codehaus.groovy</groupId> |
| 226 | <artifactId>groovy-json</artifactId> |
| 227 | <version>${groovy.version}</version> |
| 228 | </dependency> |
| 229 | <dependency> |
Bruno Sakoto | 91bef9e | 2021-10-20 17:30:29 +0200 | [diff] [blame] | 230 | <groupId>org.jetbrains</groupId> |
| 231 | <artifactId>annotations</artifactId> |
| 232 | <version>22.0.0</version> |
| 233 | </dependency> |
| 234 | <dependency> |
puthuparambil.aditya | 495ae8e | 2021-02-23 15:51:00 +0000 | [diff] [blame] | 235 | <groupId>org.liquibase</groupId> |
| 236 | <artifactId>liquibase-core</artifactId> |
egernug | d86e9d2 | 2023-12-01 10:15:16 +0000 | [diff] [blame] | 237 | <version>4.21.0</version> |
puthuparambil.aditya | 495ae8e | 2021-02-23 15:51:00 +0000 | [diff] [blame] | 238 | </dependency> |
DylanB95EST | db1f378 | 2021-06-22 16:57:16 +0100 | [diff] [blame] | 239 | <dependency> |
DylanB95EST | d042fcd | 2022-02-21 12:57:08 +0000 | [diff] [blame] | 240 | <groupId>org.mapstruct</groupId> |
| 241 | <artifactId>mapstruct</artifactId> |
| 242 | <version>${mapstruct.version}</version> |
| 243 | </dependency> |
| 244 | <dependency> |
| 245 | <groupId>org.mapstruct</groupId> |
| 246 | <artifactId>mapstruct-processor</artifactId> |
| 247 | <version>${mapstruct.version}</version> |
| 248 | </dependency> |
sourabh_sourabh | ac5ae3e | 2022-04-22 22:47:41 +0100 | [diff] [blame] | 249 | <dependency> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 250 | <groupId>org.openapitools</groupId> |
| 251 | <artifactId>jackson-databind-nullable</artifactId> |
| 252 | <version>0.2.4</version> |
sourabh_sourabh | ac5ae3e | 2022-04-22 22:47:41 +0100 | [diff] [blame] | 253 | </dependency> |
| 254 | <dependency> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 255 | <groupId>org.opendaylight.yangtools</groupId> |
| 256 | <artifactId>yangtools-artifacts</artifactId> |
egernug | d86e9d2 | 2023-12-01 10:15:16 +0000 | [diff] [blame] | 257 | <version>8.0.10</version> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 258 | <type>pom</type> |
| 259 | <scope>import</scope> |
egernug | 477bd46 | 2023-09-21 17:51:21 +0100 | [diff] [blame] | 260 | </dependency> |
| 261 | <dependency> |
| 262 | <groupId>org.projectlombok</groupId> |
| 263 | <artifactId>lombok</artifactId> |
halil.cakal | c15e8d5 | 2024-05-20 15:10:45 +0100 | [diff] [blame^] | 264 | <version>1.18.32</version> |
egernug | 477bd46 | 2023-09-21 17:51:21 +0100 | [diff] [blame] | 265 | </dependency> |
| 266 | <dependency> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 267 | <groupId>org.testcontainers</groupId> |
| 268 | <artifactId>testcontainers-bom</artifactId> |
| 269 | <version>1.18.3</version> |
| 270 | <type>pom</type> |
| 271 | <scope>import</scope> |
egernug | 477bd46 | 2023-09-21 17:51:21 +0100 | [diff] [blame] | 272 | </dependency> |
| 273 | <dependency> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 274 | <groupId>org.spockframework</groupId> |
| 275 | <artifactId>spock-core</artifactId> |
| 276 | <version>2.4-M1-groovy-3.0</version> |
egernug | 477bd46 | 2023-09-21 17:51:21 +0100 | [diff] [blame] | 277 | </dependency> |
| 278 | <dependency> |
egernug | 42daf63 | 2023-10-03 12:56:29 +0100 | [diff] [blame] | 279 | <groupId>org.spockframework</groupId> |
| 280 | <artifactId>spock-spring</artifactId> |
| 281 | <version>2.4-M1-groovy-3.0</version> |
egernug | 477bd46 | 2023-09-21 17:51:21 +0100 | [diff] [blame] | 282 | </dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 283 | </dependencies> |
| 284 | </dependencyManagement> |
Ruslan Kashapov | 7cca029 | 2020-11-24 11:13:43 +0200 | [diff] [blame] | 285 | </project> |