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