blob: f087104ed3f6ca0a814e807f77789b2b232996c7 [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)84b361d2019-04-24 15:05:00 -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)f6aba622019-04-30 14:28:15 -040024 <version>0.5.0-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>
Brinda Santh0042e9e2019-05-20 15:27:55 -040042 <spring.kafka.version>2.2.6.RELEASE</spring.kafka.version>
43 <kafka.version>2.2.0</kafka.version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000044 <eelf.version>1.0.0</eelf.version>
Brinda Santh15680d32019-05-15 13:50:20 -040045 <sli.version>${ccsdk.sli.core.version}</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>
janani b11b7e742019-03-19 19:37:13 +053053 <dmaap.client.version>1.1.5</dmaap.client.version>
Steve Sianif7d891d2019-04-03 15:23:27 -040054 <jinja.version>2.5.0</jinja.version>
Steve Siani81ff21b2019-04-08 10:38:41 -040055 <mockkserver.version>5.5.1</mockkserver.version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000056 </properties>
57 <dependencyManagement>
58 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000059 <!-- 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 Santh0042e9e2019-05-20 15:27:55 -040068 <dependency>
69 <groupId>org.springframework.kafka</groupId>
70 <artifactId>spring-kafka</artifactId>
71 <version>${spring.kafka.version}</version>
72 </dependency>
73
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050074 <!--Swagger Dependencies -->
75 <dependency>
76 <groupId>io.springfox</groupId>
77 <artifactId>springfox-swagger2</artifactId>
78 <version>${springfox.swagger2.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -040079 <exclusions>
80 <exclusion>
81 <groupId>org.slf4j</groupId>
82 <artifactId>slf4j-api</artifactId>
83 </exclusion>
84 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050085 </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ëtc4efe032019-03-28 15:43:40 -0400117 <exclusions>
118 <exclusion>
119 <groupId>org.slf4j</groupId>
120 <artifactId>slf4j-api</artifactId>
121 </exclusion>
122 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500123 </dependency>
124 <dependency>
Steve Sianif7d891d2019-04-03 15:23:27 -0400125 <groupId>com.hubspot.jinjava</groupId>
126 <artifactId>jinjava</artifactId>
127 <version>${jinja.version}</version>
128 </dependency>
129 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500130 <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)ee467d72018-08-23 15:54:30 +0000140 <!-- 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 Santh3d281342019-01-11 11:30:40 -0500147 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500148 <artifactId>kotlin-stdlib-common</artifactId>
149 <version>${kotlin.version}</version>
150 </dependency>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500151 <!--Use kotlin-compiler-embeddable instead koltin-compiler wrap-->
152 <!--guava dependency inside kotlin-compiler creating classpath issues at runtime-->
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500153 <dependency>
154 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500155 <artifactId>kotlin-scripting-jvm-host</artifactId>
156 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500157 <exclusions>
158 <exclusion>
159 <groupId>org.jetbrains.kotlin</groupId>
160 <artifactId>kotlin-compile</artifactId>
161 </exclusion>
162 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500163 </dependency>
164 <dependency>
165 <groupId>org.jetbrains.kotlin</groupId>
166 <artifactId>kotlin-compiler-embeddable</artifactId>
167 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500168 </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)aa927022018-11-24 14:25:26 -0500180 <groupId>org.jetbrains.kotlinx</groupId>
181 <artifactId>kotlinx-coroutines-core</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500182 <version>${kotlin.couroutines.version}</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000183 </dependency>
184 <dependency>
Muthuramalingam, Brinda Santh(bs2796)cf6cf512018-12-20 11:16:31 -0500185 <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)ee467d72018-08-23 15:54:30 +0000190 <groupId>org.jetbrains.kotlin</groupId>
191 <artifactId>kotlin-reflect</artifactId>
192 <version>${kotlin.version}</version>
193 </dependency>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500194 <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)aa927022018-11-24 14:25:26 -0500205 <!-- GRPC Dependencies -->
206 <dependency>
207 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500208 <artifactId>grpc-core</artifactId>
209 <version>${grpc.version}</version>
210 </dependency>
211 <dependency>
212 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500213 <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)3b4a7eb2018-12-07 16:37:03 -0500226 <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ëtee02d9a2019-03-04 10:22:04 -0500231 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400232 <groupId>org.onap.ccsdk.cds.components</groupId>
Alexis de Talhouëtee02d9a2019-03-04 10:22:04 -0500233 <artifactId>proto-definition</artifactId>
234 <version>${project.version}</version>
235 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500236
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400237 <!-- Adaptors -->
238 <dependency>
239 <groupId>org.apache.sshd</groupId>
240 <artifactId>sshd-core</artifactId>
241 <version>${sshd.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400242 <exclusions>
243 <exclusion>
244 <groupId>org.slf4j</groupId>
245 <artifactId>slf4j-api</artifactId>
246 </exclusion>
247 </exclusions>
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400248 </dependency>
249 <dependency>
250 <groupId>com.jcraft</groupId>
251 <artifactId>jsch</artifactId>
252 <version>${jsch.version}</version>
253 </dependency>
254
Brinda Santh0042e9e2019-05-20 15:27:55 -0400255 <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)cbbe0ea2018-11-13 16:47:33 -0500266 <!-- SLI Version -->
267 <dependency>
268 <groupId>org.onap.ccsdk.sli.core</groupId>
269 <artifactId>sli-provider</artifactId>
Brinda Santh15680d32019-05-15 13:50:20 -0400270 <version>${sli.version}</version>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500271 <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)66439ec2018-12-17 11:15:28 -0500288 <exclusion>
289 <groupId>org.opendaylight.controller</groupId>
290 <artifactId>*</artifactId>
291 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500292 <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)2e942322018-11-15 08:36:28 -0500304 <exclusion>
305 <groupId>org.powermock</groupId>
306 <artifactId>*</artifactId>
307 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500308 </exclusions>
309 </dependency>
310
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000311
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400312 <!-- Blueprint Processor Application Module Dependencies -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000313 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400314 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400315 <artifactId>processor-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500316 <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)4b3c8a02018-08-15 21:31:10 +0000320 <artifactId>db-lib</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>rest-lib</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 Santhfd2d3f42019-03-11 11:41:37 -0400330 <artifactId>dmaap-lib</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000331 <version>${project.version}</version>
332 </dependency>
333 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400334 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Brinda Santhbc95a552019-04-10 18:14:44 -0400335 <artifactId>grpc-lib</artifactId>
336 <version>${project.version}</version>
337 </dependency>
338 <dependency>
339 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000340 <artifactId>execution-service</artifactId>
341 <version>${project.version}</version>
342 </dependency>
343 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400344 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500345 <artifactId>workflow-service</artifactId>
346 <version>${project.version}</version>
347 </dependency>
348 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400349 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000350 <artifactId>resource-api</artifactId>
351 <version>${project.version}</version>
352 </dependency>
353 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400354 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000355 <artifactId>selfservice-api</artifactId>
356 <version>${project.version}</version>
357 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400358 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400359 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400360 <artifactId>application</artifactId>
361 <version>${project.version}</version>
362 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000363
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500364 <!-- Functions -->
365 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400366 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500367 <artifactId>resource-resolution</artifactId>
368 <version>${project.version}</version>
369 </dependency>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500370 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400371 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500372 <artifactId>python-executor</artifactId>
373 <version>${project.version}</version>
374 </dependency>
375 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400376 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500377 <artifactId>netconf-executor</artifactId>
378 <version>${project.version}</version>
379 </dependency>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500380 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400381 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500382 <artifactId>restconf-executor</artifactId>
383 <version>${project.version}</version>
384 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500385
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400386 <!-- Controller Blueprints Application Dependency -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000387 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400388 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000389 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500390 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000391 </dependency>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500392 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400393 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -0500394 <artifactId>blueprint-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500395 <version>${project.version}</version>
396 </dependency>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500397 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400398 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500399 <artifactId>blueprint-scripts</artifactId>
400 <version>${project.version}</version>
401 </dependency>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500402 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400403 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400404 <artifactId>db-resources</artifactId>
405 <version>${project.version}</version>
406 </dependency>
407 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400408 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500409 <artifactId>blueprint-validation</artifactId>
410 <version>${project.version}</version>
411 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000412
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000413 <!-- Database -->
414 <dependency>
415 <groupId>com.h2database</groupId>
416 <artifactId>h2</artifactId>
417 <version>${h2database.version}</version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500418 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000419 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400420
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000421 <!-- Test Dependency -->
422 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500423 <groupId>io.mockk</groupId>
424 <artifactId>mockk</artifactId>
425 <version>${mockk.version}</version>
426 <scope>test</scope>
427 </dependency>
428 <dependency>
Steve Siani81ff21b2019-04-08 10:38:41 -0400429 <groupId>org.mock-server</groupId>
430 <artifactId>mockserver-netty</artifactId>
431 <version>${mockkserver.version}</version>
432 <scope>test</scope>
433 </dependency>
434 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400435 <groupId>org.powermock</groupId>
436 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500437 <version>${powermock.version}</version>
Brinda Santhafbc1522018-08-23 23:34:05 -0400438 <scope>test</scope>
439 </dependency>
440 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000441 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500442 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000443 <version>${kotlin.version}</version>
444 <scope>test</scope>
445 </dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500446 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500447 <groupId>org.jetbrains.kotlinx</groupId>
448 <artifactId>kotlinx-coroutines-test</artifactId>
449 <version>${kotlin.couroutines.version}</version>
450 <scope>test</scope>
451 </dependency>
452 <dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500453 <groupId>io.grpc</groupId>
454 <artifactId>grpc-testing</artifactId>
455 <version>${grpc.version}</version>
456 <scope>test</scope>
457 </dependency>
Brinda Santh0042e9e2019-05-20 15:27:55 -0400458
459 <!-- Spring Kafka -->
460 <dependency>
461 <groupId>org.springframework.kafka</groupId>
462 <artifactId>spring-kafka-test</artifactId>
463 <version>${spring.kafka.version}</version>
464 <scope>test</scope>
465 </dependency>
466
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000467 </dependencies>
468 </dependencyManagement>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000469
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500470 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000471 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500472 <groupId>org.apache.commons</groupId>
473 <artifactId>commons-lang3</artifactId>
474 </dependency>
475 <dependency>
476 <groupId>commons-collections</groupId>
477 <artifactId>commons-collections</artifactId>
478 </dependency>
479 <dependency>
480 <groupId>commons-io</groupId>
481 <artifactId>commons-io</artifactId>
482 </dependency>
483 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500484 <groupId>org.apache.commons</groupId>
485 <artifactId>commons-compress</artifactId>
486 </dependency>
487 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500488 <groupId>com.jayway.jsonpath</groupId>
489 <artifactId>json-path</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400490 <exclusions>
491 <exclusion>
492 <groupId>org.slf4j</groupId>
493 <artifactId>slf4j-api</artifactId>
494 </exclusion>
495 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500496 </dependency>
497 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500498 <groupId>com.google.guava</groupId>
499 <artifactId>guava</artifactId>
500 </dependency>
501 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500502 <groupId>io.springfox</groupId>
503 <artifactId>springfox-swagger2</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400504 <exclusions>
505 <exclusion>
506 <groupId>org.slf4j</groupId>
507 <artifactId>slf4j-api</artifactId>
508 </exclusion>
509 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500510 </dependency>
511 <dependency>
512 <groupId>io.springfox</groupId>
513 <artifactId>springfox-swagger-ui</artifactId>
514 </dependency>
515 <dependency>
516 <groupId>org.jetbrains.kotlin</groupId>
517 <artifactId>kotlin-stdlib</artifactId>
518 </dependency>
519 <dependency>
520 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500521 <artifactId>kotlin-script-util</artifactId>
522 </dependency>
523 <dependency>
524 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500525 <artifactId>kotlin-stdlib-jdk8</artifactId>
526 </dependency>
527 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500528 <groupId>org.jetbrains.kotlinx</groupId>
529 <artifactId>kotlinx-coroutines-core</artifactId>
530 </dependency>
531 <dependency>
532 <groupId>org.jetbrains.kotlinx</groupId>
533 <artifactId>kotlinx-coroutines-reactor</artifactId>
534 </dependency>
535 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500536 <groupId>com.fasterxml.jackson.module</groupId>
537 <artifactId>jackson-module-kotlin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000538 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500539 <dependency>
540 <groupId>org.jetbrains.kotlin</groupId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500541 <artifactId>kotlin-compiler-embeddable</artifactId>
542 </dependency>
543 <dependency>
544 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500545 <artifactId>kotlin-scripting-jvm-host</artifactId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500546 <!--Use kotlin-compiler-embeddable as koltin-compiler wrap-->
547 <!--guava dependency creating classpath issues at runtime-->
548 <exclusions>
549 <exclusion>
550 <groupId>org.jetbrains.kotlin</groupId>
551 <artifactId>kotlin-compiler</artifactId>
552 </exclusion>
553 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500554 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500555 <!-- GRPC Dependencies -->
556 <dependency>
557 <groupId>io.grpc</groupId>
558 <artifactId>grpc-netty</artifactId>
559 </dependency>
560 <dependency>
561 <groupId>io.grpc</groupId>
562 <artifactId>grpc-protobuf</artifactId>
563 </dependency>
564 <dependency>
565 <groupId>io.grpc</groupId>
566 <artifactId>grpc-stub</artifactId>
567 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500568 <dependency>
569 <groupId>com.google.protobuf</groupId>
570 <artifactId>protobuf-java-util</artifactId>
571 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000572 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500573
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000574 <build>
575 <plugins>
576 <plugin>
577 <groupId>org.jetbrains.kotlin</groupId>
578 <artifactId>kotlin-maven-plugin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500579 <version>${kotlin.maven.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000580 <executions>
581 <execution>
582 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500583 <goals>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000584 <goal>compile</goal>
585 </goals>
586 <configuration>
587 <sourceDirs>
588 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
589 <sourceDir>${project.basedir}/src/main/java</sourceDir>
590 </sourceDirs>
591 </configuration>
592 </execution>
593 <execution>
594 <id>test-compile</id>
595 <goals>
596 <goal>test-compile</goal>
597 </goals>
598 <configuration>
599 <sourceDirs>
600 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
601 <sourceDir>${project.basedir}/src/test/java</sourceDir>
602 </sourceDirs>
603 </configuration>
604 </execution>
605 </executions>
606 </plugin>
607 <plugin>
608 <groupId>org.apache.maven.plugins</groupId>
609 <artifactId>maven-compiler-plugin</artifactId>
610 <version>3.5.1</version>
611 <configuration>
612 <source>${maven.compiler.source}</source>
613 <target>${maven.compiler.target}</target>
614 </configuration>
615 </plugin>
616 </plugins>
617 </build>
618</project>