Temporary dsiable Operation Too Large Exception
[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-2024 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.4.8-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.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>
44         <jetty-version>11.0.16</jetty-version>
45     </properties>
46
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
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
72     <dependencyManagement>
73         <dependencies>
74             <!-- S P R I N G   D E P E N D E N C I E S -->
75             <dependency>
76                 <groupId>org.springdoc</groupId>
77                 <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
78                 <version>2.4.0</version>
79             </dependency>
80             <dependency>
81                 <groupId>org.springdoc</groupId>
82                 <artifactId>springdoc-openapi-ui</artifactId>
83                 <version>1.6.6</version>
84             </dependency>
85             <dependency>
86                 <groupId>org.springframework.boot</groupId>
87                 <artifactId>spring-boot-dependencies</artifactId>
88                 <version>3.2.4</version>
89                 <type>pom</type>
90                 <scope>import</scope>
91             </dependency>
92             <dependency>
93                 <groupId>org.springframework.cloud</groupId>
94                 <artifactId>spring-cloud-dependencies</artifactId>
95                 <version>2023.0.0</version>
96                 <type>pom</type>
97                 <scope>import</scope>
98             </dependency>
99             <dependency>
100                 <groupId>io.springfox</groupId>
101                 <artifactId>springfox-boot-starter</artifactId>
102                 <version>3.1.2</version>
103             </dependency>
104             <dependency>
105                 <groupId>org.springframework.boot</groupId>
106                 <artifactId>spring-boot-starter-cache</artifactId>
107                 <version>3.2.4</version>
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>
123                 <version>2.13.5</version>
124             </dependency>
125             <dependency>
126                 <groupId>com.github.spotbugs</groupId>
127                 <artifactId>spotbugs</artifactId>
128                 <version>4.2.3</version>
129             </dependency>
130             <dependency>
131                 <groupId>com.google.code.gson</groupId>
132                 <artifactId>gson</artifactId>
133                 <version>2.8.9</version>
134             </dependency>
135             <dependency>
136                 <groupId>com.google.guava</groupId>
137                 <artifactId>guava</artifactId>
138                 <version>32.1.3-jre</version>
139             </dependency>
140             <dependency>
141                 <groupId>com.hazelcast</groupId>
142                 <artifactId>hazelcast-spring</artifactId>
143                 <version>5.3.1</version>
144             </dependency>
145             <dependency>
146                 <groupId>com.tngtech.archunit</groupId>
147                 <artifactId>archunit-junit5</artifactId>
148                 <version>1.2.0</version>
149                 <scope>test</scope>
150             </dependency>
151             <dependency>
152                 <groupId>jakarta.validation</groupId>
153                 <artifactId>jakarta.validation-api</artifactId>
154                 <version>3.0.2</version>
155             </dependency>
156             <dependency>
157                 <groupId>io.cloudevents</groupId>
158                 <artifactId>cloudevents-bom</artifactId>
159                 <version>2.5.0</version>
160                 <type>pom</type>
161                 <scope>import</scope>
162             </dependency>
163             <dependency>
164                 <groupId>io.gsonfire</groupId>
165                 <artifactId>gson-fire</artifactId>
166                 <version>1.9.0</version>
167             </dependency>
168             <dependency>
169                 <groupId>io.hypersistence</groupId>
170                 <artifactId>hypersistence-utils-hibernate-63</artifactId>
171                 <version>3.7.3</version>
172             </dependency>
173             <dependency>
174                 <groupId>io.micrometer</groupId>
175                 <artifactId>micrometer-tracing-bridge-brave</artifactId>
176                 <version>1.0.0</version>
177             </dependency>
178             <dependency>
179                 <groupId>io.swagger.core.v3</groupId>
180                 <artifactId>swagger-annotations</artifactId>
181                 <version>2.2.10</version>
182             </dependency>
183             <dependency>
184                 <groupId>io.swagger.core.v3</groupId>
185                 <artifactId>swagger-models</artifactId>
186                 <version>2.2.15</version>
187             </dependency>
188             <dependency>
189                 <groupId>net.logstash.logback</groupId>
190                 <artifactId>logstash-logback-encoder</artifactId>
191                 <version>7.0.1</version>
192             </dependency>
193             <dependency>
194                 <groupId>org.antlr</groupId>
195                 <artifactId>antlr4-runtime</artifactId>
196                 <version>4.9.2</version>
197             </dependency>
198             <dependency>
199                 <groupId>org.apache.commons</groupId>
200                 <artifactId>commons-lang3</artifactId>
201                 <version>3.11</version>
202             </dependency>
203             <dependency>
204                 <groupId>org.apache.maven.plugins</groupId>
205                 <artifactId>maven-resources-plugin</artifactId>
206                 <version>3.3.1</version>
207             </dependency>
208             <dependency>
209                 <groupId>org.codehaus.groovy</groupId>
210                 <artifactId>groovy</artifactId>
211                 <version>${groovy.version}</version>
212             </dependency>
213             <dependency>
214                 <groupId>org.codehaus.janino</groupId>
215                 <artifactId>janino</artifactId>
216                 <version>3.1.10</version>
217             </dependency>
218             <dependency>
219                 <groupId>org.codehaus.groovy</groupId>
220                 <artifactId>groovy-json</artifactId>
221                 <version>${groovy.version}</version>
222             </dependency>
223             <dependency>
224                 <groupId>org.jetbrains</groupId>
225                 <artifactId>annotations</artifactId>
226                 <version>22.0.0</version>
227             </dependency>
228             <dependency>
229                 <groupId>org.liquibase</groupId>
230                 <artifactId>liquibase-core</artifactId>
231                 <version>4.21.0</version>
232             </dependency>
233             <dependency>
234                 <groupId>org.mapstruct</groupId>
235                 <artifactId>mapstruct</artifactId>
236                 <version>${mapstruct.version}</version>
237             </dependency>
238             <dependency>
239                 <groupId>org.mapstruct</groupId>
240                 <artifactId>mapstruct-processor</artifactId>
241                 <version>${mapstruct.version}</version>
242             </dependency>
243             <dependency>
244                 <groupId>org.openapitools</groupId>
245                 <artifactId>jackson-databind-nullable</artifactId>
246                 <version>0.2.4</version>
247             </dependency>
248             <dependency>
249                 <groupId>org.opendaylight.yangtools</groupId>
250                 <artifactId>yangtools-artifacts</artifactId>
251                 <version>8.0.10</version>
252                 <type>pom</type>
253                 <scope>import</scope>
254             </dependency>
255             <dependency>
256                 <groupId>org.projectlombok</groupId>
257                 <artifactId>lombok</artifactId>
258                 <version>1.18.24</version>
259             </dependency>
260             <dependency>
261                 <groupId>org.testcontainers</groupId>
262                 <artifactId>testcontainers-bom</artifactId>
263                 <version>1.18.3</version>
264                 <type>pom</type>
265                 <scope>import</scope>
266             </dependency>
267             <dependency>
268                 <groupId>org.spockframework</groupId>
269                 <artifactId>spock-core</artifactId>
270                 <version>2.4-M1-groovy-3.0</version>
271             </dependency>
272             <dependency>
273                 <groupId>org.spockframework</groupId>
274                 <artifactId>spock-spring</artifactId>
275                 <version>2.4-M1-groovy-3.0</version>
276             </dependency>
277         </dependencies>
278     </dependencyManagement>
279 </project>