Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Alexis de Talhouët | d4b56bc | 2019-07-01 19:25:41 -0400 | [diff] [blame] | 3 | ~ Copyright © 2017-2019 AT&T, IBM, Bell Canada. |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 4 | ~ |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
| 16 | --> |
Dan Timoney | 8edec22 | 2020-04-07 11:51:20 -0400 | [diff] [blame] | 17 | |
Timoney, Dan (dt5972) | 45bdf84 | 2019-08-06 10:19:48 -0400 | [diff] [blame] | 18 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 19 | <modelVersion>4.0.0</modelVersion> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 20 | |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 21 | <parent> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 22 | <groupId>org.onap.ccsdk.cds</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 23 | <artifactId>blueprintsprocessor</artifactId> |
Dan Timoney | 31ec742 | 2020-09-22 15:56:18 -0400 | [diff] [blame] | 24 | <version>1.1.0-SNAPSHOT</version> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 25 | </parent> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 26 | |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 27 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 28 | <artifactId>blueprintsprocessor-parent</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 29 | <packaging>pom</packaging> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 30 | |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 31 | <name>MS Blueprints Processor Parent</name> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 32 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 33 | <properties> |
Brinda Santh | 65bb9d0 | 2020-02-05 15:51:03 -0500 | [diff] [blame] | 34 | <!-- Override CDS version from parent to be project.version --> |
Brinda Santh | 91b3a64 | 2020-03-06 13:04:37 -0500 | [diff] [blame] | 35 | <error.catalog.version>${project.version}</error.catalog.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 36 | <dmaap.client.version>1.1.5</dmaap.client.version> |
JakobKrieg | c9abcdb | 2020-11-26 16:26:51 +0100 | [diff] [blame] | 37 | <springfox.swagger2.version>3.0.0</springfox.swagger2.version> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 38 | <eelf.version>1.0.0</eelf.version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 39 | <onap.logger.slf4j>1.2.2</onap.logger.slf4j> |
Brinda Santh | 65bb9d0 | 2020-02-05 15:51:03 -0500 | [diff] [blame] | 40 | <hazelcast.version>4.0</hazelcast.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 41 | |
| 42 | <h2database.version>1.4.197</h2database.version> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 43 | <powermock.version>1.7.4</powermock.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 44 | <mockkserver.version>5.5.1</mockkserver.version> |
| 45 | <json.unit.version>2.8.0</json.unit.version> |
| 46 | <xmlunit.version>2.6.3</xmlunit.version> |
| 47 | |
Brinda Santh | 910fa69 | 2019-10-22 16:14:00 -0400 | [diff] [blame] | 48 | <netty-ssl>2.0.26.Final</netty-ssl> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 49 | <sshd.version>2.2.0</sshd.version> |
| 50 | <jsch.version>0.1.55</jsch.version> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 51 | <jslt.version>0.1.8</jslt.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 52 | <jython.version>2.7.1</jython.version> |
Steve Siani | 49552ce | 2019-07-08 12:33:43 -0400 | [diff] [blame] | 53 | <jinja.version>2.5.1</jinja.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 54 | <guava.version>27.0.1-jre</guava.version> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 55 | <json-patch.version>1.9</json-patch.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 56 | <json-smart.version>2.3</json-smart.version> |
| 57 | |
| 58 | <commons-io-version>2.6</commons-io-version> |
Lukasz Rajewski | cc9f145 | 2020-02-23 19:36:38 +0100 | [diff] [blame] | 59 | <commons-compress-version>1.20</commons-compress-version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 60 | <commons-collections-version>3.2.2</commons-collections-version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 61 | </properties> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 62 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 63 | <dependencyManagement> |
| 64 | <dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 65 | <!-- Spring Boot --> |
| 66 | <dependency> |
| 67 | <groupId>org.springframework.boot</groupId> |
| 68 | <artifactId>spring-boot-starter-parent</artifactId> |
| 69 | <version>${spring.boot.version}</version> |
| 70 | <type>pom</type> |
| 71 | <scope>import</scope> |
| 72 | </dependency> |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame] | 73 | <dependency> |
| 74 | <groupId>org.springframework.kafka</groupId> |
| 75 | <artifactId>spring-kafka</artifactId> |
Brinda Santh | 5c094c6 | 2020-01-31 14:41:41 -0500 | [diff] [blame] | 76 | <version>${spring-kafka.version}</version> |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame] | 77 | </dependency> |
| 78 | |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 79 | <!--Swagger Dependencies --> |
| 80 | <dependency> |
| 81 | <groupId>io.springfox</groupId> |
JakobKrieg | c9abcdb | 2020-11-26 16:26:51 +0100 | [diff] [blame] | 82 | <artifactId>springfox-boot-starter</artifactId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 83 | <version>${springfox.swagger2.version}</version> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame] | 84 | <exclusions> |
| 85 | <exclusion> |
| 86 | <groupId>org.slf4j</groupId> |
| 87 | <artifactId>slf4j-api</artifactId> |
| 88 | </exclusion> |
| 89 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 90 | </dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 91 | |
| 92 | <!-- Common Utils Dependencies --> |
| 93 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 94 | <groupId>commons-collections</groupId> |
| 95 | <artifactId>commons-collections</artifactId> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 96 | <version>${commons-collections-version}</version> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 97 | </dependency> |
| 98 | <dependency> |
| 99 | <groupId>commons-io</groupId> |
| 100 | <artifactId>commons-io</artifactId> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 101 | <version>${commons-io-version}</version> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 102 | </dependency> |
| 103 | <dependency> |
Lukasz Rajewski | cc9f145 | 2020-02-23 19:36:38 +0100 | [diff] [blame] | 104 | <groupId>org.apache.commons</groupId> |
| 105 | <artifactId>commons-compress</artifactId> |
| 106 | <version>${commons-compress-version}</version> |
| 107 | </dependency> |
| 108 | <dependency> |
Steve Siani | f7d891d | 2019-04-03 15:23:27 -0400 | [diff] [blame] | 109 | <groupId>com.hubspot.jinjava</groupId> |
| 110 | <artifactId>jinjava</artifactId> |
| 111 | <version>${jinja.version}</version> |
| 112 | </dependency> |
| 113 | <dependency> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 114 | <groupId>com.schibsted.spt.data</groupId> |
| 115 | <artifactId>jslt</artifactId> |
| 116 | <version>${jslt.version}</version> |
| 117 | </dependency> |
| 118 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 119 | <groupId>com.google.guava</groupId> |
| 120 | <artifactId>guava</artifactId> |
| 121 | <version>${guava.version}</version> |
| 122 | </dependency> |
| 123 | <dependency> |
Brinda Santh | 571c493 | 2019-08-09 15:32:18 -0400 | [diff] [blame] | 124 | <groupId>net.javacrumbs.json-unit</groupId> |
| 125 | <artifactId>json-unit-json-path</artifactId> |
| 126 | <version>${json.unit.version}</version> |
| 127 | <scope>compile</scope> |
| 128 | </dependency> |
| 129 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 130 | <groupId>org.python</groupId> |
| 131 | <artifactId>jython-standalone</artifactId> |
| 132 | <version>${jython.version}</version> |
| 133 | </dependency> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 134 | <dependency> |
| 135 | <groupId>net.minidev</groupId> |
| 136 | <artifactId>json-smart</artifactId> |
| 137 | <version>${json-smart.version}</version> |
| 138 | </dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 139 | |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 140 | <!-- Kotlin Dependencies --> |
| 141 | <dependency> |
| 142 | <groupId>org.jetbrains.kotlin</groupId> |
| 143 | <artifactId>kotlin-stdlib</artifactId> |
| 144 | <version>${kotlin.version}</version> |
| 145 | </dependency> |
| 146 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 147 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 94df510 | 2019-01-23 11:42:13 -0500 | [diff] [blame] | 148 | <artifactId>kotlin-stdlib-common</artifactId> |
| 149 | <version>${kotlin.version}</version> |
| 150 | </dependency> |
Muthuramalingam, Brinda Santh | b20d517 | 2019-01-25 20:17:35 -0500 | [diff] [blame] | 151 | <!--Use kotlin-compiler-embeddable instead koltin-compiler wrap--> |
| 152 | <!--guava dependency inside kotlin-compiler creating classpath issues at runtime--> |
Muthuramalingam, Brinda Santh | 94df510 | 2019-01-23 11:42:13 -0500 | [diff] [blame] | 153 | <dependency> |
| 154 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 155 | <artifactId>kotlin-scripting-jvm-host</artifactId> |
| 156 | <version>${kotlin.version}</version> |
Muthuramalingam, Brinda Santh | b20d517 | 2019-01-25 20:17:35 -0500 | [diff] [blame] | 157 | <exclusions> |
| 158 | <exclusion> |
| 159 | <groupId>org.jetbrains.kotlin</groupId> |
| 160 | <artifactId>kotlin-compile</artifactId> |
| 161 | </exclusion> |
| 162 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 163 | </dependency> |
| 164 | <dependency> |
| 165 | <groupId>org.jetbrains.kotlin</groupId> |
| 166 | <artifactId>kotlin-compiler-embeddable</artifactId> |
| 167 | <version>${kotlin.version}</version> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 168 | </dependency> |
| 169 | <dependency> |
| 170 | <groupId>org.jetbrains.kotlin</groupId> |
| 171 | <artifactId>kotlin-script-util</artifactId> |
| 172 | <version>${kotlin.version}</version> |
| 173 | </dependency> |
| 174 | <dependency> |
| 175 | <groupId>org.jetbrains.kotlin</groupId> |
| 176 | <artifactId>kotlin-script-runtime</artifactId> |
| 177 | <version>${kotlin.version}</version> |
| 178 | </dependency> |
| 179 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 180 | <groupId>org.jetbrains.kotlinx</groupId> |
| 181 | <artifactId>kotlinx-coroutines-core</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 182 | <version>${kotlin.couroutines.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 183 | </dependency> |
| 184 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | cf6cf51 | 2018-12-20 11:16:31 -0500 | [diff] [blame] | 185 | <groupId>org.jetbrains.kotlinx</groupId> |
| 186 | <artifactId>kotlinx-coroutines-reactor</artifactId> |
| 187 | <version>${kotlin.couroutines.version}</version> |
| 188 | </dependency> |
| 189 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 190 | <groupId>org.jetbrains.kotlin</groupId> |
| 191 | <artifactId>kotlin-reflect</artifactId> |
| 192 | <version>${kotlin.version}</version> |
| 193 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 194 | <dependency> |
Brinda Santh | ea84b36 | 2019-12-03 16:15:20 -0500 | [diff] [blame] | 195 | <groupId>com.github.marcoferrer.krotoplus</groupId> |
| 196 | <artifactId>kroto-plus-coroutines</artifactId> |
| 197 | <version>${kroto-plus.version}</version> |
| 198 | </dependency> |
| 199 | <dependency> |
Brinda Santh | 910fa69 | 2019-10-22 16:14:00 -0400 | [diff] [blame] | 200 | <groupId>io.netty</groupId> |
| 201 | <artifactId>netty-tcnative-boringssl-static</artifactId> |
| 202 | <version>${netty-ssl}</version> |
| 203 | </dependency> |
Brinda Santh | 7003208 | 2019-09-11 22:07:33 -0400 | [diff] [blame] | 204 | |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 205 | <!-- NATS --> |
| 206 | <dependency> |
| 207 | <groupId>io.nats</groupId> |
| 208 | <artifactId>jnats</artifactId> |
| 209 | <version>${nats.version}</version> |
| 210 | </dependency> |
| 211 | <dependency> |
| 212 | <groupId>io.nats</groupId> |
| 213 | <artifactId>java-nats-streaming</artifactId> |
| 214 | <version>${nats.streaming.version}</version> |
| 215 | </dependency> |
| 216 | |
Brinda Santh | 65bb9d0 | 2020-02-05 15:51:03 -0500 | [diff] [blame] | 217 | <!-- Hazelcast --> |
Brinda Santh | 383235b | 2019-12-16 20:59:41 -0500 | [diff] [blame] | 218 | <dependency> |
Brinda Santh | 65bb9d0 | 2020-02-05 15:51:03 -0500 | [diff] [blame] | 219 | <groupId>com.hazelcast</groupId> |
| 220 | <artifactId>hazelcast-all</artifactId> |
| 221 | <version>${hazelcast.version}</version> |
Brinda Santh | 383235b | 2019-12-16 20:59:41 -0500 | [diff] [blame] | 222 | </dependency> |
| 223 | |
Muthuramalingam, Brinda Santh | ab7895a | 2019-03-15 07:59:22 -0400 | [diff] [blame] | 224 | <!-- Adaptors --> |
| 225 | <dependency> |
| 226 | <groupId>org.apache.sshd</groupId> |
| 227 | <artifactId>sshd-core</artifactId> |
| 228 | <version>${sshd.version}</version> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame] | 229 | <exclusions> |
| 230 | <exclusion> |
| 231 | <groupId>org.slf4j</groupId> |
| 232 | <artifactId>slf4j-api</artifactId> |
| 233 | </exclusion> |
| 234 | </exclusions> |
Muthuramalingam, Brinda Santh | ab7895a | 2019-03-15 07:59:22 -0400 | [diff] [blame] | 235 | </dependency> |
| 236 | <dependency> |
| 237 | <groupId>com.jcraft</groupId> |
| 238 | <artifactId>jsch</artifactId> |
| 239 | <version>${jsch.version}</version> |
| 240 | </dependency> |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame] | 241 | <dependency> |
| 242 | <groupId>org.apache.kafka</groupId> |
| 243 | <artifactId>kafka-clients</artifactId> |
| 244 | <version>${kafka.version}</version> |
| 245 | </dependency> |
| 246 | <dependency> |
| 247 | <groupId>org.apache.kafka</groupId> |
| 248 | <artifactId>kafka-streams</artifactId> |
| 249 | <version>${kafka.version}</version> |
| 250 | </dependency> |
| 251 | |
Brinda Santh | 91b3a64 | 2020-03-06 13:04:37 -0500 | [diff] [blame] | 252 | <!-- Error Catalog --> |
| 253 | <dependency> |
Dan Timoney | f946eae | 2020-03-17 08:34:04 -0400 | [diff] [blame] | 254 | <groupId>org.onap.ccsdk.cds.error.catalog</groupId> |
Brinda Santh | 91b3a64 | 2020-03-06 13:04:37 -0500 | [diff] [blame] | 255 | <artifactId>error-catalog-core</artifactId> |
| 256 | <version>${error.catalog.version}</version> |
| 257 | <exclusions> |
| 258 | <exclusion> |
| 259 | <groupId>*</groupId> |
| 260 | <artifactId>*</artifactId> |
| 261 | </exclusion> |
| 262 | </exclusions> |
| 263 | </dependency> |
| 264 | <dependency> |
Dan Timoney | f946eae | 2020-03-17 08:34:04 -0400 | [diff] [blame] | 265 | <groupId>org.onap.ccsdk.cds.error.catalog</groupId> |
Brinda Santh | 91b3a64 | 2020-03-06 13:04:37 -0500 | [diff] [blame] | 266 | <artifactId>error-catalog-services</artifactId> |
| 267 | <version>${error.catalog.version}</version> |
| 268 | <exclusions> |
| 269 | <exclusion> |
| 270 | <groupId>*</groupId> |
| 271 | <artifactId>*</artifactId> |
| 272 | </exclusion> |
| 273 | </exclusions> |
| 274 | </dependency> |
| 275 | |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 276 | <!-- SLI Version --> |
| 277 | <dependency> |
| 278 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 279 | <artifactId>sli-provider</artifactId> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 280 | <version>${ccsdk.sli.core.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 281 | <exclusions> |
| 282 | <exclusion> |
| 283 | <groupId>commons-lang</groupId> |
| 284 | <artifactId>commons-lang</artifactId> |
| 285 | </exclusion> |
| 286 | <exclusion> |
| 287 | <groupId>org.apache.commons</groupId> |
| 288 | <artifactId>*</artifactId> |
| 289 | </exclusion> |
| 290 | <exclusion> |
| 291 | <groupId>org.slf4j</groupId> |
| 292 | <artifactId>*</artifactId> |
| 293 | </exclusion> |
| 294 | <exclusion> |
| 295 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 296 | <artifactId>*</artifactId> |
| 297 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | 66439ec | 2018-12-17 11:15:28 -0500 | [diff] [blame] | 298 | <exclusion> |
| 299 | <groupId>org.opendaylight.controller</groupId> |
| 300 | <artifactId>*</artifactId> |
| 301 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 302 | <exclusion> |
| 303 | <groupId>org.apache.tomcat</groupId> |
| 304 | <artifactId>*</artifactId> |
| 305 | </exclusion> |
| 306 | <exclusion> |
| 307 | <groupId>org.apache.karaf.shell</groupId> |
| 308 | <artifactId>*</artifactId> |
| 309 | </exclusion> |
| 310 | <exclusion> |
| 311 | <groupId>org.mariadb.jdbc</groupId> |
| 312 | <artifactId>*</artifactId> |
| 313 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 314 | <exclusion> |
| 315 | <groupId>org.powermock</groupId> |
| 316 | <artifactId>*</artifactId> |
| 317 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 318 | </exclusions> |
| 319 | </dependency> |
| 320 | |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 321 | <!-- Blueprint Processor Application Module Dependencies --> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 322 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 323 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 324 | <artifactId>processor-core</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 325 | <version>${ccsdk.cds.version}</version> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 326 | </dependency> |
| 327 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 328 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 329 | <artifactId>db-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 330 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 331 | </dependency> |
| 332 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 333 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 334 | <artifactId>rest-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 335 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 336 | </dependency> |
| 337 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 338 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 339 | <artifactId>nats-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 340 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 341 | </dependency> |
| 342 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 343 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 12b078d | 2019-05-15 15:21:34 -0400 | [diff] [blame] | 344 | <artifactId>ssh-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 345 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | 12b078d | 2019-05-15 15:21:34 -0400 | [diff] [blame] | 346 | </dependency> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 347 | |
Singal, Kapil (ks220y) | 98d0905 | 2019-10-30 11:38:18 -0400 | [diff] [blame] | 348 | <!-- message-lib dependency --> |
| 349 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 350 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Singal, Kapil (ks220y) | 98d0905 | 2019-10-30 11:38:18 -0400 | [diff] [blame] | 351 | <artifactId>message-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 352 | <version>${ccsdk.cds.version}</version> |
Singal, Kapil (ks220y) | 98d0905 | 2019-10-30 11:38:18 -0400 | [diff] [blame] | 353 | </dependency> |
Brinda Santh | 12b078d | 2019-05-15 15:21:34 -0400 | [diff] [blame] | 354 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 355 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 356 | <artifactId>dmaap-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 357 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 358 | </dependency> |
| 359 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 360 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | bc95a55 | 2019-04-10 18:14:44 -0400 | [diff] [blame] | 361 | <artifactId>grpc-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 362 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | bc95a55 | 2019-04-10 18:14:44 -0400 | [diff] [blame] | 363 | </dependency> |
| 364 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 365 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 366 | <artifactId>execution-service</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 367 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 368 | </dependency> |
| 369 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 370 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 371 | <artifactId>workflow-service</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 372 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 373 | </dependency> |
Brinda Santh | 8d3f825 | 2019-08-01 11:25:14 -0400 | [diff] [blame] | 374 | |
| 375 | <!-- North Bound --> |
| 376 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 377 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 378 | <artifactId>configs-api</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 379 | <version>${ccsdk.cds.version}</version> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 380 | </dependency> |
| 381 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 382 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 8d3f825 | 2019-08-01 11:25:14 -0400 | [diff] [blame] | 383 | <artifactId>designer-api</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 384 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | 8d3f825 | 2019-08-01 11:25:14 -0400 | [diff] [blame] | 385 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 386 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 387 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 388 | <artifactId>resource-api</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 389 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 390 | </dependency> |
| 391 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 392 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 393 | <artifactId>selfservice-api</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 394 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 395 | </dependency> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 396 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 397 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
| 398 | <artifactId>blueprintsprocessor-application</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 399 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 400 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 401 | |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 402 | <!-- Functions --> |
| 403 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 404 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 405 | <artifactId>resource-resolution</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 406 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 407 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 408 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 409 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Huang Cheng | fdfeef7 | 2020-02-04 03:53:15 +0000 | [diff] [blame] | 410 | <artifactId>restful-executor</artifactId> |
Huang Cheng | 00fc758 | 2020-01-08 09:44:17 +0000 | [diff] [blame] | 411 | <version>${ccsdk.cds.version}</version> |
| 412 | </dependency> |
| 413 | <dependency> |
| 414 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 415 | <artifactId>python-executor</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 416 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 417 | </dependency> |
| 418 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 419 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Serge Simard | a3d9ac8 | 2019-05-17 06:39:58 -0400 | [diff] [blame] | 420 | <artifactId>ansible-awx-executor</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 421 | <version>${ccsdk.cds.version}</version> |
Serge Simard | a3d9ac8 | 2019-05-17 06:39:58 -0400 | [diff] [blame] | 422 | </dependency> |
| 423 | <dependency> |
| 424 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 425 | <artifactId>netconf-executor</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 426 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 427 | </dependency> |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 428 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 429 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 430 | <artifactId>restconf-executor</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 431 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 432 | </dependency> |
Brinda Santh | 145662f | 2019-05-16 12:37:55 -0400 | [diff] [blame] | 433 | <dependency> |
| 434 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
| 435 | <artifactId>cli-executor</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 436 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | 145662f | 2019-05-16 12:37:55 -0400 | [diff] [blame] | 437 | </dependency> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 438 | <dependency> |
| 439 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
| 440 | <artifactId>config-snapshots</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 441 | <version>${ccsdk.cds.version}</version> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 442 | </dependency> |
Brinda Santh | 71616cc | 2019-11-25 17:19:02 -0500 | [diff] [blame] | 443 | <dependency> |
| 444 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Singal, Kapil (ks220y) | 5844724 | 2020-12-15 19:02:17 -0500 | [diff] [blame] | 445 | <artifactId>message-prioritization</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 446 | <version>${ccsdk.cds.version}</version> |
| 447 | </dependency> |
| 448 | <dependency> |
Marek Szwałkiewicz | 836be77 | 2020-09-02 12:48:47 +0000 | [diff] [blame] | 449 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
| 450 | <artifactId>k8s-profile-upload</artifactId> |
| 451 | <version>${ccsdk.cds.version}</version> |
| 452 | </dependency> |
| 453 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 454 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 455 | <artifactId>health-api</artifactId> |
| 456 | <version>${ccsdk.cds.version}</version> |
| 457 | </dependency> |
| 458 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 459 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 460 | <artifactId>health-api-common</artifactId> |
| 461 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | 71616cc | 2019-11-25 17:19:02 -0500 | [diff] [blame] | 462 | </dependency> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 463 | <!-- Diff capability providers for config-snapshots --> |
| 464 | <dependency> |
| 465 | <groupId>com.github.fge</groupId> |
| 466 | <artifactId>json-patch</artifactId> |
| 467 | <version>${json-patch.version}</version> |
| 468 | </dependency> |
| 469 | <dependency> |
| 470 | <groupId>org.xmlunit</groupId> |
| 471 | <artifactId>xmlunit-core</artifactId> |
| 472 | <version>${xmlunit.version}</version> |
| 473 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 474 | |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 475 | <!-- Controller Blueprints Application Dependency --> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 476 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 477 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 478 | <artifactId>resource-dict</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 479 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 480 | </dependency> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 481 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 482 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 483 | <artifactId>blueprint-core</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 484 | <version>${ccsdk.cds.version}</version> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 485 | </dependency> |
Muthuramalingam, Brinda Santh | fd14fc1 | 2019-01-30 15:52:30 -0500 | [diff] [blame] | 486 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 487 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 488 | <artifactId>blueprint-proto</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 489 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | 7003208 | 2019-09-11 22:07:33 -0400 | [diff] [blame] | 490 | </dependency> |
| 491 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 492 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 493 | <artifactId>blueprint-validation</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 494 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh | 5ad9dd1 | 2019-02-22 10:14:24 -0500 | [diff] [blame] | 495 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 496 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 497 | <!-- Database --> |
| 498 | <dependency> |
| 499 | <groupId>com.h2database</groupId> |
| 500 | <artifactId>h2</artifactId> |
| 501 | <version>${h2database.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 502 | <scope>test</scope> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 503 | </dependency> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 504 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 505 | <!-- Test Dependency --> |
| 506 | <dependency> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 507 | <groupId>io.mockk</groupId> |
| 508 | <artifactId>mockk</artifactId> |
| 509 | <version>${mockk.version}</version> |
| 510 | <scope>test</scope> |
| 511 | </dependency> |
| 512 | <dependency> |
Steve Siani | 81ff21b | 2019-04-08 10:38:41 -0400 | [diff] [blame] | 513 | <groupId>org.mock-server</groupId> |
| 514 | <artifactId>mockserver-netty</artifactId> |
| 515 | <version>${mockkserver.version}</version> |
| 516 | <scope>test</scope> |
| 517 | </dependency> |
| 518 | <dependency> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 519 | <groupId>org.powermock</groupId> |
| 520 | <artifactId>powermock-api-mockito2</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 521 | <version>${powermock.version}</version> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 522 | <scope>test</scope> |
| 523 | </dependency> |
| 524 | <dependency> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 525 | <groupId>com.nhaarman.mockitokotlin2</groupId> |
| 526 | <artifactId>mockito-kotlin</artifactId> |
| 527 | <version>2.2.0</version> |
| 528 | <scope>test</scope> |
| 529 | </dependency> |
| 530 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 531 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 532 | <artifactId>kotlin-test-junit</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 533 | <version>${kotlin.version}</version> |
| 534 | <scope>test</scope> |
| 535 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 43aeebf | 2018-12-01 19:54:07 -0500 | [diff] [blame] | 536 | <dependency> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 537 | <groupId>org.jetbrains.kotlinx</groupId> |
| 538 | <artifactId>kotlinx-coroutines-test</artifactId> |
| 539 | <version>${kotlin.couroutines.version}</version> |
| 540 | <scope>test</scope> |
| 541 | </dependency> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 542 | |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame] | 543 | <!-- Spring Kafka --> |
| 544 | <dependency> |
| 545 | <groupId>org.springframework.kafka</groupId> |
| 546 | <artifactId>spring-kafka-test</artifactId> |
Brinda Santh | 5c094c6 | 2020-01-31 14:41:41 -0500 | [diff] [blame] | 547 | <version>${spring-kafka.version}</version> |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame] | 548 | <scope>test</scope> |
| 549 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 550 | </dependencies> |
| 551 | </dependencyManagement> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 552 | <dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 553 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 554 | <groupId>org.apache.commons</groupId> |
| 555 | <artifactId>commons-lang3</artifactId> |
| 556 | </dependency> |
| 557 | <dependency> |
| 558 | <groupId>commons-collections</groupId> |
| 559 | <artifactId>commons-collections</artifactId> |
| 560 | </dependency> |
| 561 | <dependency> |
| 562 | <groupId>commons-io</groupId> |
| 563 | <artifactId>commons-io</artifactId> |
| 564 | </dependency> |
| 565 | <dependency> |
| 566 | <groupId>com.jayway.jsonpath</groupId> |
| 567 | <artifactId>json-path</artifactId> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame] | 568 | <exclusions> |
| 569 | <exclusion> |
| 570 | <groupId>org.slf4j</groupId> |
| 571 | <artifactId>slf4j-api</artifactId> |
| 572 | </exclusion> |
| 573 | </exclusions> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 574 | </dependency> |
| 575 | <dependency> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 576 | <groupId>net.minidev</groupId> |
| 577 | <artifactId>json-smart</artifactId> |
| 578 | </dependency> |
| 579 | <dependency> |
Brinda Santh | 571c493 | 2019-08-09 15:32:18 -0400 | [diff] [blame] | 580 | <groupId>net.javacrumbs.json-unit</groupId> |
| 581 | <artifactId>json-unit-json-path</artifactId> |
| 582 | </dependency> |
| 583 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 584 | <groupId>com.google.guava</groupId> |
| 585 | <artifactId>guava</artifactId> |
| 586 | </dependency> |
| 587 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 588 | <groupId>io.springfox</groupId> |
JakobKrieg | c9abcdb | 2020-11-26 16:26:51 +0100 | [diff] [blame] | 589 | <artifactId>springfox-boot-starter</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 590 | </dependency> |
| 591 | <dependency> |
| 592 | <groupId>org.jetbrains.kotlin</groupId> |
| 593 | <artifactId>kotlin-stdlib</artifactId> |
| 594 | </dependency> |
| 595 | <dependency> |
| 596 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 597 | <artifactId>kotlin-script-util</artifactId> |
| 598 | </dependency> |
| 599 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 600 | <groupId>org.jetbrains.kotlinx</groupId> |
| 601 | <artifactId>kotlinx-coroutines-core</artifactId> |
| 602 | </dependency> |
| 603 | <dependency> |
| 604 | <groupId>org.jetbrains.kotlinx</groupId> |
| 605 | <artifactId>kotlinx-coroutines-reactor</artifactId> |
| 606 | </dependency> |
| 607 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 608 | <groupId>com.fasterxml.jackson.module</groupId> |
| 609 | <artifactId>jackson-module-kotlin</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 610 | </dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 611 | <dependency> |
| 612 | <groupId>org.jetbrains.kotlin</groupId> |
Alexis de Talhouët | 4a65d47 | 2019-01-17 16:47:46 -0500 | [diff] [blame] | 613 | <artifactId>kotlin-compiler-embeddable</artifactId> |
| 614 | </dependency> |
| 615 | <dependency> |
| 616 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 617 | <artifactId>kotlin-scripting-jvm-host</artifactId> |
Alexis de Talhouët | 4a65d47 | 2019-01-17 16:47:46 -0500 | [diff] [blame] | 618 | <!--Use kotlin-compiler-embeddable as koltin-compiler wrap--> |
| 619 | <!--guava dependency creating classpath issues at runtime--> |
| 620 | <exclusions> |
| 621 | <exclusion> |
| 622 | <groupId>org.jetbrains.kotlin</groupId> |
| 623 | <artifactId>kotlin-compiler</artifactId> |
| 624 | </exclusion> |
| 625 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 626 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 627 | <!-- GRPC Dependencies --> |
| 628 | <dependency> |
| 629 | <groupId>io.grpc</groupId> |
| 630 | <artifactId>grpc-netty</artifactId> |
| 631 | </dependency> |
| 632 | <dependency> |
| 633 | <groupId>io.grpc</groupId> |
| 634 | <artifactId>grpc-protobuf</artifactId> |
| 635 | </dependency> |
| 636 | <dependency> |
| 637 | <groupId>io.grpc</groupId> |
| 638 | <artifactId>grpc-stub</artifactId> |
| 639 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 3b4a7eb | 2018-12-07 16:37:03 -0500 | [diff] [blame] | 640 | <dependency> |
Brinda Santh | 71616cc | 2019-11-25 17:19:02 -0500 | [diff] [blame] | 641 | <groupId>io.grpc</groupId> |
| 642 | <artifactId>grpc-netty-shaded</artifactId> |
| 643 | </dependency> |
| 644 | <dependency> |
| 645 | <groupId>io.grpc</groupId> |
| 646 | <artifactId>grpc-grpclb</artifactId> |
| 647 | </dependency> |
| 648 | <dependency> |
| 649 | <groupId>com.google.protobuf</groupId> |
| 650 | <artifactId>protobuf-java</artifactId> |
| 651 | </dependency> |
| 652 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 3b4a7eb | 2018-12-07 16:37:03 -0500 | [diff] [blame] | 653 | <groupId>com.google.protobuf</groupId> |
| 654 | <artifactId>protobuf-java-util</artifactId> |
| 655 | </dependency> |
Brinda Santh | 910fa69 | 2019-10-22 16:14:00 -0400 | [diff] [blame] | 656 | <dependency> |
| 657 | <groupId>io.netty</groupId> |
| 658 | <artifactId>netty-tcnative-boringssl-static</artifactId> |
| 659 | </dependency> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 660 | <!-- javax.annotations Needed for Java 11 migration--> |
| 661 | <dependency> |
| 662 | <groupId>javax.annotation</groupId> |
| 663 | <artifactId>javax.annotation-api</artifactId> |
| 664 | <version>${javax-annotation.version}</version> |
| 665 | </dependency> |
Brinda Santh | 91b3a64 | 2020-03-06 13:04:37 -0500 | [diff] [blame] | 666 | <dependency> |
Dan Timoney | f946eae | 2020-03-17 08:34:04 -0400 | [diff] [blame] | 667 | <groupId>org.onap.ccsdk.cds.error.catalog</groupId> |
Brinda Santh | 91b3a64 | 2020-03-06 13:04:37 -0500 | [diff] [blame] | 668 | <artifactId>error-catalog-core</artifactId> |
| 669 | </dependency> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 670 | <!-- required for java 11 --> |
| 671 | <dependency> |
| 672 | <groupId>javax.xml.bind</groupId> |
| 673 | <artifactId>jaxb-api</artifactId> |
| 674 | </dependency> |
| 675 | <dependency> |
| 676 | <groupId>com.sun.xml.bind</groupId> |
| 677 | <artifactId>jaxb-core</artifactId> |
| 678 | <version>2.3.0</version> |
| 679 | </dependency> |
| 680 | <dependency> |
| 681 | <groupId>com.sun.xml.bind</groupId> |
| 682 | <artifactId>jaxb-impl</artifactId> |
| 683 | <version>2.3.0</version> |
| 684 | </dependency> |
| 685 | <dependency> |
| 686 | <groupId>org.springframework.boot</groupId> |
| 687 | <artifactId>spring-boot-starter-validation</artifactId> |
| 688 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 689 | </dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 690 | |
Alexis de Talhouët | 2791db2 | 2019-06-23 15:30:36 -0400 | [diff] [blame] | 691 | <repositories> |
| 692 | <repository> |
| 693 | <id>spring-libs-milestone</id> |
| 694 | <name>Spring Milestone Maven Repository</name> |
Timoney, Dan (dt5972) | dc872fb | 2019-07-23 13:02:29 -0400 | [diff] [blame] | 695 | <url>http://oss.jfrog.org/artifactory/oss-release-local/</url> |
| 696 | <releases> |
| 697 | <enabled>true</enabled> |
| 698 | </releases> |
| 699 | <snapshots> |
| 700 | <enabled>false</enabled> |
| 701 | </snapshots> |
| 702 | </repository> |
| 703 | <repository> |
| 704 | <id>spring-libs-milestone-snapshot</id> |
| 705 | <name>Spring Milestone Maven Repository - snapshots</name> |
Alexis de Talhouët | 2791db2 | 2019-06-23 15:30:36 -0400 | [diff] [blame] | 706 | <url>http://oss.jfrog.org/artifactory/oss-snapshot-local/</url> |
Timoney, Dan (dt5972) | dc872fb | 2019-07-23 13:02:29 -0400 | [diff] [blame] | 707 | <releases> |
| 708 | <enabled>false</enabled> |
| 709 | </releases> |
| 710 | <snapshots> |
| 711 | <enabled>true</enabled> |
| 712 | </snapshots> |
Alexis de Talhouët | 2791db2 | 2019-06-23 15:30:36 -0400 | [diff] [blame] | 713 | </repository> |
| 714 | </repositories> |
| 715 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 716 | <build> |
| 717 | <plugins> |
| 718 | <plugin> |
| 719 | <groupId>org.jetbrains.kotlin</groupId> |
| 720 | <artifactId>kotlin-maven-plugin</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 721 | <executions> |
| 722 | <execution> |
| 723 | <id>compile</id> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 724 | <goals> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 725 | <goal>compile</goal> |
| 726 | </goals> |
| 727 | <configuration> |
| 728 | <sourceDirs> |
| 729 | <sourceDir>${project.basedir}/src/main/kotlin</sourceDir> |
| 730 | <sourceDir>${project.basedir}/src/main/java</sourceDir> |
| 731 | </sourceDirs> |
| 732 | </configuration> |
| 733 | </execution> |
| 734 | <execution> |
| 735 | <id>test-compile</id> |
| 736 | <goals> |
| 737 | <goal>test-compile</goal> |
| 738 | </goals> |
| 739 | <configuration> |
| 740 | <sourceDirs> |
| 741 | <sourceDir>${project.basedir}/src/test/kotlin</sourceDir> |
| 742 | <sourceDir>${project.basedir}/src/test/java</sourceDir> |
| 743 | </sourceDirs> |
| 744 | </configuration> |
| 745 | </execution> |
| 746 | </executions> |
| 747 | </plugin> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 748 | </plugins> |
| 749 | </build> |
| 750 | </project> |