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 |
ToineSiebelink | c37678a | 2021-05-20 16:44:21 +0100 | [diff] [blame] | 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
Rishi.Chail | 48830f1 | 2020-11-09 03:28:44 +0000 | [diff] [blame] | 21 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | 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] | 23 | |
| 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | <groupId>org.onap.cps</groupId> |
| 26 | <artifactId>cps-dependencies</artifactId> |
Bruno Sakoto | 0d7bf69 | 2022-03-16 17:14:39 -0400 | [diff] [blame] | 27 | <version>3.0.1-SNAPSHOT</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 28 | <packaging>pom</packaging> |
| 29 | |
| 30 | <name>${project.groupId}:${project.artifactId}</name> |
| 31 | <description>This artifact contains dependencyManagement declarations of upstream versions.</description> |
| 32 | |
JosephKeenan | 9e3fc49 | 2021-07-29 16:10:07 +0100 | [diff] [blame] | 33 | <repositories> |
| 34 | <repository> |
| 35 | <id>nordix-liquibase-repo</id> |
| 36 | <name>liquibase</name> |
| 37 | <url>https://artifactory.nordix.org/artifactory/liquibase</url> |
| 38 | </repository> |
| 39 | </repositories> |
| 40 | |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 41 | <properties> |
shivasubedi | 8a74ced | 2021-04-29 12:48:05 +0100 | [diff] [blame] | 42 | <groovy.version>3.0.8</groovy.version> |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 43 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 44 | <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> |
| 45 | <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> |
Claudio David Gasparini | d45b2dc | 2021-01-13 13:28:07 +0100 | [diff] [blame] | 46 | <sonar.skip>true</sonar.skip> |
Ruslan Kashapov | bf02f20 | 2020-12-17 10:38:53 +0200 | [diff] [blame] | 47 | <testcontainers.version>1.15.1</testcontainers.version> |
DylanB95EST | d042fcd | 2022-02-21 12:57:08 +0000 | [diff] [blame] | 48 | <mapstruct.version>1.4.2.Final</mapstruct.version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 49 | </properties> |
| 50 | |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 51 | <distributionManagement> |
| 52 | <repository> |
| 53 | <id>ecomp-releases</id> |
| 54 | <name>ECOMP Release Repository</name> |
| 55 | <url>${nexusproxy}${releaseNexusPath}</url> |
| 56 | </repository> |
| 57 | <snapshotRepository> |
| 58 | <id>ecomp-snapshots</id> |
| 59 | <name>ECOMP Snapshot Repository</name> |
| 60 | <url>${nexusproxy}${snapshotNexusPath}</url> |
| 61 | </snapshotRepository> |
| 62 | </distributionManagement> |
| 63 | |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 64 | <dependencyManagement> |
| 65 | <dependencies> |
| 66 | <dependency> |
| 67 | <groupId>org.springframework.boot</groupId> |
| 68 | <artifactId>spring-boot-dependencies</artifactId> |
Bruno Sakoto | 91bef9e | 2021-10-20 17:30:29 +0200 | [diff] [blame] | 69 | <version>2.5.5</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 70 | <type>pom</type> |
| 71 | <scope>import</scope> |
| 72 | </dependency> |
| 73 | <dependency> |
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 74 | <groupId>org.springframework.cloud</groupId> |
| 75 | <artifactId>spring-cloud-dependencies</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 76 | <version>2020.0.2</version> |
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 77 | <type>pom</type> |
| 78 | <scope>import</scope> |
| 79 | </dependency> |
| 80 | <dependency> |
ToineSiebelink | ad72efe | 2022-03-02 13:32:56 +0000 | [diff] [blame] | 81 | <groupId>org.springframework</groupId> |
| 82 | <artifactId>spring-web</artifactId> |
| 83 | <version>5.3.13</version> |
| 84 | </dependency> |
| 85 | <dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 86 | <groupId>org.opendaylight.yangtools</groupId> |
| 87 | <artifactId>yangtools-artifacts</artifactId> |
shivasubedi | 0fca83f | 2021-08-03 11:08:52 +0100 | [diff] [blame] | 88 | <version>6.0.1</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> |
| 93 | <groupId>io.swagger.core.v3</groupId> |
| 94 | <artifactId>swagger-annotations</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 95 | <version>2.1.4</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 96 | </dependency> |
| 97 | <dependency> |
puthuparambil.aditya | 4759811 | 2020-11-02 11:31:39 +0000 | [diff] [blame] | 98 | <groupId>io.springfox</groupId> |
puthuparambil.aditya | 52cff68 | 2020-11-05 11:34:41 +0000 | [diff] [blame] | 99 | <artifactId>springfox-boot-starter</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 100 | <version>3.0.0</version> |
puthuparambil.aditya | 4759811 | 2020-11-02 11:31:39 +0000 | [diff] [blame] | 101 | </dependency> |
| 102 | <dependency> |
ToineSiebelink | ad72efe | 2022-03-02 13:32:56 +0000 | [diff] [blame] | 103 | <groupId>com.google.code.gson</groupId> |
| 104 | <artifactId>gson</artifactId> |
| 105 | <version>2.8.9</version> |
| 106 | </dependency> |
| 107 | <dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 108 | <groupId>com.vladmihalcea</groupId> |
| 109 | <artifactId>hibernate-types-52</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 110 | <version>2.10.0</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 111 | </dependency> |
| 112 | <dependency> |
ToineSiebelink | c37678a | 2021-05-20 16:44:21 +0100 | [diff] [blame] | 113 | <groupId>org.antlr</groupId> |
| 114 | <artifactId>antlr4-runtime</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 115 | <version>4.9.2</version> |
ToineSiebelink | c37678a | 2021-05-20 16:44:21 +0100 | [diff] [blame] | 116 | </dependency> |
| 117 | <dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 118 | <groupId>org.codehaus.groovy</groupId> |
| 119 | <artifactId>groovy</artifactId> |
| 120 | <version>${groovy.version}</version> |
| 121 | </dependency> |
| 122 | <dependency> |
shivasubedi | 8a74ced | 2021-04-29 12:48:05 +0100 | [diff] [blame] | 123 | <groupId>org.codehaus.groovy</groupId> |
| 124 | <artifactId>groovy-json</artifactId> |
| 125 | <version>${groovy.version}</version> |
| 126 | </dependency> |
| 127 | <dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 128 | <groupId>org.spockframework</groupId> |
| 129 | <artifactId>spock-core</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 130 | <version>2.0-M5-groovy-3.0</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 131 | </dependency> |
| 132 | <dependency> |
puthuparambil.aditya | 008c0ad | 2020-12-14 15:46:30 +0000 | [diff] [blame] | 133 | <groupId>org.spockframework</groupId> |
| 134 | <artifactId>spock-spring</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 135 | <version>2.0-M5-groovy-3.0</version> |
puthuparambil.aditya | 008c0ad | 2020-12-14 15:46:30 +0000 | [diff] [blame] | 136 | </dependency> |
| 137 | <dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 138 | <groupId>cglib</groupId> |
| 139 | <artifactId>cglib-nodep</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 140 | <version>3.1</version> |
Claudio David Gasparini | 1bd1c6c | 2020-11-08 22:31:43 +0100 | [diff] [blame] | 141 | </dependency> |
| 142 | <dependency> |
| 143 | <groupId>org.apache.commons</groupId> |
| 144 | <artifactId>commons-lang3</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 145 | <version>3.11</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 146 | </dependency> |
Rishi.Chail | 48830f1 | 2020-11-09 03:28:44 +0000 | [diff] [blame] | 147 | <dependency> |
Bruno Sakoto | 91bef9e | 2021-10-20 17:30:29 +0200 | [diff] [blame] | 148 | <groupId>org.jetbrains</groupId> |
| 149 | <artifactId>annotations</artifactId> |
| 150 | <version>22.0.0</version> |
| 151 | </dependency> |
| 152 | <dependency> |
Ruslan Kashapov | 7cca029 | 2020-11-24 11:13:43 +0200 | [diff] [blame] | 153 | <groupId>org.testcontainers</groupId> |
Renu Kumari | ff52b94 | 2021-05-27 23:16:32 -0400 | [diff] [blame] | 154 | <artifactId>kafka</artifactId> |
| 155 | <version>${testcontainers.version}</version> |
| 156 | </dependency> |
| 157 | <dependency> |
| 158 | <groupId>org.testcontainers</groupId> |
Ruslan Kashapov | 7cca029 | 2020-11-24 11:13:43 +0200 | [diff] [blame] | 159 | <artifactId>postgresql</artifactId> |
| 160 | <version>${testcontainers.version}</version> |
| 161 | </dependency> |
Claudio David Gasparini | 9f93f79 | 2020-12-18 14:37:27 +0100 | [diff] [blame] | 162 | <dependency> |
ToineSiebelink | 2806662 | 2021-01-27 10:47:04 +0000 | [diff] [blame] | 163 | <groupId>org.testcontainers</groupId> |
| 164 | <artifactId>spock</artifactId> |
| 165 | <version>${testcontainers.version}</version> |
| 166 | </dependency> |
| 167 | <dependency> |
Claudio David Gasparini | 9f93f79 | 2020-12-18 14:37:27 +0100 | [diff] [blame] | 168 | <groupId>com.github.spotbugs</groupId> |
| 169 | <artifactId>spotbugs</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 170 | <version>4.2.0</version> |
Claudio David Gasparini | 9f93f79 | 2020-12-18 14:37:27 +0100 | [diff] [blame] | 171 | </dependency> |
puthuparambil.aditya | 495ae8e | 2021-02-23 15:51:00 +0000 | [diff] [blame] | 172 | <dependency> |
| 173 | <groupId>org.liquibase</groupId> |
| 174 | <artifactId>liquibase-core</artifactId> |
JosephKeenan | 9e3fc49 | 2021-07-29 16:10:07 +0100 | [diff] [blame] | 175 | <version>4.4.2-nordix</version> |
puthuparambil.aditya | 495ae8e | 2021-02-23 15:51:00 +0000 | [diff] [blame] | 176 | </dependency> |
DylanB95EST | db1f378 | 2021-06-22 16:57:16 +0100 | [diff] [blame] | 177 | <dependency> |
| 178 | <groupId>com.tngtech.archunit</groupId> |
| 179 | <artifactId>archunit-junit5</artifactId> |
shivasubedi | 34c30f8 | 2021-07-07 16:30:36 +0100 | [diff] [blame] | 180 | <version>0.18.0</version> |
DylanB95EST | db1f378 | 2021-06-22 16:57:16 +0100 | [diff] [blame] | 181 | <scope>test</scope> |
| 182 | </dependency> |
niamhcore | cf6c2e8 | 2021-12-15 13:05:08 +0000 | [diff] [blame] | 183 | <dependency> |
| 184 | <groupId>org.apache.logging.log4j</groupId> |
| 185 | <artifactId>log4j-api</artifactId> |
puthuparambil.aditya | b3c526f | 2022-01-05 10:46:35 +0000 | [diff] [blame] | 186 | <version>2.17.1</version> |
niamhcore | cf6c2e8 | 2021-12-15 13:05:08 +0000 | [diff] [blame] | 187 | </dependency> |
| 188 | <dependency> |
| 189 | <groupId>org.apache.logging.log4j</groupId> |
| 190 | <artifactId>log4j-to-slf4j</artifactId> |
puthuparambil.aditya | b3c526f | 2022-01-05 10:46:35 +0000 | [diff] [blame] | 191 | <version>2.17.1</version> |
niamhcore | cf6c2e8 | 2021-12-15 13:05:08 +0000 | [diff] [blame] | 192 | </dependency> |
DylanB95EST | d042fcd | 2022-02-21 12:57:08 +0000 | [diff] [blame] | 193 | <dependency> |
| 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> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 203 | </dependencies> |
| 204 | </dependencyManagement> |
Ruslan Kashapov | 7cca029 | 2020-11-24 11:13:43 +0200 | [diff] [blame] | 205 | </project> |