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