blob: 46eba5afa27ffcf550bbda8d2794b68743a4eb21 [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.
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -05006 ~ Modifications Copyright © 2019 Bell Canada.
Brinda Santhafbc1522018-08-23 23:34:05 -04007 ~
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00008 ~ Licensed under the Apache License, Version 2.0 (the "License");
9 ~ you may not use this file except in compliance with the License.
10 ~ You may obtain a copy of the License at
11 ~
12 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~
14 ~ Unless required by applicable law or agreed to in writing, software
15 ~ distributed under the License is distributed on an "AS IS" BASIS,
16 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 ~ See the License for the specific language governing permissions and
18 ~ limitations under the License.
19 -->
Timoney, Dan (dt5972)743f1dc2019-03-14 13:55:01 -040020<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)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)5da3a812019-03-19 16:31:51 -040025 <version>0.4.2-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 Santh0613ae82019-02-18 15:10:25 -050033 <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
Muthuramalingam, Brinda Santh6f6a3c02019-02-27 20:47:17 -050034 <spring.boot.version>2.1.3.RELEASE</spring.boot.version>
35 <spring.version>5.1.5.RELEASE</spring.version>
36 <kotlin.version>1.3.21</kotlin.version>
37 <kotlin.maven.version>1.3.21</kotlin.maven.version>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -050038 <kotlin.couroutines.version>1.1.1</kotlin.couroutines.version>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -050039 <grpc.version>1.18.0</grpc.version>
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -040040 <!-- TODO("Migrate SSHD to 2.x version") -->
41 <sshd.version>1.7.0</sshd.version>
42 <jsch.version>0.1.55</jsch.version>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -050043 <protobuff.java.utils.version>3.6.1</protobuff.java.utils.version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000044 <eelf.version>1.0.0</eelf.version>
Timoney, Dan (dt5972)d7d47b42019-01-04 10:43:33 -050045 <sli.version>0.4.1-SNAPSHOT</sli.version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050046 <guava.version>27.0.1-jre</guava.version>
Muthuramalingam, Brinda Santh(bs2796)d2ec19b2018-11-19 12:48:31 -050047 <jython.version>2.7.1</jython.version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000048 <springfox.swagger2.version>2.9.2</springfox.swagger2.version>
49 <h2database.version>1.4.197</h2database.version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050050 <onap.logger.slf4j>1.2.2</onap.logger.slf4j>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050051 <powermock.version>1.7.4</powermock.version>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -050052 <mockk.version>1.9</mockk.version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000053 </properties>
54 <dependencyManagement>
55 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000056 <!-- Spring Boot -->
57 <dependency>
58 <groupId>org.springframework.boot</groupId>
59 <artifactId>spring-boot-starter-parent</artifactId>
60 <version>${spring.boot.version}</version>
61 <type>pom</type>
62 <scope>import</scope>
63 </dependency>
64
65 <!-- Logging Dependencies -->
66 <dependency>
67 <groupId>com.att.eelf</groupId>
68 <artifactId>eelf-core</artifactId>
69 <version>${eelf.version}</version>
70 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050071 <dependency>
72 <groupId>org.onap.logging-analytics</groupId>
73 <artifactId>logging-slf4j</artifactId>
74 <version>${onap.logger.slf4j}</version>
75 </dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000076
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050077 <!--Swagger Dependencies -->
78 <dependency>
79 <groupId>io.springfox</groupId>
80 <artifactId>springfox-swagger2</artifactId>
81 <version>${springfox.swagger2.version}</version>
82 </dependency>
83 <dependency>
84 <groupId>io.springfox</groupId>
85 <artifactId>springfox-swagger-ui</artifactId>
86 <version>${springfox.swagger2.version}</version>
87 </dependency>
88
89 <!-- Common Utils Dependencies -->
90 <dependency>
91 <groupId>org.apache.commons</groupId>
92 <artifactId>commons-lang3</artifactId>
93 <version>3.2.1</version>
94 </dependency>
95 <dependency>
96 <groupId>commons-collections</groupId>
97 <artifactId>commons-collections</artifactId>
98 <version>3.2.2</version>
99 </dependency>
100 <dependency>
101 <groupId>commons-io</groupId>
102 <artifactId>commons-io</artifactId>
103 <version>2.6</version>
104 </dependency>
105 <dependency>
106 <groupId>org.apache.commons</groupId>
107 <artifactId>commons-compress</artifactId>
108 <version>1.15</version>
109 </dependency>
110 <dependency>
111 <groupId>org.apache.velocity</groupId>
112 <artifactId>velocity</artifactId>
113 <version>1.7</version>
114 </dependency>
115 <dependency>
116 <groupId>com.google.guava</groupId>
117 <artifactId>guava</artifactId>
118 <version>${guava.version}</version>
119 </dependency>
120 <dependency>
121 <groupId>org.python</groupId>
122 <artifactId>jython-standalone</artifactId>
123 <version>${jython.version}</version>
124 </dependency>
125
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000126 <!-- Kotlin Dependencies -->
127 <dependency>
128 <groupId>org.jetbrains.kotlin</groupId>
129 <artifactId>kotlin-stdlib</artifactId>
130 <version>${kotlin.version}</version>
131 </dependency>
132 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500133 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500134 <artifactId>kotlin-stdlib-common</artifactId>
135 <version>${kotlin.version}</version>
136 </dependency>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500137 <!--Use kotlin-compiler-embeddable instead koltin-compiler wrap-->
138 <!--guava dependency inside kotlin-compiler creating classpath issues at runtime-->
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500139 <dependency>
140 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500141 <artifactId>kotlin-scripting-jvm-host</artifactId>
142 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500143 <exclusions>
144 <exclusion>
145 <groupId>org.jetbrains.kotlin</groupId>
146 <artifactId>kotlin-compile</artifactId>
147 </exclusion>
148 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500149 </dependency>
150 <dependency>
151 <groupId>org.jetbrains.kotlin</groupId>
152 <artifactId>kotlin-compiler-embeddable</artifactId>
153 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500154 </dependency>
155 <dependency>
156 <groupId>org.jetbrains.kotlin</groupId>
157 <artifactId>kotlin-script-util</artifactId>
158 <version>${kotlin.version}</version>
159 </dependency>
160 <dependency>
161 <groupId>org.jetbrains.kotlin</groupId>
162 <artifactId>kotlin-script-runtime</artifactId>
163 <version>${kotlin.version}</version>
164 </dependency>
165 <dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500166 <groupId>org.jetbrains.kotlinx</groupId>
167 <artifactId>kotlinx-coroutines-core</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500168 <version>${kotlin.couroutines.version}</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000169 </dependency>
170 <dependency>
Muthuramalingam, Brinda Santh(bs2796)cf6cf512018-12-20 11:16:31 -0500171 <groupId>org.jetbrains.kotlinx</groupId>
172 <artifactId>kotlinx-coroutines-reactor</artifactId>
173 <version>${kotlin.couroutines.version}</version>
174 </dependency>
175 <dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000176 <groupId>org.jetbrains.kotlin</groupId>
177 <artifactId>kotlin-reflect</artifactId>
178 <version>${kotlin.version}</version>
179 </dependency>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500180 <dependency>
181 <groupId>org.jetbrains.kotlin</groupId>
182 <artifactId>kotlin-stdlib-jdk8</artifactId>
183 <version>${kotlin.version}</version>
184 </dependency>
185 <dependency>
186 <groupId>org.jetbrains.kotlin</groupId>
187 <artifactId>kotlin-stdlib-jdk7</artifactId>
188 <version>${kotlin.version}</version>
189 </dependency>
190
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500191 <!-- GRPC Dependencies -->
192 <dependency>
193 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500194 <artifactId>grpc-core</artifactId>
195 <version>${grpc.version}</version>
196 </dependency>
197 <dependency>
198 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500199 <artifactId>grpc-netty</artifactId>
200 <version>${grpc.version}</version>
201 </dependency>
202 <dependency>
203 <groupId>io.grpc</groupId>
204 <artifactId>grpc-protobuf</artifactId>
205 <version>${grpc.version}</version>
206 </dependency>
207 <dependency>
208 <groupId>io.grpc</groupId>
209 <artifactId>grpc-stub</artifactId>
210 <version>${grpc.version}</version>
211 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500212 <dependency>
213 <groupId>com.google.protobuf</groupId>
214 <artifactId>protobuf-java-util</artifactId>
215 <version>${protobuff.java.utils.version}</version>
216 </dependency>
Alexis de Talhouëtee02d9a2019-03-04 10:22:04 -0500217 <dependency>
218 <groupId>org.onap.ccsdk.apps.components</groupId>
219 <artifactId>proto-definition</artifactId>
220 <version>${project.version}</version>
221 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500222
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400223 <!-- Adaptors -->
224 <dependency>
225 <groupId>org.apache.sshd</groupId>
226 <artifactId>sshd-core</artifactId>
227 <version>${sshd.version}</version>
228 </dependency>
229 <dependency>
230 <groupId>com.jcraft</groupId>
231 <artifactId>jsch</artifactId>
232 <version>${jsch.version}</version>
233 </dependency>
234
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500235 <!-- SLI Version -->
236 <dependency>
237 <groupId>org.onap.ccsdk.sli.core</groupId>
238 <artifactId>sli-provider</artifactId>
239 <version>${sli.version}</version>
240 <exclusions>
241 <exclusion>
242 <groupId>commons-lang</groupId>
243 <artifactId>commons-lang</artifactId>
244 </exclusion>
245 <exclusion>
246 <groupId>org.apache.commons</groupId>
247 <artifactId>*</artifactId>
248 </exclusion>
249 <exclusion>
250 <groupId>org.slf4j</groupId>
251 <artifactId>*</artifactId>
252 </exclusion>
253 <exclusion>
254 <groupId>org.opendaylight.mdsal.model</groupId>
255 <artifactId>*</artifactId>
256 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)66439ec2018-12-17 11:15:28 -0500257 <exclusion>
258 <groupId>org.opendaylight.controller</groupId>
259 <artifactId>*</artifactId>
260 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500261 <exclusion>
262 <groupId>org.apache.tomcat</groupId>
263 <artifactId>*</artifactId>
264 </exclusion>
265 <exclusion>
266 <groupId>org.apache.karaf.shell</groupId>
267 <artifactId>*</artifactId>
268 </exclusion>
269 <exclusion>
270 <groupId>org.mariadb.jdbc</groupId>
271 <artifactId>*</artifactId>
272 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500273 <exclusion>
274 <groupId>org.powermock</groupId>
275 <artifactId>*</artifactId>
276 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500277 </exclusions>
278 </dependency>
279
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000280
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400281 <!-- Blueprint Processor Application Module Dependencies -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000282 <dependency>
283 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400284 <artifactId>processor-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500285 <version>${project.version}</version>
286 </dependency>
287 <dependency>
288 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000289 <artifactId>db-lib</artifactId>
290 <version>${project.version}</version>
291 </dependency>
292 <dependency>
293 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
294 <artifactId>rest-lib</artifactId>
295 <version>${project.version}</version>
296 </dependency>
297 <dependency>
298 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400299 <artifactId>dmaap-lib</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000300 <version>${project.version}</version>
301 </dependency>
302 <dependency>
303 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000304 <artifactId>execution-service</artifactId>
305 <version>${project.version}</version>
306 </dependency>
307 <dependency>
308 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500309 <artifactId>workflow-service</artifactId>
310 <version>${project.version}</version>
311 </dependency>
312 <dependency>
313 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000314 <artifactId>resource-api</artifactId>
315 <version>${project.version}</version>
316 </dependency>
317 <dependency>
318 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
319 <artifactId>selfservice-api</artifactId>
320 <version>${project.version}</version>
321 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400322 <dependency>
323 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
324 <artifactId>application</artifactId>
325 <version>${project.version}</version>
326 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000327
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500328 <!-- Functions -->
329 <dependency>
330 <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
331 <artifactId>resource-resolution</artifactId>
332 <version>${project.version}</version>
333 </dependency>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500334 <dependency>
335 <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
336 <artifactId>python-executor</artifactId>
337 <version>${project.version}</version>
338 </dependency>
339 <dependency>
340 <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
341 <artifactId>netconf-executor</artifactId>
342 <version>${project.version}</version>
343 </dependency>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500344 <dependency>
345 <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
346 <artifactId>restconf-executor</artifactId>
347 <version>${project.version}</version>
348 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500349
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400350 <!-- Controller Blueprints Application Dependency -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000351 <dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000352 <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
353 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500354 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000355 </dependency>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500356 <dependency>
357 <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -0500358 <artifactId>blueprint-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500359 <version>${project.version}</version>
360 </dependency>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500361 <dependency>
362 <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
363 <artifactId>blueprint-scripts</artifactId>
364 <version>${project.version}</version>
365 </dependency>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500366 <dependency>
367 <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400368 <artifactId>db-resources</artifactId>
369 <version>${project.version}</version>
370 </dependency>
371 <dependency>
372 <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500373 <artifactId>blueprint-validation</artifactId>
374 <version>${project.version}</version>
375 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000376
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000377 <!-- Database -->
378 <dependency>
379 <groupId>com.h2database</groupId>
380 <artifactId>h2</artifactId>
381 <version>${h2database.version}</version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500382 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000383 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400384
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000385 <!-- Test Dependency -->
386 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500387 <groupId>io.mockk</groupId>
388 <artifactId>mockk</artifactId>
389 <version>${mockk.version}</version>
390 <scope>test</scope>
391 </dependency>
392 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400393 <groupId>org.powermock</groupId>
394 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500395 <version>${powermock.version}</version>
Brinda Santhafbc1522018-08-23 23:34:05 -0400396 <scope>test</scope>
397 </dependency>
398 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000399 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500400 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000401 <version>${kotlin.version}</version>
402 <scope>test</scope>
403 </dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500404 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500405 <groupId>org.jetbrains.kotlinx</groupId>
406 <artifactId>kotlinx-coroutines-test</artifactId>
407 <version>${kotlin.couroutines.version}</version>
408 <scope>test</scope>
409 </dependency>
410 <dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500411 <groupId>io.grpc</groupId>
412 <artifactId>grpc-testing</artifactId>
413 <version>${grpc.version}</version>
414 <scope>test</scope>
415 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000416 </dependencies>
417 </dependencyManagement>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000418
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500419 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000420 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500421 <groupId>com.att.eelf</groupId>
422 <artifactId>eelf-core</artifactId>
423 </dependency>
424 <dependency>
425 <groupId>org.onap.logging-analytics</groupId>
426 <artifactId>logging-slf4j</artifactId>
427 </dependency>
428 <dependency>
429 <groupId>org.apache.commons</groupId>
430 <artifactId>commons-lang3</artifactId>
431 </dependency>
432 <dependency>
433 <groupId>commons-collections</groupId>
434 <artifactId>commons-collections</artifactId>
435 </dependency>
436 <dependency>
437 <groupId>commons-io</groupId>
438 <artifactId>commons-io</artifactId>
439 </dependency>
440 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500441 <groupId>org.apache.commons</groupId>
442 <artifactId>commons-compress</artifactId>
443 </dependency>
444 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500445 <groupId>com.jayway.jsonpath</groupId>
446 <artifactId>json-path</artifactId>
447 </dependency>
448 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500449 <groupId>com.google.guava</groupId>
450 <artifactId>guava</artifactId>
451 </dependency>
452 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500453 <groupId>io.springfox</groupId>
454 <artifactId>springfox-swagger2</artifactId>
455 </dependency>
456 <dependency>
457 <groupId>io.springfox</groupId>
458 <artifactId>springfox-swagger-ui</artifactId>
459 </dependency>
460 <dependency>
461 <groupId>org.jetbrains.kotlin</groupId>
462 <artifactId>kotlin-stdlib</artifactId>
463 </dependency>
464 <dependency>
465 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500466 <artifactId>kotlin-script-util</artifactId>
467 </dependency>
468 <dependency>
469 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500470 <artifactId>kotlin-stdlib-jdk8</artifactId>
471 </dependency>
472 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500473 <groupId>org.jetbrains.kotlinx</groupId>
474 <artifactId>kotlinx-coroutines-core</artifactId>
475 </dependency>
476 <dependency>
477 <groupId>org.jetbrains.kotlinx</groupId>
478 <artifactId>kotlinx-coroutines-reactor</artifactId>
479 </dependency>
480 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500481 <groupId>com.fasterxml.jackson.module</groupId>
482 <artifactId>jackson-module-kotlin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000483 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500484 <dependency>
485 <groupId>org.jetbrains.kotlin</groupId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500486 <artifactId>kotlin-compiler-embeddable</artifactId>
487 </dependency>
488 <dependency>
489 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500490 <artifactId>kotlin-scripting-jvm-host</artifactId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500491 <!--Use kotlin-compiler-embeddable as koltin-compiler wrap-->
492 <!--guava dependency creating classpath issues at runtime-->
493 <exclusions>
494 <exclusion>
495 <groupId>org.jetbrains.kotlin</groupId>
496 <artifactId>kotlin-compiler</artifactId>
497 </exclusion>
498 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500499 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500500 <!-- GRPC Dependencies -->
501 <dependency>
502 <groupId>io.grpc</groupId>
503 <artifactId>grpc-netty</artifactId>
504 </dependency>
505 <dependency>
506 <groupId>io.grpc</groupId>
507 <artifactId>grpc-protobuf</artifactId>
508 </dependency>
509 <dependency>
510 <groupId>io.grpc</groupId>
511 <artifactId>grpc-stub</artifactId>
512 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500513 <dependency>
514 <groupId>com.google.protobuf</groupId>
515 <artifactId>protobuf-java-util</artifactId>
516 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000517 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500518
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000519 <build>
520 <plugins>
521 <plugin>
522 <groupId>org.jetbrains.kotlin</groupId>
523 <artifactId>kotlin-maven-plugin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500524 <version>${kotlin.maven.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000525 <executions>
526 <execution>
527 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500528 <goals>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000529 <goal>compile</goal>
530 </goals>
531 <configuration>
532 <sourceDirs>
533 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
534 <sourceDir>${project.basedir}/src/main/java</sourceDir>
535 </sourceDirs>
536 </configuration>
537 </execution>
538 <execution>
539 <id>test-compile</id>
540 <goals>
541 <goal>test-compile</goal>
542 </goals>
543 <configuration>
544 <sourceDirs>
545 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
546 <sourceDir>${project.basedir}/src/test/java</sourceDir>
547 </sourceDirs>
548 </configuration>
549 </execution>
550 </executions>
551 </plugin>
552 <plugin>
553 <groupId>org.apache.maven.plugins</groupId>
554 <artifactId>maven-compiler-plugin</artifactId>
555 <version>3.5.1</version>
556 <configuration>
557 <source>${maven.compiler.source}</source>
558 <target>${maven.compiler.target}</target>
559 </configuration>
560 </plugin>
561 </plugins>
562 </build>
563</project>