a76cd3d65465a1df07dd4ae1451a62ad6bb2b513
[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   ================================================================================
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   ============LICENSE_END=========================================================
18 -->
19 <project xmlns="http://maven.apache.org/POM/4.0.0"
20     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
23     <modelVersion>4.0.0</modelVersion>
24     <groupId>org.onap.cps</groupId>
25     <artifactId>cps-dependencies</artifactId>
26     <version>3.0.0-SNAPSHOT</version>
27     <packaging>pom</packaging>
28
29     <name>${project.groupId}:${project.artifactId}</name>
30     <description>This artifact contains dependencyManagement declarations of upstream versions.</description>
31
32     <repositories>
33         <repository>
34             <id>nordix-liquibase-repo</id>
35             <name>liquibase</name>
36             <url>https://artifactory.nordix.org/artifactory/liquibase</url>
37         </repository>
38     </repositories>
39
40     <properties>
41         <groovy.version>3.0.8</groovy.version>
42         <nexusproxy>https://nexus.onap.org</nexusproxy>
43         <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
44         <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
45         <sonar.skip>true</sonar.skip>
46         <testcontainers.version>1.15.1</testcontainers.version>
47     </properties>
48
49     <distributionManagement>
50         <repository>
51             <id>ecomp-releases</id>
52             <name>ECOMP Release Repository</name>
53             <url>${nexusproxy}${releaseNexusPath}</url>
54         </repository>
55         <snapshotRepository>
56             <id>ecomp-snapshots</id>
57             <name>ECOMP Snapshot Repository</name>
58             <url>${nexusproxy}${snapshotNexusPath}</url>
59         </snapshotRepository>
60     </distributionManagement>
61
62     <dependencyManagement>
63         <dependencies>
64             <dependency>
65                 <groupId>org.springframework.boot</groupId>
66                 <artifactId>spring-boot-dependencies</artifactId>
67                 <version>2.5.5</version>
68                 <type>pom</type>
69                 <scope>import</scope>
70             </dependency>
71             <dependency>
72                 <groupId>org.springframework.cloud</groupId>
73                 <artifactId>spring-cloud-dependencies</artifactId>
74                 <version>2020.0.2</version>
75                 <type>pom</type>
76                 <scope>import</scope>
77             </dependency>
78             <dependency>
79                 <groupId>org.opendaylight.yangtools</groupId>
80                 <artifactId>yangtools-artifacts</artifactId>
81                 <version>6.0.1</version>
82                 <type>pom</type>
83                 <scope>import</scope>
84             </dependency>
85             <dependency>
86                 <groupId>io.swagger.core.v3</groupId>
87                 <artifactId>swagger-annotations</artifactId>
88                 <version>2.1.4</version>
89             </dependency>
90             <dependency>
91                 <groupId>io.springfox</groupId>
92                 <artifactId>springfox-boot-starter</artifactId>
93                 <version>3.0.0</version>
94             </dependency>
95             <dependency>
96                 <groupId>com.vladmihalcea</groupId>
97                 <artifactId>hibernate-types-52</artifactId>
98                 <version>2.10.0</version>
99             </dependency>
100             <dependency>
101                 <groupId>org.antlr</groupId>
102                 <artifactId>antlr4-runtime</artifactId>
103                 <version>4.9.2</version>
104             </dependency>
105             <dependency>
106                 <groupId>org.codehaus.groovy</groupId>
107                 <artifactId>groovy</artifactId>
108                 <version>${groovy.version}</version>
109             </dependency>
110             <dependency>
111                 <groupId>org.codehaus.groovy</groupId>
112                 <artifactId>groovy-json</artifactId>
113                 <version>${groovy.version}</version>
114             </dependency>
115             <dependency>
116                 <groupId>org.spockframework</groupId>
117                 <artifactId>spock-core</artifactId>
118                 <version>2.0-M5-groovy-3.0</version>
119             </dependency>
120             <dependency>
121                 <groupId>org.spockframework</groupId>
122                 <artifactId>spock-spring</artifactId>
123                 <version>2.0-M5-groovy-3.0</version>
124             </dependency>
125             <dependency>
126                 <groupId>cglib</groupId>
127                 <artifactId>cglib-nodep</artifactId>
128                 <version>3.1</version>
129             </dependency>
130             <dependency>
131                 <groupId>org.apache.commons</groupId>
132                 <artifactId>commons-lang3</artifactId>
133                 <version>3.11</version>
134             </dependency>
135             <dependency>
136                 <groupId>org.modelmapper</groupId>
137                 <artifactId>modelmapper</artifactId>
138                 <version>2.3.8</version>
139             </dependency>
140             <dependency>
141                 <groupId>org.jetbrains</groupId>
142                 <artifactId>annotations</artifactId>
143                 <version>22.0.0</version>
144             </dependency>
145             <dependency>
146                 <groupId>org.testcontainers</groupId>
147                 <artifactId>kafka</artifactId>
148                 <version>${testcontainers.version}</version>
149             </dependency>
150             <dependency>
151                 <groupId>org.testcontainers</groupId>
152                 <artifactId>postgresql</artifactId>
153                 <version>${testcontainers.version}</version>
154             </dependency>
155             <dependency>
156                 <groupId>org.testcontainers</groupId>
157                 <artifactId>spock</artifactId>
158                 <version>${testcontainers.version}</version>
159             </dependency>
160             <dependency>
161                 <groupId>com.github.spotbugs</groupId>
162                 <artifactId>spotbugs</artifactId>
163                 <version>4.2.0</version>
164             </dependency>
165             <dependency>
166                 <groupId>org.liquibase</groupId>
167                 <artifactId>liquibase-core</artifactId>
168                 <version>4.4.2-nordix</version>
169             </dependency>
170             <dependency>
171                 <groupId>com.tngtech.archunit</groupId>
172                 <artifactId>archunit-junit5</artifactId>
173                 <version>0.18.0</version>
174                 <scope>test</scope>
175             </dependency>
176             <dependency>
177                 <groupId>org.apache.logging.log4j</groupId>
178                 <artifactId>log4j-api</artifactId>
179                 <version>2.17.1</version>
180             </dependency>
181             <dependency>
182                 <groupId>org.apache.logging.log4j</groupId>
183                 <artifactId>log4j-to-slf4j</artifactId>
184                 <version>2.17.1</version>
185             </dependency>
186         </dependencies>
187     </dependencyManagement>
188 </project>