blob: d64258e759ad6d22de129c19a1c067d0060e1b7b [file] [log] [blame]
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ Copyright © 2017-2018 AT&T Intellectual Property.
4 ~
Brinda Santhafbc1522018-08-23 23:34:05 -04005 ~ Modifications Copyright © 2018 IBM.
6 ~
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00007 ~ 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 -->
Alexis de Talhouët4a65d472019-01-17 16:47:46 -050019<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000021 <modelVersion>4.0.0</modelVersion>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000022 <parent>
23 <groupId>org.onap.ccsdk.apps</groupId>
24 <artifactId>blueprintsprocessor</artifactId>
Timoney, Dan (dt5972)d7d47b42019-01-04 10:43:33 -050025 <version>0.4.1-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000026 </parent>
27 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000028 <artifactId>parent</artifactId>
29 <packaging>pom</packaging>
30 <name>Blueprints Processor Parent</name>
31 <description>Blueprints Processor Parent</description>
32 <properties>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -050033 <spring.boot.version>2.1.1.RELEASE</spring.boot.version>
34 <spring.version>5.1.3.RELEASE</spring.version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050035 <kotlin.version>1.3.11</kotlin.version>
36 <kotlin.maven.version>1.3.11</kotlin.maven.version>
37 <kotlin.couroutines.version>1.1.0</kotlin.couroutines.version>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -050038 <grpc.version>1.18.0</grpc.version>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -050039 <protobuff.java.utils.version>3.6.1</protobuff.java.utils.version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000040 <eelf.version>1.0.0</eelf.version>
Timoney, Dan (dt5972)d7d47b42019-01-04 10:43:33 -050041 <sli.version>0.4.1-SNAPSHOT</sli.version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050042 <guava.version>27.0.1-jre</guava.version>
Muthuramalingam, Brinda Santh(bs2796)d2ec19b2018-11-19 12:48:31 -050043 <jython.version>2.7.1</jython.version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000044 <springfox.swagger2.version>2.9.2</springfox.swagger2.version>
45 <h2database.version>1.4.197</h2database.version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050046 <onap.logger.slf4j>1.2.2</onap.logger.slf4j>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050047 <powermock.version>1.7.4</powermock.version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000048 </properties>
49 <dependencyManagement>
50 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000051 <!-- Spring Boot -->
52 <dependency>
53 <groupId>org.springframework.boot</groupId>
54 <artifactId>spring-boot-starter-parent</artifactId>
55 <version>${spring.boot.version}</version>
56 <type>pom</type>
57 <scope>import</scope>
58 </dependency>
59
60 <!-- Logging Dependencies -->
61 <dependency>
62 <groupId>com.att.eelf</groupId>
63 <artifactId>eelf-core</artifactId>
64 <version>${eelf.version}</version>
65 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050066 <dependency>
67 <groupId>org.onap.logging-analytics</groupId>
68 <artifactId>logging-slf4j</artifactId>
69 <version>${onap.logger.slf4j}</version>
70 </dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000071
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050072 <!--Swagger Dependencies -->
73 <dependency>
74 <groupId>io.springfox</groupId>
75 <artifactId>springfox-swagger2</artifactId>
76 <version>${springfox.swagger2.version}</version>
77 </dependency>
78 <dependency>
79 <groupId>io.springfox</groupId>
80 <artifactId>springfox-swagger-ui</artifactId>
81 <version>${springfox.swagger2.version}</version>
82 </dependency>
83
84 <!-- Common Utils Dependencies -->
85 <dependency>
86 <groupId>org.apache.commons</groupId>
87 <artifactId>commons-lang3</artifactId>
88 <version>3.2.1</version>
89 </dependency>
90 <dependency>
91 <groupId>commons-collections</groupId>
92 <artifactId>commons-collections</artifactId>
93 <version>3.2.2</version>
94 </dependency>
95 <dependency>
96 <groupId>commons-io</groupId>
97 <artifactId>commons-io</artifactId>
98 <version>2.6</version>
99 </dependency>
100 <dependency>
101 <groupId>org.apache.commons</groupId>
102 <artifactId>commons-compress</artifactId>
103 <version>1.15</version>
104 </dependency>
105 <dependency>
106 <groupId>org.apache.velocity</groupId>
107 <artifactId>velocity</artifactId>
108 <version>1.7</version>
109 </dependency>
110 <dependency>
111 <groupId>com.google.guava</groupId>
112 <artifactId>guava</artifactId>
113 <version>${guava.version}</version>
114 </dependency>
115 <dependency>
116 <groupId>org.python</groupId>
117 <artifactId>jython-standalone</artifactId>
118 <version>${jython.version}</version>
119 </dependency>
120
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000121 <!-- Kotlin Dependencies -->
122 <dependency>
123 <groupId>org.jetbrains.kotlin</groupId>
124 <artifactId>kotlin-stdlib</artifactId>
125 <version>${kotlin.version}</version>
126 </dependency>
127 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500128 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500129 <artifactId>kotlin-stdlib-common</artifactId>
130 <version>${kotlin.version}</version>
131 </dependency>
132 <dependency>
133 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500134 <artifactId>kotlin-scripting-jvm-host</artifactId>
135 <version>${kotlin.version}</version>
136 </dependency>
137 <dependency>
138 <groupId>org.jetbrains.kotlin</groupId>
139 <artifactId>kotlin-compiler-embeddable</artifactId>
140 <version>${kotlin.version}</version>
141 <scope>runtime</scope>
142 </dependency>
143 <dependency>
144 <groupId>org.jetbrains.kotlin</groupId>
145 <artifactId>kotlin-script-util</artifactId>
146 <version>${kotlin.version}</version>
147 </dependency>
148 <dependency>
149 <groupId>org.jetbrains.kotlin</groupId>
150 <artifactId>kotlin-script-runtime</artifactId>
151 <version>${kotlin.version}</version>
152 </dependency>
153 <dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500154 <groupId>org.jetbrains.kotlinx</groupId>
155 <artifactId>kotlinx-coroutines-core</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500156 <version>${kotlin.couroutines.version}</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000157 </dependency>
158 <dependency>
Muthuramalingam, Brinda Santh(bs2796)cf6cf512018-12-20 11:16:31 -0500159 <groupId>org.jetbrains.kotlinx</groupId>
160 <artifactId>kotlinx-coroutines-reactor</artifactId>
161 <version>${kotlin.couroutines.version}</version>
162 </dependency>
163 <dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000164 <groupId>org.jetbrains.kotlin</groupId>
165 <artifactId>kotlin-reflect</artifactId>
166 <version>${kotlin.version}</version>
167 </dependency>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500168 <dependency>
169 <groupId>org.jetbrains.kotlin</groupId>
170 <artifactId>kotlin-stdlib-jdk8</artifactId>
171 <version>${kotlin.version}</version>
172 </dependency>
173 <dependency>
174 <groupId>org.jetbrains.kotlin</groupId>
175 <artifactId>kotlin-stdlib-jdk7</artifactId>
176 <version>${kotlin.version}</version>
177 </dependency>
178
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500179 <!-- GRPC Dependencies -->
180 <dependency>
181 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500182 <artifactId>grpc-core</artifactId>
183 <version>${grpc.version}</version>
184 </dependency>
185 <dependency>
186 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500187 <artifactId>grpc-netty</artifactId>
188 <version>${grpc.version}</version>
189 </dependency>
190 <dependency>
191 <groupId>io.grpc</groupId>
192 <artifactId>grpc-protobuf</artifactId>
193 <version>${grpc.version}</version>
194 </dependency>
195 <dependency>
196 <groupId>io.grpc</groupId>
197 <artifactId>grpc-stub</artifactId>
198 <version>${grpc.version}</version>
199 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500200 <dependency>
201 <groupId>com.google.protobuf</groupId>
202 <artifactId>protobuf-java-util</artifactId>
203 <version>${protobuff.java.utils.version}</version>
204 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500205
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500206 <!-- SLI Version -->
207 <dependency>
208 <groupId>org.onap.ccsdk.sli.core</groupId>
209 <artifactId>sli-provider</artifactId>
210 <version>${sli.version}</version>
211 <exclusions>
212 <exclusion>
213 <groupId>commons-lang</groupId>
214 <artifactId>commons-lang</artifactId>
215 </exclusion>
216 <exclusion>
217 <groupId>org.apache.commons</groupId>
218 <artifactId>*</artifactId>
219 </exclusion>
220 <exclusion>
221 <groupId>org.slf4j</groupId>
222 <artifactId>*</artifactId>
223 </exclusion>
224 <exclusion>
225 <groupId>org.opendaylight.mdsal.model</groupId>
226 <artifactId>*</artifactId>
227 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)66439ec2018-12-17 11:15:28 -0500228 <exclusion>
229 <groupId>org.opendaylight.controller</groupId>
230 <artifactId>*</artifactId>
231 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500232 <exclusion>
233 <groupId>org.apache.tomcat</groupId>
234 <artifactId>*</artifactId>
235 </exclusion>
236 <exclusion>
237 <groupId>org.apache.karaf.shell</groupId>
238 <artifactId>*</artifactId>
239 </exclusion>
240 <exclusion>
241 <groupId>org.mariadb.jdbc</groupId>
242 <artifactId>*</artifactId>
243 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500244 <exclusion>
245 <groupId>org.powermock</groupId>
246 <artifactId>*</artifactId>
247 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500248 </exclusions>
249 </dependency>
250
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000251
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000252 <!-- Application Module Dependencies -->
253 <dependency>
254 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
255 <artifactId>db-lib</artifactId>
256 <version>${project.version}</version>
257 </dependency>
258 <dependency>
259 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
260 <artifactId>rest-lib</artifactId>
261 <version>${project.version}</version>
262 </dependency>
263 <dependency>
264 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
265 <artifactId>core</artifactId>
266 <version>${project.version}</version>
267 </dependency>
268 <dependency>
269 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000270 <artifactId>execution-service</artifactId>
271 <version>${project.version}</version>
272 </dependency>
273 <dependency>
274 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500275 <artifactId>workflow-service</artifactId>
276 <version>${project.version}</version>
277 </dependency>
278 <dependency>
279 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000280 <artifactId>resource-api</artifactId>
281 <version>${project.version}</version>
282 </dependency>
283 <dependency>
284 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
285 <artifactId>selfservice-api</artifactId>
286 <version>${project.version}</version>
287 </dependency>
288
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500289 <!-- Functions -->
290 <dependency>
291 <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
292 <artifactId>resource-resolution</artifactId>
293 <version>${project.version}</version>
294 </dependency>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500295 <dependency>
296 <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
297 <artifactId>python-executor</artifactId>
298 <version>${project.version}</version>
299 </dependency>
300 <dependency>
301 <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
302 <artifactId>netconf-executor</artifactId>
303 <version>${project.version}</version>
304 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500305
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000306 <!-- Application Component Dependency -->
307 <dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000308 <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
309 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500310 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000311 </dependency>
312
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000313 <!-- Database -->
314 <dependency>
315 <groupId>com.h2database</groupId>
316 <artifactId>h2</artifactId>
317 <version>${h2database.version}</version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500318 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000319 </dependency>
320 <!-- Test Dependency -->
321 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400322 <groupId>org.powermock</groupId>
323 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500324 <version>${powermock.version}</version>
Brinda Santhafbc1522018-08-23 23:34:05 -0400325 <scope>test</scope>
326 </dependency>
327 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000328 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500329 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000330 <version>${kotlin.version}</version>
331 <scope>test</scope>
332 </dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500333 <dependency>
334 <groupId>io.grpc</groupId>
335 <artifactId>grpc-testing</artifactId>
336 <version>${grpc.version}</version>
337 <scope>test</scope>
338 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000339 </dependencies>
340 </dependencyManagement>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000341
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500342 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000343 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500344 <groupId>com.att.eelf</groupId>
345 <artifactId>eelf-core</artifactId>
346 </dependency>
347 <dependency>
348 <groupId>org.onap.logging-analytics</groupId>
349 <artifactId>logging-slf4j</artifactId>
350 </dependency>
351 <dependency>
352 <groupId>org.apache.commons</groupId>
353 <artifactId>commons-lang3</artifactId>
354 </dependency>
355 <dependency>
356 <groupId>commons-collections</groupId>
357 <artifactId>commons-collections</artifactId>
358 </dependency>
359 <dependency>
360 <groupId>commons-io</groupId>
361 <artifactId>commons-io</artifactId>
362 </dependency>
363 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500364 <groupId>org.apache.commons</groupId>
365 <artifactId>commons-compress</artifactId>
366 </dependency>
367 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500368 <groupId>com.jayway.jsonpath</groupId>
369 <artifactId>json-path</artifactId>
370 </dependency>
371 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500372 <groupId>com.google.guava</groupId>
373 <artifactId>guava</artifactId>
374 </dependency>
375 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500376 <groupId>io.springfox</groupId>
377 <artifactId>springfox-swagger2</artifactId>
378 </dependency>
379 <dependency>
380 <groupId>io.springfox</groupId>
381 <artifactId>springfox-swagger-ui</artifactId>
382 </dependency>
383 <dependency>
384 <groupId>org.jetbrains.kotlin</groupId>
385 <artifactId>kotlin-stdlib</artifactId>
386 </dependency>
387 <dependency>
388 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500389 <artifactId>kotlin-script-util</artifactId>
390 </dependency>
391 <dependency>
392 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500393 <artifactId>kotlin-stdlib-jdk8</artifactId>
394 </dependency>
395 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500396 <groupId>org.jetbrains.kotlinx</groupId>
397 <artifactId>kotlinx-coroutines-core</artifactId>
398 </dependency>
399 <dependency>
400 <groupId>org.jetbrains.kotlinx</groupId>
401 <artifactId>kotlinx-coroutines-reactor</artifactId>
402 </dependency>
403 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500404 <groupId>com.fasterxml.jackson.module</groupId>
405 <artifactId>jackson-module-kotlin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000406 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500407 <dependency>
408 <groupId>org.jetbrains.kotlin</groupId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500409 <artifactId>kotlin-compiler-embeddable</artifactId>
410 </dependency>
411 <dependency>
412 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500413 <artifactId>kotlin-scripting-jvm-host</artifactId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500414 <!--Use kotlin-compiler-embeddable as koltin-compiler wrap-->
415 <!--guava dependency creating classpath issues at runtime-->
416 <exclusions>
417 <exclusion>
418 <groupId>org.jetbrains.kotlin</groupId>
419 <artifactId>kotlin-compiler</artifactId>
420 </exclusion>
421 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500422 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500423 <!-- GRPC Dependencies -->
424 <dependency>
425 <groupId>io.grpc</groupId>
426 <artifactId>grpc-netty</artifactId>
427 </dependency>
428 <dependency>
429 <groupId>io.grpc</groupId>
430 <artifactId>grpc-protobuf</artifactId>
431 </dependency>
432 <dependency>
433 <groupId>io.grpc</groupId>
434 <artifactId>grpc-stub</artifactId>
435 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500436 <dependency>
437 <groupId>com.google.protobuf</groupId>
438 <artifactId>protobuf-java-util</artifactId>
439 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000440 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500441
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000442 <build>
443 <plugins>
444 <plugin>
445 <groupId>org.jetbrains.kotlin</groupId>
446 <artifactId>kotlin-maven-plugin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500447 <version>${kotlin.maven.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000448 <executions>
449 <execution>
450 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500451 <goals>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000452 <goal>compile</goal>
453 </goals>
454 <configuration>
455 <sourceDirs>
456 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
457 <sourceDir>${project.basedir}/src/main/java</sourceDir>
458 </sourceDirs>
459 </configuration>
460 </execution>
461 <execution>
462 <id>test-compile</id>
463 <goals>
464 <goal>test-compile</goal>
465 </goals>
466 <configuration>
467 <sourceDirs>
468 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
469 <sourceDir>${project.basedir}/src/test/java</sourceDir>
470 </sourceDirs>
471 </configuration>
472 </execution>
473 </executions>
474 </plugin>
475 <plugin>
476 <groupId>org.apache.maven.plugins</groupId>
477 <artifactId>maven-compiler-plugin</artifactId>
478 <version>3.5.1</version>
479 <configuration>
480 <source>${maven.compiler.source}</source>
481 <target>${maven.compiler.target}</target>
482 </configuration>
483 </plugin>
484 </plugins>
485 </build>
486</project>