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