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