blob: c9505cb9463a66ed63fa021dcf778b69cedf5b04 [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 ~
Steve Sianif7d891d2019-04-03 15:23:27 -04005 ~ Modifications Copyright © 2018 - 2019 IBM, Bell Canada
Brinda Santhafbc1522018-08-23 23:34:05 -04006 ~
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 -->
Timoney, Dan (dt5972)743f1dc2019-03-14 13:55:01 -040019<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 +000020 <modelVersion>4.0.0</modelVersion>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000021 <parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040022 <groupId>org.onap.ccsdk.cds</groupId>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000023 <artifactId>blueprintsprocessor</artifactId>
Timoney, Dan (dt5972)5da3a812019-03-19 16:31:51 -040024 <version>0.4.2-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000025 </parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040026 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000027 <artifactId>parent</artifactId>
28 <packaging>pom</packaging>
29 <name>Blueprints Processor Parent</name>
30 <description>Blueprints Processor Parent</description>
31 <properties>
Muthuramalingam, Brinda Santh0613ae82019-02-18 15:10:25 -050032 <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
Muthuramalingam, Brinda Santh6f6a3c02019-02-27 20:47:17 -050033 <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 Santhb20d5172019-01-25 20:17:35 -050037 <kotlin.couroutines.version>1.1.1</kotlin.couroutines.version>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -050038 <grpc.version>1.18.0</grpc.version>
Alexis de Talhouëtc16b2a02019-03-27 17:20:06 -040039 <sshd.version>2.2.0</sshd.version>
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -040040 <jsch.version>0.1.55</jsch.version>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -050041 <protobuff.java.utils.version>3.6.1</protobuff.java.utils.version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000042 <eelf.version>1.0.0</eelf.version>
Muthuramalingam, Brinda Santh40072d32019-03-27 13:22:51 -040043 <sli.version>0.4.2-SNAPSHOT</sli.version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050044 <guava.version>27.0.1-jre</guava.version>
Muthuramalingam, Brinda Santh(bs2796)d2ec19b2018-11-19 12:48:31 -050045 <jython.version>2.7.1</jython.version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000046 <springfox.swagger2.version>2.9.2</springfox.swagger2.version>
47 <h2database.version>1.4.197</h2database.version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050048 <onap.logger.slf4j>1.2.2</onap.logger.slf4j>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050049 <powermock.version>1.7.4</powermock.version>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -050050 <mockk.version>1.9</mockk.version>
janani b11b7e742019-03-19 19:37:13 +053051 <dmaap.client.version>1.1.5</dmaap.client.version>
Steve Sianif7d891d2019-04-03 15:23:27 -040052 <jinja.version>2.5.0</jinja.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
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050065 <!--Swagger Dependencies -->
66 <dependency>
67 <groupId>io.springfox</groupId>
68 <artifactId>springfox-swagger2</artifactId>
69 <version>${springfox.swagger2.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -040070 <exclusions>
71 <exclusion>
72 <groupId>org.slf4j</groupId>
73 <artifactId>slf4j-api</artifactId>
74 </exclusion>
75 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050076 </dependency>
77 <dependency>
78 <groupId>io.springfox</groupId>
79 <artifactId>springfox-swagger-ui</artifactId>
80 <version>${springfox.swagger2.version}</version>
81 </dependency>
82
83 <!-- Common Utils Dependencies -->
84 <dependency>
85 <groupId>org.apache.commons</groupId>
86 <artifactId>commons-lang3</artifactId>
87 <version>3.2.1</version>
88 </dependency>
89 <dependency>
90 <groupId>commons-collections</groupId>
91 <artifactId>commons-collections</artifactId>
92 <version>3.2.2</version>
93 </dependency>
94 <dependency>
95 <groupId>commons-io</groupId>
96 <artifactId>commons-io</artifactId>
97 <version>2.6</version>
98 </dependency>
99 <dependency>
100 <groupId>org.apache.commons</groupId>
101 <artifactId>commons-compress</artifactId>
102 <version>1.15</version>
103 </dependency>
104 <dependency>
105 <groupId>org.apache.velocity</groupId>
106 <artifactId>velocity</artifactId>
107 <version>1.7</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400108 <exclusions>
109 <exclusion>
110 <groupId>org.slf4j</groupId>
111 <artifactId>slf4j-api</artifactId>
112 </exclusion>
113 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500114 </dependency>
115 <dependency>
Steve Sianif7d891d2019-04-03 15:23:27 -0400116 <groupId>com.hubspot.jinjava</groupId>
117 <artifactId>jinjava</artifactId>
118 <version>${jinja.version}</version>
119 </dependency>
120 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500121 <groupId>com.google.guava</groupId>
122 <artifactId>guava</artifactId>
123 <version>${guava.version}</version>
124 </dependency>
125 <dependency>
126 <groupId>org.python</groupId>
127 <artifactId>jython-standalone</artifactId>
128 <version>${jython.version}</version>
129 </dependency>
130
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000131 <!-- Kotlin Dependencies -->
132 <dependency>
133 <groupId>org.jetbrains.kotlin</groupId>
134 <artifactId>kotlin-stdlib</artifactId>
135 <version>${kotlin.version}</version>
136 </dependency>
137 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500138 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500139 <artifactId>kotlin-stdlib-common</artifactId>
140 <version>${kotlin.version}</version>
141 </dependency>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500142 <!--Use kotlin-compiler-embeddable instead koltin-compiler wrap-->
143 <!--guava dependency inside kotlin-compiler creating classpath issues at runtime-->
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500144 <dependency>
145 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500146 <artifactId>kotlin-scripting-jvm-host</artifactId>
147 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500148 <exclusions>
149 <exclusion>
150 <groupId>org.jetbrains.kotlin</groupId>
151 <artifactId>kotlin-compile</artifactId>
152 </exclusion>
153 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500154 </dependency>
155 <dependency>
156 <groupId>org.jetbrains.kotlin</groupId>
157 <artifactId>kotlin-compiler-embeddable</artifactId>
158 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500159 </dependency>
160 <dependency>
161 <groupId>org.jetbrains.kotlin</groupId>
162 <artifactId>kotlin-script-util</artifactId>
163 <version>${kotlin.version}</version>
164 </dependency>
165 <dependency>
166 <groupId>org.jetbrains.kotlin</groupId>
167 <artifactId>kotlin-script-runtime</artifactId>
168 <version>${kotlin.version}</version>
169 </dependency>
170 <dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500171 <groupId>org.jetbrains.kotlinx</groupId>
172 <artifactId>kotlinx-coroutines-core</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500173 <version>${kotlin.couroutines.version}</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000174 </dependency>
175 <dependency>
Muthuramalingam, Brinda Santh(bs2796)cf6cf512018-12-20 11:16:31 -0500176 <groupId>org.jetbrains.kotlinx</groupId>
177 <artifactId>kotlinx-coroutines-reactor</artifactId>
178 <version>${kotlin.couroutines.version}</version>
179 </dependency>
180 <dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000181 <groupId>org.jetbrains.kotlin</groupId>
182 <artifactId>kotlin-reflect</artifactId>
183 <version>${kotlin.version}</version>
184 </dependency>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500185 <dependency>
186 <groupId>org.jetbrains.kotlin</groupId>
187 <artifactId>kotlin-stdlib-jdk8</artifactId>
188 <version>${kotlin.version}</version>
189 </dependency>
190 <dependency>
191 <groupId>org.jetbrains.kotlin</groupId>
192 <artifactId>kotlin-stdlib-jdk7</artifactId>
193 <version>${kotlin.version}</version>
194 </dependency>
195
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500196 <!-- GRPC Dependencies -->
197 <dependency>
198 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500199 <artifactId>grpc-core</artifactId>
200 <version>${grpc.version}</version>
201 </dependency>
202 <dependency>
203 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500204 <artifactId>grpc-netty</artifactId>
205 <version>${grpc.version}</version>
206 </dependency>
207 <dependency>
208 <groupId>io.grpc</groupId>
209 <artifactId>grpc-protobuf</artifactId>
210 <version>${grpc.version}</version>
211 </dependency>
212 <dependency>
213 <groupId>io.grpc</groupId>
214 <artifactId>grpc-stub</artifactId>
215 <version>${grpc.version}</version>
216 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500217 <dependency>
218 <groupId>com.google.protobuf</groupId>
219 <artifactId>protobuf-java-util</artifactId>
220 <version>${protobuff.java.utils.version}</version>
221 </dependency>
Alexis de Talhouëtee02d9a2019-03-04 10:22:04 -0500222 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400223 <groupId>org.onap.ccsdk.cds.components</groupId>
Alexis de Talhouëtee02d9a2019-03-04 10:22:04 -0500224 <artifactId>proto-definition</artifactId>
225 <version>${project.version}</version>
226 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500227
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400228 <!-- Adaptors -->
229 <dependency>
230 <groupId>org.apache.sshd</groupId>
231 <artifactId>sshd-core</artifactId>
232 <version>${sshd.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400233 <exclusions>
234 <exclusion>
235 <groupId>org.slf4j</groupId>
236 <artifactId>slf4j-api</artifactId>
237 </exclusion>
238 </exclusions>
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400239 </dependency>
240 <dependency>
241 <groupId>com.jcraft</groupId>
242 <artifactId>jsch</artifactId>
243 <version>${jsch.version}</version>
244 </dependency>
245
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500246 <!-- SLI Version -->
247 <dependency>
248 <groupId>org.onap.ccsdk.sli.core</groupId>
249 <artifactId>sli-provider</artifactId>
250 <version>${sli.version}</version>
251 <exclusions>
252 <exclusion>
253 <groupId>commons-lang</groupId>
254 <artifactId>commons-lang</artifactId>
255 </exclusion>
256 <exclusion>
257 <groupId>org.apache.commons</groupId>
258 <artifactId>*</artifactId>
259 </exclusion>
260 <exclusion>
261 <groupId>org.slf4j</groupId>
262 <artifactId>*</artifactId>
263 </exclusion>
264 <exclusion>
265 <groupId>org.opendaylight.mdsal.model</groupId>
266 <artifactId>*</artifactId>
267 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)66439ec2018-12-17 11:15:28 -0500268 <exclusion>
269 <groupId>org.opendaylight.controller</groupId>
270 <artifactId>*</artifactId>
271 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500272 <exclusion>
273 <groupId>org.apache.tomcat</groupId>
274 <artifactId>*</artifactId>
275 </exclusion>
276 <exclusion>
277 <groupId>org.apache.karaf.shell</groupId>
278 <artifactId>*</artifactId>
279 </exclusion>
280 <exclusion>
281 <groupId>org.mariadb.jdbc</groupId>
282 <artifactId>*</artifactId>
283 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500284 <exclusion>
285 <groupId>org.powermock</groupId>
286 <artifactId>*</artifactId>
287 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500288 </exclusions>
289 </dependency>
290
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000291
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400292 <!-- Blueprint Processor Application Module Dependencies -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000293 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400294 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400295 <artifactId>processor-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500296 <version>${project.version}</version>
297 </dependency>
298 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400299 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000300 <artifactId>db-lib</artifactId>
301 <version>${project.version}</version>
302 </dependency>
303 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400304 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000305 <artifactId>rest-lib</artifactId>
306 <version>${project.version}</version>
307 </dependency>
308 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400309 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400310 <artifactId>dmaap-lib</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000311 <version>${project.version}</version>
312 </dependency>
313 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400314 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000315 <artifactId>execution-service</artifactId>
316 <version>${project.version}</version>
317 </dependency>
318 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400319 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500320 <artifactId>workflow-service</artifactId>
321 <version>${project.version}</version>
322 </dependency>
323 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400324 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000325 <artifactId>resource-api</artifactId>
326 <version>${project.version}</version>
327 </dependency>
328 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400329 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000330 <artifactId>selfservice-api</artifactId>
331 <version>${project.version}</version>
332 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400333 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400334 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400335 <artifactId>application</artifactId>
336 <version>${project.version}</version>
337 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000338
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500339 <!-- Functions -->
340 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400341 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500342 <artifactId>resource-resolution</artifactId>
343 <version>${project.version}</version>
344 </dependency>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500345 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400346 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500347 <artifactId>python-executor</artifactId>
348 <version>${project.version}</version>
349 </dependency>
350 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400351 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500352 <artifactId>netconf-executor</artifactId>
353 <version>${project.version}</version>
354 </dependency>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500355 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400356 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500357 <artifactId>restconf-executor</artifactId>
358 <version>${project.version}</version>
359 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500360
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400361 <!-- Controller Blueprints Application Dependency -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000362 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400363 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000364 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500365 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000366 </dependency>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500367 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400368 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -0500369 <artifactId>blueprint-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500370 <version>${project.version}</version>
371 </dependency>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500372 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400373 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500374 <artifactId>blueprint-scripts</artifactId>
375 <version>${project.version}</version>
376 </dependency>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500377 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400378 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400379 <artifactId>db-resources</artifactId>
380 <version>${project.version}</version>
381 </dependency>
382 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400383 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500384 <artifactId>blueprint-validation</artifactId>
385 <version>${project.version}</version>
386 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000387
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000388 <!-- Database -->
389 <dependency>
390 <groupId>com.h2database</groupId>
391 <artifactId>h2</artifactId>
392 <version>${h2database.version}</version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500393 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000394 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400395
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000396 <!-- Test Dependency -->
397 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500398 <groupId>io.mockk</groupId>
399 <artifactId>mockk</artifactId>
400 <version>${mockk.version}</version>
401 <scope>test</scope>
402 </dependency>
403 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400404 <groupId>org.powermock</groupId>
405 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500406 <version>${powermock.version}</version>
Brinda Santhafbc1522018-08-23 23:34:05 -0400407 <scope>test</scope>
408 </dependency>
409 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000410 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500411 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000412 <version>${kotlin.version}</version>
413 <scope>test</scope>
414 </dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500415 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500416 <groupId>org.jetbrains.kotlinx</groupId>
417 <artifactId>kotlinx-coroutines-test</artifactId>
418 <version>${kotlin.couroutines.version}</version>
419 <scope>test</scope>
420 </dependency>
421 <dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500422 <groupId>io.grpc</groupId>
423 <artifactId>grpc-testing</artifactId>
424 <version>${grpc.version}</version>
425 <scope>test</scope>
426 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000427 </dependencies>
428 </dependencyManagement>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000429
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500430 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000431 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500432 <groupId>org.apache.commons</groupId>
433 <artifactId>commons-lang3</artifactId>
434 </dependency>
435 <dependency>
436 <groupId>commons-collections</groupId>
437 <artifactId>commons-collections</artifactId>
438 </dependency>
439 <dependency>
440 <groupId>commons-io</groupId>
441 <artifactId>commons-io</artifactId>
442 </dependency>
443 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500444 <groupId>org.apache.commons</groupId>
445 <artifactId>commons-compress</artifactId>
446 </dependency>
447 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500448 <groupId>com.jayway.jsonpath</groupId>
449 <artifactId>json-path</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400450 <exclusions>
451 <exclusion>
452 <groupId>org.slf4j</groupId>
453 <artifactId>slf4j-api</artifactId>
454 </exclusion>
455 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500456 </dependency>
457 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500458 <groupId>com.google.guava</groupId>
459 <artifactId>guava</artifactId>
460 </dependency>
461 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500462 <groupId>io.springfox</groupId>
463 <artifactId>springfox-swagger2</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400464 <exclusions>
465 <exclusion>
466 <groupId>org.slf4j</groupId>
467 <artifactId>slf4j-api</artifactId>
468 </exclusion>
469 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500470 </dependency>
471 <dependency>
472 <groupId>io.springfox</groupId>
473 <artifactId>springfox-swagger-ui</artifactId>
474 </dependency>
475 <dependency>
476 <groupId>org.jetbrains.kotlin</groupId>
477 <artifactId>kotlin-stdlib</artifactId>
478 </dependency>
479 <dependency>
480 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500481 <artifactId>kotlin-script-util</artifactId>
482 </dependency>
483 <dependency>
484 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500485 <artifactId>kotlin-stdlib-jdk8</artifactId>
486 </dependency>
487 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500488 <groupId>org.jetbrains.kotlinx</groupId>
489 <artifactId>kotlinx-coroutines-core</artifactId>
490 </dependency>
491 <dependency>
492 <groupId>org.jetbrains.kotlinx</groupId>
493 <artifactId>kotlinx-coroutines-reactor</artifactId>
494 </dependency>
495 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500496 <groupId>com.fasterxml.jackson.module</groupId>
497 <artifactId>jackson-module-kotlin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000498 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500499 <dependency>
500 <groupId>org.jetbrains.kotlin</groupId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500501 <artifactId>kotlin-compiler-embeddable</artifactId>
502 </dependency>
503 <dependency>
504 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500505 <artifactId>kotlin-scripting-jvm-host</artifactId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500506 <!--Use kotlin-compiler-embeddable as koltin-compiler wrap-->
507 <!--guava dependency creating classpath issues at runtime-->
508 <exclusions>
509 <exclusion>
510 <groupId>org.jetbrains.kotlin</groupId>
511 <artifactId>kotlin-compiler</artifactId>
512 </exclusion>
513 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500514 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500515 <!-- GRPC Dependencies -->
516 <dependency>
517 <groupId>io.grpc</groupId>
518 <artifactId>grpc-netty</artifactId>
519 </dependency>
520 <dependency>
521 <groupId>io.grpc</groupId>
522 <artifactId>grpc-protobuf</artifactId>
523 </dependency>
524 <dependency>
525 <groupId>io.grpc</groupId>
526 <artifactId>grpc-stub</artifactId>
527 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500528 <dependency>
529 <groupId>com.google.protobuf</groupId>
530 <artifactId>protobuf-java-util</artifactId>
531 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000532 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500533
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000534 <build>
535 <plugins>
536 <plugin>
537 <groupId>org.jetbrains.kotlin</groupId>
538 <artifactId>kotlin-maven-plugin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500539 <version>${kotlin.maven.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000540 <executions>
541 <execution>
542 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500543 <goals>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000544 <goal>compile</goal>
545 </goals>
546 <configuration>
547 <sourceDirs>
548 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
549 <sourceDir>${project.basedir}/src/main/java</sourceDir>
550 </sourceDirs>
551 </configuration>
552 </execution>
553 <execution>
554 <id>test-compile</id>
555 <goals>
556 <goal>test-compile</goal>
557 </goals>
558 <configuration>
559 <sourceDirs>
560 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
561 <sourceDir>${project.basedir}/src/test/java</sourceDir>
562 </sourceDirs>
563 </configuration>
564 </execution>
565 </executions>
566 </plugin>
567 <plugin>
568 <groupId>org.apache.maven.plugins</groupId>
569 <artifactId>maven-compiler-plugin</artifactId>
570 <version>3.5.1</version>
571 <configuration>
572 <source>${maven.compiler.source}</source>
573 <target>${maven.compiler.target}</target>
574 </configuration>
575 </plugin>
576 </plugins>
577 </build>
578</project>