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