Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright © 2017-2018 AT&T Intellectual Property. |
| 4 | ~ |
Steve Siani | f7d891d | 2019-04-03 15:23:27 -0400 | [diff] [blame] | 5 | ~ Modifications Copyright © 2018 - 2019 IBM, Bell Canada |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 6 | ~ |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 7 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | ~ you may not use this file except in compliance with the License. |
| 9 | ~ You may obtain a copy of the License at |
| 10 | ~ |
| 11 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ~ |
| 13 | ~ Unless required by applicable law or agreed to in writing, software |
| 14 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | ~ See the License for the specific language governing permissions and |
| 17 | ~ limitations under the License. |
| 18 | --> |
Timoney, Dan (dt5972) | 84b361d | 2019-04-24 15:05:00 -0400 | [diff] [blame] | 19 | <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] | 20 | <modelVersion>4.0.0</modelVersion> |
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> |
Timoney, Dan (dt5972) | f6aba62 | 2019-04-30 14:28:15 -0400 | [diff] [blame] | 24 | <version>0.5.0-SNAPSHOT</version> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 25 | </parent> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 26 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 27 | <artifactId>parent</artifactId> |
| 28 | <packaging>pom</packaging> |
| 29 | <name>Blueprints Processor Parent</name> |
| 30 | <description>Blueprints Processor Parent</description> |
| 31 | <properties> |
Muthuramalingam, Brinda Santh | 0613ae8 | 2019-02-18 15:10:25 -0500 | [diff] [blame] | 32 | <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget> |
Muthuramalingam, Brinda Santh | 6f6a3c0 | 2019-02-27 20:47:17 -0500 | [diff] [blame] | 33 | <spring.boot.version>2.1.3.RELEASE</spring.boot.version> |
| 34 | <spring.version>5.1.5.RELEASE</spring.version> |
| 35 | <kotlin.version>1.3.21</kotlin.version> |
| 36 | <kotlin.maven.version>1.3.21</kotlin.maven.version> |
Muthuramalingam, Brinda Santh | b20d517 | 2019-01-25 20:17:35 -0500 | [diff] [blame] | 37 | <kotlin.couroutines.version>1.1.1</kotlin.couroutines.version> |
Muthuramalingam, Brinda Santh | 94df510 | 2019-01-23 11:42:13 -0500 | [diff] [blame] | 38 | <grpc.version>1.18.0</grpc.version> |
Alexis de Talhouët | c16b2a0 | 2019-03-27 17:20:06 -0400 | [diff] [blame] | 39 | <sshd.version>2.2.0</sshd.version> |
Muthuramalingam, Brinda Santh | ab7895a | 2019-03-15 07:59:22 -0400 | [diff] [blame] | 40 | <jsch.version>0.1.55</jsch.version> |
Muthuramalingam, Brinda Santh(bs2796) | 3b4a7eb | 2018-12-07 16:37:03 -0500 | [diff] [blame] | 41 | <protobuff.java.utils.version>3.6.1</protobuff.java.utils.version> |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame^] | 42 | <spring.kafka.version>2.2.6.RELEASE</spring.kafka.version> |
| 43 | <kafka.version>2.2.0</kafka.version> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 44 | <eelf.version>1.0.0</eelf.version> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 45 | <guava.version>27.0.1-jre</guava.version> |
Muthuramalingam, Brinda Santh(bs2796) | d2ec19b | 2018-11-19 12:48:31 -0500 | [diff] [blame] | 46 | <jython.version>2.7.1</jython.version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 47 | <springfox.swagger2.version>2.9.2</springfox.swagger2.version> |
| 48 | <h2database.version>1.4.197</h2database.version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 49 | <onap.logger.slf4j>1.2.2</onap.logger.slf4j> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 50 | <powermock.version>1.7.4</powermock.version> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 51 | <mockk.version>1.9</mockk.version> |
janani b | 11b7e74 | 2019-03-19 19:37:13 +0530 | [diff] [blame] | 52 | <dmaap.client.version>1.1.5</dmaap.client.version> |
Steve Siani | f7d891d | 2019-04-03 15:23:27 -0400 | [diff] [blame] | 53 | <jinja.version>2.5.0</jinja.version> |
Steve Siani | 81ff21b | 2019-04-08 10:38:41 -0400 | [diff] [blame] | 54 | <mockkserver.version>5.5.1</mockkserver.version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 55 | </properties> |
| 56 | <dependencyManagement> |
| 57 | <dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 58 | <!-- Spring Boot --> |
| 59 | <dependency> |
| 60 | <groupId>org.springframework.boot</groupId> |
| 61 | <artifactId>spring-boot-starter-parent</artifactId> |
| 62 | <version>${spring.boot.version}</version> |
| 63 | <type>pom</type> |
| 64 | <scope>import</scope> |
| 65 | </dependency> |
| 66 | |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame^] | 67 | <dependency> |
| 68 | <groupId>org.springframework.kafka</groupId> |
| 69 | <artifactId>spring-kafka</artifactId> |
| 70 | <version>${spring.kafka.version}</version> |
| 71 | </dependency> |
| 72 | |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 73 | <!--Swagger Dependencies --> |
| 74 | <dependency> |
| 75 | <groupId>io.springfox</groupId> |
| 76 | <artifactId>springfox-swagger2</artifactId> |
| 77 | <version>${springfox.swagger2.version}</version> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame] | 78 | <exclusions> |
| 79 | <exclusion> |
| 80 | <groupId>org.slf4j</groupId> |
| 81 | <artifactId>slf4j-api</artifactId> |
| 82 | </exclusion> |
| 83 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>io.springfox</groupId> |
| 87 | <artifactId>springfox-swagger-ui</artifactId> |
| 88 | <version>${springfox.swagger2.version}</version> |
| 89 | </dependency> |
| 90 | |
| 91 | <!-- Common Utils Dependencies --> |
| 92 | <dependency> |
| 93 | <groupId>org.apache.commons</groupId> |
| 94 | <artifactId>commons-lang3</artifactId> |
| 95 | <version>3.2.1</version> |
| 96 | </dependency> |
| 97 | <dependency> |
| 98 | <groupId>commons-collections</groupId> |
| 99 | <artifactId>commons-collections</artifactId> |
| 100 | <version>3.2.2</version> |
| 101 | </dependency> |
| 102 | <dependency> |
| 103 | <groupId>commons-io</groupId> |
| 104 | <artifactId>commons-io</artifactId> |
| 105 | <version>2.6</version> |
| 106 | </dependency> |
| 107 | <dependency> |
| 108 | <groupId>org.apache.commons</groupId> |
| 109 | <artifactId>commons-compress</artifactId> |
| 110 | <version>1.15</version> |
| 111 | </dependency> |
| 112 | <dependency> |
| 113 | <groupId>org.apache.velocity</groupId> |
| 114 | <artifactId>velocity</artifactId> |
| 115 | <version>1.7</version> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame] | 116 | <exclusions> |
| 117 | <exclusion> |
| 118 | <groupId>org.slf4j</groupId> |
| 119 | <artifactId>slf4j-api</artifactId> |
| 120 | </exclusion> |
| 121 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 122 | </dependency> |
| 123 | <dependency> |
Steve Siani | f7d891d | 2019-04-03 15:23:27 -0400 | [diff] [blame] | 124 | <groupId>com.hubspot.jinjava</groupId> |
| 125 | <artifactId>jinjava</artifactId> |
| 126 | <version>${jinja.version}</version> |
| 127 | </dependency> |
| 128 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 129 | <groupId>com.google.guava</groupId> |
| 130 | <artifactId>guava</artifactId> |
| 131 | <version>${guava.version}</version> |
| 132 | </dependency> |
| 133 | <dependency> |
| 134 | <groupId>org.python</groupId> |
| 135 | <artifactId>jython-standalone</artifactId> |
| 136 | <version>${jython.version}</version> |
| 137 | </dependency> |
| 138 | |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 139 | <!-- Kotlin Dependencies --> |
| 140 | <dependency> |
| 141 | <groupId>org.jetbrains.kotlin</groupId> |
| 142 | <artifactId>kotlin-stdlib</artifactId> |
| 143 | <version>${kotlin.version}</version> |
| 144 | </dependency> |
| 145 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 146 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 94df510 | 2019-01-23 11:42:13 -0500 | [diff] [blame] | 147 | <artifactId>kotlin-stdlib-common</artifactId> |
| 148 | <version>${kotlin.version}</version> |
| 149 | </dependency> |
Muthuramalingam, Brinda Santh | b20d517 | 2019-01-25 20:17:35 -0500 | [diff] [blame] | 150 | <!--Use kotlin-compiler-embeddable instead koltin-compiler wrap--> |
| 151 | <!--guava dependency inside kotlin-compiler creating classpath issues at runtime--> |
Muthuramalingam, Brinda Santh | 94df510 | 2019-01-23 11:42:13 -0500 | [diff] [blame] | 152 | <dependency> |
| 153 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 154 | <artifactId>kotlin-scripting-jvm-host</artifactId> |
| 155 | <version>${kotlin.version}</version> |
Muthuramalingam, Brinda Santh | b20d517 | 2019-01-25 20:17:35 -0500 | [diff] [blame] | 156 | <exclusions> |
| 157 | <exclusion> |
| 158 | <groupId>org.jetbrains.kotlin</groupId> |
| 159 | <artifactId>kotlin-compile</artifactId> |
| 160 | </exclusion> |
| 161 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 162 | </dependency> |
| 163 | <dependency> |
| 164 | <groupId>org.jetbrains.kotlin</groupId> |
| 165 | <artifactId>kotlin-compiler-embeddable</artifactId> |
| 166 | <version>${kotlin.version}</version> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 167 | </dependency> |
| 168 | <dependency> |
| 169 | <groupId>org.jetbrains.kotlin</groupId> |
| 170 | <artifactId>kotlin-script-util</artifactId> |
| 171 | <version>${kotlin.version}</version> |
| 172 | </dependency> |
| 173 | <dependency> |
| 174 | <groupId>org.jetbrains.kotlin</groupId> |
| 175 | <artifactId>kotlin-script-runtime</artifactId> |
| 176 | <version>${kotlin.version}</version> |
| 177 | </dependency> |
| 178 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 179 | <groupId>org.jetbrains.kotlinx</groupId> |
| 180 | <artifactId>kotlinx-coroutines-core</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 181 | <version>${kotlin.couroutines.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 182 | </dependency> |
| 183 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | cf6cf51 | 2018-12-20 11:16:31 -0500 | [diff] [blame] | 184 | <groupId>org.jetbrains.kotlinx</groupId> |
| 185 | <artifactId>kotlinx-coroutines-reactor</artifactId> |
| 186 | <version>${kotlin.couroutines.version}</version> |
| 187 | </dependency> |
| 188 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 189 | <groupId>org.jetbrains.kotlin</groupId> |
| 190 | <artifactId>kotlin-reflect</artifactId> |
| 191 | <version>${kotlin.version}</version> |
| 192 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 193 | <dependency> |
| 194 | <groupId>org.jetbrains.kotlin</groupId> |
| 195 | <artifactId>kotlin-stdlib-jdk8</artifactId> |
| 196 | <version>${kotlin.version}</version> |
| 197 | </dependency> |
| 198 | <dependency> |
| 199 | <groupId>org.jetbrains.kotlin</groupId> |
| 200 | <artifactId>kotlin-stdlib-jdk7</artifactId> |
| 201 | <version>${kotlin.version}</version> |
| 202 | </dependency> |
| 203 | |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 204 | <!-- GRPC Dependencies --> |
| 205 | <dependency> |
| 206 | <groupId>io.grpc</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 43aeebf | 2018-12-01 19:54:07 -0500 | [diff] [blame] | 207 | <artifactId>grpc-core</artifactId> |
| 208 | <version>${grpc.version}</version> |
| 209 | </dependency> |
| 210 | <dependency> |
| 211 | <groupId>io.grpc</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 212 | <artifactId>grpc-netty</artifactId> |
| 213 | <version>${grpc.version}</version> |
| 214 | </dependency> |
| 215 | <dependency> |
| 216 | <groupId>io.grpc</groupId> |
| 217 | <artifactId>grpc-protobuf</artifactId> |
| 218 | <version>${grpc.version}</version> |
| 219 | </dependency> |
| 220 | <dependency> |
| 221 | <groupId>io.grpc</groupId> |
| 222 | <artifactId>grpc-stub</artifactId> |
| 223 | <version>${grpc.version}</version> |
| 224 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 3b4a7eb | 2018-12-07 16:37:03 -0500 | [diff] [blame] | 225 | <dependency> |
| 226 | <groupId>com.google.protobuf</groupId> |
| 227 | <artifactId>protobuf-java-util</artifactId> |
| 228 | <version>${protobuff.java.utils.version}</version> |
| 229 | </dependency> |
Alexis de Talhouët | ee02d9a | 2019-03-04 10:22:04 -0500 | [diff] [blame] | 230 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 231 | <groupId>org.onap.ccsdk.cds.components</groupId> |
Alexis de Talhouët | ee02d9a | 2019-03-04 10:22:04 -0500 | [diff] [blame] | 232 | <artifactId>proto-definition</artifactId> |
| 233 | <version>${project.version}</version> |
| 234 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 235 | |
Muthuramalingam, Brinda Santh | ab7895a | 2019-03-15 07:59:22 -0400 | [diff] [blame] | 236 | <!-- Adaptors --> |
| 237 | <dependency> |
| 238 | <groupId>org.apache.sshd</groupId> |
| 239 | <artifactId>sshd-core</artifactId> |
| 240 | <version>${sshd.version}</version> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame] | 241 | <exclusions> |
| 242 | <exclusion> |
| 243 | <groupId>org.slf4j</groupId> |
| 244 | <artifactId>slf4j-api</artifactId> |
| 245 | </exclusion> |
| 246 | </exclusions> |
Muthuramalingam, Brinda Santh | ab7895a | 2019-03-15 07:59:22 -0400 | [diff] [blame] | 247 | </dependency> |
| 248 | <dependency> |
| 249 | <groupId>com.jcraft</groupId> |
| 250 | <artifactId>jsch</artifactId> |
| 251 | <version>${jsch.version}</version> |
| 252 | </dependency> |
| 253 | |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame^] | 254 | <dependency> |
| 255 | <groupId>org.apache.kafka</groupId> |
| 256 | <artifactId>kafka-clients</artifactId> |
| 257 | <version>${kafka.version}</version> |
| 258 | </dependency> |
| 259 | <dependency> |
| 260 | <groupId>org.apache.kafka</groupId> |
| 261 | <artifactId>kafka-streams</artifactId> |
| 262 | <version>${kafka.version}</version> |
| 263 | </dependency> |
| 264 | |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 265 | <!-- SLI Version --> |
| 266 | <dependency> |
| 267 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 268 | <artifactId>sli-provider</artifactId> |
prathamesh morde | 250b5b2 | 2019-05-13 11:53:08 -0400 | [diff] [blame] | 269 | <version>${ccsdk.sli.core.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 270 | <exclusions> |
| 271 | <exclusion> |
| 272 | <groupId>commons-lang</groupId> |
| 273 | <artifactId>commons-lang</artifactId> |
| 274 | </exclusion> |
| 275 | <exclusion> |
| 276 | <groupId>org.apache.commons</groupId> |
| 277 | <artifactId>*</artifactId> |
| 278 | </exclusion> |
| 279 | <exclusion> |
| 280 | <groupId>org.slf4j</groupId> |
| 281 | <artifactId>*</artifactId> |
| 282 | </exclusion> |
| 283 | <exclusion> |
| 284 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 285 | <artifactId>*</artifactId> |
| 286 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | 66439ec | 2018-12-17 11:15:28 -0500 | [diff] [blame] | 287 | <exclusion> |
| 288 | <groupId>org.opendaylight.controller</groupId> |
| 289 | <artifactId>*</artifactId> |
| 290 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 291 | <exclusion> |
| 292 | <groupId>org.apache.tomcat</groupId> |
| 293 | <artifactId>*</artifactId> |
| 294 | </exclusion> |
| 295 | <exclusion> |
| 296 | <groupId>org.apache.karaf.shell</groupId> |
| 297 | <artifactId>*</artifactId> |
| 298 | </exclusion> |
| 299 | <exclusion> |
| 300 | <groupId>org.mariadb.jdbc</groupId> |
| 301 | <artifactId>*</artifactId> |
| 302 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 303 | <exclusion> |
| 304 | <groupId>org.powermock</groupId> |
| 305 | <artifactId>*</artifactId> |
| 306 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 307 | </exclusions> |
| 308 | </dependency> |
| 309 | |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 310 | |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 311 | <!-- Blueprint Processor Application Module Dependencies --> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 312 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 313 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 314 | <artifactId>processor-core</artifactId> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 315 | <version>${project.version}</version> |
| 316 | </dependency> |
| 317 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 318 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 319 | <artifactId>db-lib</artifactId> |
| 320 | <version>${project.version}</version> |
| 321 | </dependency> |
| 322 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 323 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 324 | <artifactId>rest-lib</artifactId> |
| 325 | <version>${project.version}</version> |
| 326 | </dependency> |
| 327 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 328 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 329 | <artifactId>dmaap-lib</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 330 | <version>${project.version}</version> |
| 331 | </dependency> |
| 332 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 333 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Brinda Santh | bc95a55 | 2019-04-10 18:14:44 -0400 | [diff] [blame] | 334 | <artifactId>grpc-lib</artifactId> |
| 335 | <version>${project.version}</version> |
| 336 | </dependency> |
| 337 | <dependency> |
| 338 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 339 | <artifactId>execution-service</artifactId> |
| 340 | <version>${project.version}</version> |
| 341 | </dependency> |
| 342 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 343 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 344 | <artifactId>workflow-service</artifactId> |
| 345 | <version>${project.version}</version> |
| 346 | </dependency> |
| 347 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 348 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 349 | <artifactId>resource-api</artifactId> |
| 350 | <version>${project.version}</version> |
| 351 | </dependency> |
| 352 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 353 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 354 | <artifactId>selfservice-api</artifactId> |
| 355 | <version>${project.version}</version> |
| 356 | </dependency> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 357 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 358 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 359 | <artifactId>application</artifactId> |
| 360 | <version>${project.version}</version> |
| 361 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 362 | |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 363 | <!-- Functions --> |
| 364 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 365 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 366 | <artifactId>resource-resolution</artifactId> |
| 367 | <version>${project.version}</version> |
| 368 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 369 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 370 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 371 | <artifactId>python-executor</artifactId> |
| 372 | <version>${project.version}</version> |
| 373 | </dependency> |
| 374 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 375 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 376 | <artifactId>netconf-executor</artifactId> |
| 377 | <version>${project.version}</version> |
| 378 | </dependency> |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 379 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 380 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 381 | <artifactId>restconf-executor</artifactId> |
| 382 | <version>${project.version}</version> |
| 383 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 384 | |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 385 | <!-- Controller Blueprints Application Dependency --> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 386 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 387 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 388 | <artifactId>resource-dict</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 389 | <version>${project.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 390 | </dependency> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 391 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 392 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | 2ecd4e7 | 2019-02-07 14:51:50 -0500 | [diff] [blame] | 393 | <artifactId>blueprint-core</artifactId> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 394 | <version>${project.version}</version> |
| 395 | </dependency> |
Muthuramalingam, Brinda Santh | fd14fc1 | 2019-01-30 15:52:30 -0500 | [diff] [blame] | 396 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 397 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | fd14fc1 | 2019-01-30 15:52:30 -0500 | [diff] [blame] | 398 | <artifactId>blueprint-scripts</artifactId> |
| 399 | <version>${project.version}</version> |
| 400 | </dependency> |
Muthuramalingam, Brinda Santh | 5ad9dd1 | 2019-02-22 10:14:24 -0500 | [diff] [blame] | 401 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 402 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 403 | <artifactId>db-resources</artifactId> |
| 404 | <version>${project.version}</version> |
| 405 | </dependency> |
| 406 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 407 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | 5ad9dd1 | 2019-02-22 10:14:24 -0500 | [diff] [blame] | 408 | <artifactId>blueprint-validation</artifactId> |
| 409 | <version>${project.version}</version> |
| 410 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 411 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 412 | <!-- Database --> |
| 413 | <dependency> |
| 414 | <groupId>com.h2database</groupId> |
| 415 | <artifactId>h2</artifactId> |
| 416 | <version>${h2database.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 417 | <scope>test</scope> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 418 | </dependency> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 419 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 420 | <!-- Test Dependency --> |
| 421 | <dependency> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 422 | <groupId>io.mockk</groupId> |
| 423 | <artifactId>mockk</artifactId> |
| 424 | <version>${mockk.version}</version> |
| 425 | <scope>test</scope> |
| 426 | </dependency> |
| 427 | <dependency> |
Steve Siani | 81ff21b | 2019-04-08 10:38:41 -0400 | [diff] [blame] | 428 | <groupId>org.mock-server</groupId> |
| 429 | <artifactId>mockserver-netty</artifactId> |
| 430 | <version>${mockkserver.version}</version> |
| 431 | <scope>test</scope> |
| 432 | </dependency> |
| 433 | <dependency> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 434 | <groupId>org.powermock</groupId> |
| 435 | <artifactId>powermock-api-mockito2</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 436 | <version>${powermock.version}</version> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 437 | <scope>test</scope> |
| 438 | </dependency> |
| 439 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 440 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 441 | <artifactId>kotlin-test-junit</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 442 | <version>${kotlin.version}</version> |
| 443 | <scope>test</scope> |
| 444 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 43aeebf | 2018-12-01 19:54:07 -0500 | [diff] [blame] | 445 | <dependency> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 446 | <groupId>org.jetbrains.kotlinx</groupId> |
| 447 | <artifactId>kotlinx-coroutines-test</artifactId> |
| 448 | <version>${kotlin.couroutines.version}</version> |
| 449 | <scope>test</scope> |
| 450 | </dependency> |
| 451 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 43aeebf | 2018-12-01 19:54:07 -0500 | [diff] [blame] | 452 | <groupId>io.grpc</groupId> |
| 453 | <artifactId>grpc-testing</artifactId> |
| 454 | <version>${grpc.version}</version> |
| 455 | <scope>test</scope> |
| 456 | </dependency> |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame^] | 457 | |
| 458 | <!-- Spring Kafka --> |
| 459 | <dependency> |
| 460 | <groupId>org.springframework.kafka</groupId> |
| 461 | <artifactId>spring-kafka-test</artifactId> |
| 462 | <version>${spring.kafka.version}</version> |
| 463 | <scope>test</scope> |
| 464 | </dependency> |
| 465 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 466 | </dependencies> |
| 467 | </dependencyManagement> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 468 | |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 469 | <dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 470 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 471 | <groupId>org.apache.commons</groupId> |
| 472 | <artifactId>commons-lang3</artifactId> |
| 473 | </dependency> |
| 474 | <dependency> |
| 475 | <groupId>commons-collections</groupId> |
| 476 | <artifactId>commons-collections</artifactId> |
| 477 | </dependency> |
| 478 | <dependency> |
| 479 | <groupId>commons-io</groupId> |
| 480 | <artifactId>commons-io</artifactId> |
| 481 | </dependency> |
| 482 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 483 | <groupId>org.apache.commons</groupId> |
| 484 | <artifactId>commons-compress</artifactId> |
| 485 | </dependency> |
| 486 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 487 | <groupId>com.jayway.jsonpath</groupId> |
| 488 | <artifactId>json-path</artifactId> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame] | 489 | <exclusions> |
| 490 | <exclusion> |
| 491 | <groupId>org.slf4j</groupId> |
| 492 | <artifactId>slf4j-api</artifactId> |
| 493 | </exclusion> |
| 494 | </exclusions> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 495 | </dependency> |
| 496 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 497 | <groupId>com.google.guava</groupId> |
| 498 | <artifactId>guava</artifactId> |
| 499 | </dependency> |
| 500 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 501 | <groupId>io.springfox</groupId> |
| 502 | <artifactId>springfox-swagger2</artifactId> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame] | 503 | <exclusions> |
| 504 | <exclusion> |
| 505 | <groupId>org.slf4j</groupId> |
| 506 | <artifactId>slf4j-api</artifactId> |
| 507 | </exclusion> |
| 508 | </exclusions> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 509 | </dependency> |
| 510 | <dependency> |
| 511 | <groupId>io.springfox</groupId> |
| 512 | <artifactId>springfox-swagger-ui</artifactId> |
| 513 | </dependency> |
| 514 | <dependency> |
| 515 | <groupId>org.jetbrains.kotlin</groupId> |
| 516 | <artifactId>kotlin-stdlib</artifactId> |
| 517 | </dependency> |
| 518 | <dependency> |
| 519 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 520 | <artifactId>kotlin-script-util</artifactId> |
| 521 | </dependency> |
| 522 | <dependency> |
| 523 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 524 | <artifactId>kotlin-stdlib-jdk8</artifactId> |
| 525 | </dependency> |
| 526 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 527 | <groupId>org.jetbrains.kotlinx</groupId> |
| 528 | <artifactId>kotlinx-coroutines-core</artifactId> |
| 529 | </dependency> |
| 530 | <dependency> |
| 531 | <groupId>org.jetbrains.kotlinx</groupId> |
| 532 | <artifactId>kotlinx-coroutines-reactor</artifactId> |
| 533 | </dependency> |
| 534 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 535 | <groupId>com.fasterxml.jackson.module</groupId> |
| 536 | <artifactId>jackson-module-kotlin</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 537 | </dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 538 | <dependency> |
| 539 | <groupId>org.jetbrains.kotlin</groupId> |
Alexis de Talhouët | 4a65d47 | 2019-01-17 16:47:46 -0500 | [diff] [blame] | 540 | <artifactId>kotlin-compiler-embeddable</artifactId> |
| 541 | </dependency> |
| 542 | <dependency> |
| 543 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 544 | <artifactId>kotlin-scripting-jvm-host</artifactId> |
Alexis de Talhouët | 4a65d47 | 2019-01-17 16:47:46 -0500 | [diff] [blame] | 545 | <!--Use kotlin-compiler-embeddable as koltin-compiler wrap--> |
| 546 | <!--guava dependency creating classpath issues at runtime--> |
| 547 | <exclusions> |
| 548 | <exclusion> |
| 549 | <groupId>org.jetbrains.kotlin</groupId> |
| 550 | <artifactId>kotlin-compiler</artifactId> |
| 551 | </exclusion> |
| 552 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 553 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 554 | <!-- GRPC Dependencies --> |
| 555 | <dependency> |
| 556 | <groupId>io.grpc</groupId> |
| 557 | <artifactId>grpc-netty</artifactId> |
| 558 | </dependency> |
| 559 | <dependency> |
| 560 | <groupId>io.grpc</groupId> |
| 561 | <artifactId>grpc-protobuf</artifactId> |
| 562 | </dependency> |
| 563 | <dependency> |
| 564 | <groupId>io.grpc</groupId> |
| 565 | <artifactId>grpc-stub</artifactId> |
| 566 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 3b4a7eb | 2018-12-07 16:37:03 -0500 | [diff] [blame] | 567 | <dependency> |
| 568 | <groupId>com.google.protobuf</groupId> |
| 569 | <artifactId>protobuf-java-util</artifactId> |
| 570 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 571 | </dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 572 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 573 | <build> |
| 574 | <plugins> |
| 575 | <plugin> |
| 576 | <groupId>org.jetbrains.kotlin</groupId> |
| 577 | <artifactId>kotlin-maven-plugin</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 578 | <version>${kotlin.maven.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 579 | <executions> |
| 580 | <execution> |
| 581 | <id>compile</id> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 582 | <goals> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 583 | <goal>compile</goal> |
| 584 | </goals> |
| 585 | <configuration> |
| 586 | <sourceDirs> |
| 587 | <sourceDir>${project.basedir}/src/main/kotlin</sourceDir> |
| 588 | <sourceDir>${project.basedir}/src/main/java</sourceDir> |
| 589 | </sourceDirs> |
| 590 | </configuration> |
| 591 | </execution> |
| 592 | <execution> |
| 593 | <id>test-compile</id> |
| 594 | <goals> |
| 595 | <goal>test-compile</goal> |
| 596 | </goals> |
| 597 | <configuration> |
| 598 | <sourceDirs> |
| 599 | <sourceDir>${project.basedir}/src/test/kotlin</sourceDir> |
| 600 | <sourceDir>${project.basedir}/src/test/java</sourceDir> |
| 601 | </sourceDirs> |
| 602 | </configuration> |
| 603 | </execution> |
| 604 | </executions> |
| 605 | </plugin> |
| 606 | <plugin> |
| 607 | <groupId>org.apache.maven.plugins</groupId> |
| 608 | <artifactId>maven-compiler-plugin</artifactId> |
| 609 | <version>3.5.1</version> |
| 610 | <configuration> |
| 611 | <source>${maven.compiler.source}</source> |
| 612 | <target>${maven.compiler.target}</target> |
| 613 | </configuration> |
| 614 | </plugin> |
| 615 | </plugins> |
| 616 | </build> |
| 617 | </project> |