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. |
lukegleeson | d5bda88 | 2022-03-02 14:32:47 +0000 | [diff] [blame] | 5 | Modifications Copyright (C) 2020-2022 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> |
ToineSiebelink | ae74cfd | 2022-03-21 16:17:23 +0000 | [diff] [blame] | 30 | <version>3.1.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 | |
JosephKeenan | 9e3fc49 | 2021-07-29 16:10:07 +0100 | [diff] [blame] | 36 | <repositories> |
| 37 | <repository> |
| 38 | <id>nordix-liquibase-repo</id> |
| 39 | <name>liquibase</name> |
| 40 | <url>https://artifactory.nordix.org/artifactory/liquibase</url> |
| 41 | </repository> |
| 42 | </repositories> |
| 43 | |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 44 | <properties> |
shivasubedi | 8a74ced | 2021-04-29 12:48:05 +0100 | [diff] [blame] | 45 | <groovy.version>3.0.8</groovy.version> |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 46 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 47 | <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> |
| 48 | <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> |
Claudio David Gasparini | d45b2dc | 2021-01-13 13:28:07 +0100 | [diff] [blame] | 49 | <sonar.skip>true</sonar.skip> |
Ruslan Kashapov | bf02f20 | 2020-12-17 10:38:53 +0200 | [diff] [blame] | 50 | <testcontainers.version>1.15.1</testcontainers.version> |
DylanB95EST | d042fcd | 2022-02-21 12:57:08 +0000 | [diff] [blame] | 51 | <mapstruct.version>1.4.2.Final</mapstruct.version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 52 | </properties> |
| 53 | |
emaclee | 6cfd73e | 2022-03-24 10:10:37 +0000 | [diff] [blame] | 54 | <build> |
| 55 | <pluginManagement> |
| 56 | <plugins> |
| 57 | <plugin> |
| 58 | <groupId>org.apache.maven.plugins</groupId> |
| 59 | <artifactId>maven-deploy-plugin</artifactId> |
| 60 | <version>2.8.2</version> |
| 61 | </plugin> |
| 62 | </plugins> |
| 63 | </pluginManagement> |
| 64 | </build> |
| 65 | |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 66 | <distributionManagement> |
| 67 | <repository> |
| 68 | <id>ecomp-releases</id> |
| 69 | <name>ECOMP Release Repository</name> |
| 70 | <url>${nexusproxy}${releaseNexusPath}</url> |
| 71 | </repository> |
| 72 | <snapshotRepository> |
| 73 | <id>ecomp-snapshots</id> |
| 74 | <name>ECOMP Snapshot Repository</name> |
| 75 | <url>${nexusproxy}${snapshotNexusPath}</url> |
| 76 | </snapshotRepository> |
| 77 | </distributionManagement> |
| 78 | |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 79 | <dependencyManagement> |
| 80 | <dependencies> |
| 81 | <dependency> |
| 82 | <groupId>org.springframework.boot</groupId> |
| 83 | <artifactId>spring-boot-dependencies</artifactId> |
JosephKeenan | 274d161 | 2022-03-23 15:01:33 +0000 | [diff] [blame] | 84 | <version>2.6.4</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 85 | <type>pom</type> |
| 86 | <scope>import</scope> |
| 87 | </dependency> |
| 88 | <dependency> |
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 89 | <groupId>org.springframework.cloud</groupId> |
| 90 | <artifactId>spring-cloud-dependencies</artifactId> |
JosephKeenan | 274d161 | 2022-03-23 15:01:33 +0000 | [diff] [blame] | 91 | <version>2021.0.1</version> |
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 92 | <type>pom</type> |
| 93 | <scope>import</scope> |
| 94 | </dependency> |
| 95 | <dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 96 | <groupId>org.opendaylight.yangtools</groupId> |
| 97 | <artifactId>yangtools-artifacts</artifactId> |
shivasubedi | 0fca83f | 2021-08-03 11:08:52 +0100 | [diff] [blame] | 98 | <version>6.0.1</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 99 | <type>pom</type> |
| 100 | <scope>import</scope> |
| 101 | </dependency> |
| 102 | <dependency> |
| 103 | <groupId>io.swagger.core.v3</groupId> |
| 104 | <artifactId>swagger-annotations</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 105 | <version>2.1.4</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 106 | </dependency> |
| 107 | <dependency> |
puthuparambil.aditya | 4759811 | 2020-11-02 11:31:39 +0000 | [diff] [blame] | 108 | <groupId>io.springfox</groupId> |
puthuparambil.aditya | 52cff68 | 2020-11-05 11:34:41 +0000 | [diff] [blame] | 109 | <artifactId>springfox-boot-starter</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 110 | <version>3.0.0</version> |
puthuparambil.aditya | 4759811 | 2020-11-02 11:31:39 +0000 | [diff] [blame] | 111 | </dependency> |
| 112 | <dependency> |
ToineSiebelink | ad72efe | 2022-03-02 13:32:56 +0000 | [diff] [blame] | 113 | <groupId>com.google.code.gson</groupId> |
| 114 | <artifactId>gson</artifactId> |
| 115 | <version>2.8.9</version> |
| 116 | </dependency> |
| 117 | <dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 118 | <groupId>com.vladmihalcea</groupId> |
| 119 | <artifactId>hibernate-types-52</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 120 | <version>2.10.0</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 121 | </dependency> |
| 122 | <dependency> |
ToineSiebelink | c37678a | 2021-05-20 16:44:21 +0100 | [diff] [blame] | 123 | <groupId>org.antlr</groupId> |
| 124 | <artifactId>antlr4-runtime</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 125 | <version>4.9.2</version> |
ToineSiebelink | c37678a | 2021-05-20 16:44:21 +0100 | [diff] [blame] | 126 | </dependency> |
| 127 | <dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 128 | <groupId>org.codehaus.groovy</groupId> |
| 129 | <artifactId>groovy</artifactId> |
| 130 | <version>${groovy.version}</version> |
| 131 | </dependency> |
| 132 | <dependency> |
shivasubedi | 8a74ced | 2021-04-29 12:48:05 +0100 | [diff] [blame] | 133 | <groupId>org.codehaus.groovy</groupId> |
| 134 | <artifactId>groovy-json</artifactId> |
| 135 | <version>${groovy.version}</version> |
| 136 | </dependency> |
| 137 | <dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 138 | <groupId>org.spockframework</groupId> |
| 139 | <artifactId>spock-core</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 140 | <version>2.0-M5-groovy-3.0</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 141 | </dependency> |
| 142 | <dependency> |
puthuparambil.aditya | 008c0ad | 2020-12-14 15:46:30 +0000 | [diff] [blame] | 143 | <groupId>org.spockframework</groupId> |
| 144 | <artifactId>spock-spring</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 145 | <version>2.0-M5-groovy-3.0</version> |
puthuparambil.aditya | 008c0ad | 2020-12-14 15:46:30 +0000 | [diff] [blame] | 146 | </dependency> |
| 147 | <dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 148 | <groupId>cglib</groupId> |
| 149 | <artifactId>cglib-nodep</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 150 | <version>3.1</version> |
Claudio David Gasparini | 1bd1c6c | 2020-11-08 22:31:43 +0100 | [diff] [blame] | 151 | </dependency> |
| 152 | <dependency> |
| 153 | <groupId>org.apache.commons</groupId> |
| 154 | <artifactId>commons-lang3</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 155 | <version>3.11</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 156 | </dependency> |
Rishi.Chail | 48830f1 | 2020-11-09 03:28:44 +0000 | [diff] [blame] | 157 | <dependency> |
Bruno Sakoto | 91bef9e | 2021-10-20 17:30:29 +0200 | [diff] [blame] | 158 | <groupId>org.jetbrains</groupId> |
| 159 | <artifactId>annotations</artifactId> |
| 160 | <version>22.0.0</version> |
| 161 | </dependency> |
| 162 | <dependency> |
Ruslan Kashapov | 7cca029 | 2020-11-24 11:13:43 +0200 | [diff] [blame] | 163 | <groupId>org.testcontainers</groupId> |
Renu Kumari | ff52b94 | 2021-05-27 23:16:32 -0400 | [diff] [blame] | 164 | <artifactId>kafka</artifactId> |
| 165 | <version>${testcontainers.version}</version> |
| 166 | </dependency> |
| 167 | <dependency> |
| 168 | <groupId>org.testcontainers</groupId> |
Ruslan Kashapov | 7cca029 | 2020-11-24 11:13:43 +0200 | [diff] [blame] | 169 | <artifactId>postgresql</artifactId> |
| 170 | <version>${testcontainers.version}</version> |
| 171 | </dependency> |
Claudio David Gasparini | 9f93f79 | 2020-12-18 14:37:27 +0100 | [diff] [blame] | 172 | <dependency> |
ToineSiebelink | 2806662 | 2021-01-27 10:47:04 +0000 | [diff] [blame] | 173 | <groupId>org.testcontainers</groupId> |
| 174 | <artifactId>spock</artifactId> |
| 175 | <version>${testcontainers.version}</version> |
| 176 | </dependency> |
| 177 | <dependency> |
Claudio David Gasparini | 9f93f79 | 2020-12-18 14:37:27 +0100 | [diff] [blame] | 178 | <groupId>com.github.spotbugs</groupId> |
| 179 | <artifactId>spotbugs</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 180 | <version>4.2.0</version> |
Claudio David Gasparini | 9f93f79 | 2020-12-18 14:37:27 +0100 | [diff] [blame] | 181 | </dependency> |
puthuparambil.aditya | 495ae8e | 2021-02-23 15:51:00 +0000 | [diff] [blame] | 182 | <dependency> |
| 183 | <groupId>org.liquibase</groupId> |
| 184 | <artifactId>liquibase-core</artifactId> |
JosephKeenan | 9e3fc49 | 2021-07-29 16:10:07 +0100 | [diff] [blame] | 185 | <version>4.4.2-nordix</version> |
puthuparambil.aditya | 495ae8e | 2021-02-23 15:51:00 +0000 | [diff] [blame] | 186 | </dependency> |
DylanB95EST | db1f378 | 2021-06-22 16:57:16 +0100 | [diff] [blame] | 187 | <dependency> |
| 188 | <groupId>com.tngtech.archunit</groupId> |
| 189 | <artifactId>archunit-junit5</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 190 | <version>0.18.0</version> |
DylanB95EST | db1f378 | 2021-06-22 16:57:16 +0100 | [diff] [blame] | 191 | <scope>test</scope> |
| 192 | </dependency> |
niamhcore | cf6c2e8 | 2021-12-15 13:05:08 +0000 | [diff] [blame] | 193 | <dependency> |
DylanB95EST | d042fcd | 2022-02-21 12:57:08 +0000 | [diff] [blame] | 194 | <groupId>org.mapstruct</groupId> |
| 195 | <artifactId>mapstruct</artifactId> |
| 196 | <version>${mapstruct.version}</version> |
| 197 | </dependency> |
| 198 | <dependency> |
| 199 | <groupId>org.mapstruct</groupId> |
| 200 | <artifactId>mapstruct-processor</artifactId> |
| 201 | <version>${mapstruct.version}</version> |
| 202 | </dependency> |
sourabh_sourabh | ac5ae3e | 2022-04-22 22:47:41 +0100 | [diff] [blame] | 203 | <dependency> |
| 204 | <groupId>net.logstash.logback</groupId> |
| 205 | <artifactId>logstash-logback-encoder</artifactId> |
| 206 | <version>7.0.1</version> |
| 207 | </dependency> |
| 208 | <dependency> |
| 209 | <groupId>org.codehaus.janino</groupId> |
| 210 | <artifactId>janino</artifactId> |
| 211 | <version>3.1.7</version> |
| 212 | </dependency> |
mpriyank | 0238998 | 2022-07-01 14:47:09 +0100 | [diff] [blame] | 213 | <dependency> |
| 214 | <groupId>com.hazelcast</groupId> |
| 215 | <artifactId>hazelcast-spring</artifactId> |
| 216 | <version>4.2.5</version> |
| 217 | </dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 218 | </dependencies> |
| 219 | </dependencyManagement> |
Ruslan Kashapov | 7cca029 | 2020-11-24 11:13:43 +0200 | [diff] [blame] | 220 | </project> |