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