blob: ac123cbfd6dc8a26461aa50f79d94450f419f391 [file] [log] [blame]
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Alexis de Talhouëtd4b56bc2019-07-01 19:25:41 -04003 ~ Copyright © 2017-2019 AT&T, IBM, Bell Canada.
Brinda Santhafbc1522018-08-23 23:34:05 -04004 ~
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00005 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
Timoney, Dan (dt5972)45bdf842019-08-06 10:19:48 -040017<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 +000018 <modelVersion>4.0.0</modelVersion>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000019
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000020 <parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040021 <groupId>org.onap.ccsdk.cds</groupId>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000022 <artifactId>blueprintsprocessor</artifactId>
Timoney, Dan (dt5972)1926b372019-09-11 10:54:30 -040023 <version>0.7.0-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000024 </parent>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000025
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>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000029
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000030 <name>Blueprints Processor Parent</name>
31 <description>Blueprints Processor Parent</description>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000032
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000033 <properties>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -040034 <sli.version>${ccsdk.sli.core.version}</sli.version>
35 <dmaap.client.version>1.1.5</dmaap.client.version>
36
37 <!-- Should be using released artifact as soon as available: -->
38 <!-- https://github.com/springfox/springfox/milestone/44 -->
39 <springfox.swagger2.version>2.9.2</springfox.swagger2.version>
Brinda Santh0042e9e2019-05-20 15:27:55 -040040 <spring.kafka.version>2.2.6.RELEASE</spring.kafka.version>
41 <kafka.version>2.2.0</kafka.version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000042 <eelf.version>1.0.0</eelf.version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050043 <onap.logger.slf4j>1.2.2</onap.logger.slf4j>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -040044
45 <h2database.version>1.4.197</h2database.version>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050046 <powermock.version>1.7.4</powermock.version>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -040047 <mockkserver.version>5.5.1</mockkserver.version>
48 <json.unit.version>2.8.0</json.unit.version>
49 <xmlunit.version>2.6.3</xmlunit.version>
50
51 <sshd.version>2.2.0</sshd.version>
52 <jsch.version>0.1.55</jsch.version>
53 <jython.version>2.7.1</jython.version>
Steve Siani49552ce2019-07-08 12:33:43 -040054 <jinja.version>2.5.1</jinja.version>
55 <velocity.version>1.7</velocity.version>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -040056 <guava.version>27.0.1-jre</guava.version>
prathameshmo78c00572019-07-11 13:50:42 -040057 <jsoup.version>1.10.3</jsoup.version>
Serge Simard34c42462019-08-08 10:55:57 -040058 <json-patch.version>1.9</json-patch.version>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -040059 <json-smart.version>2.3</json-smart.version>
60
61 <commons-io-version>2.6</commons-io-version>
62 <commons-lang3-version>3.2.1</commons-lang3-version>
63 <commons-collections-version>3.2.2</commons-collections-version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000064 </properties>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000065
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000066 <dependencyManagement>
67 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000068 <!-- Spring Boot -->
69 <dependency>
70 <groupId>org.springframework.boot</groupId>
71 <artifactId>spring-boot-starter-parent</artifactId>
72 <version>${spring.boot.version}</version>
73 <type>pom</type>
74 <scope>import</scope>
75 </dependency>
76
Brinda Santh0042e9e2019-05-20 15:27:55 -040077 <dependency>
prathameshmo78c00572019-07-11 13:50:42 -040078 <groupId>org.jsoup</groupId>
79 <artifactId>jsoup</artifactId>
80 <version>${jsoup.version}</version>
81 </dependency>
82
83 <dependency>
Brinda Santh0042e9e2019-05-20 15:27:55 -040084 <groupId>org.springframework.kafka</groupId>
85 <artifactId>spring-kafka</artifactId>
86 <version>${spring.kafka.version}</version>
87 </dependency>
88
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050089 <!--Swagger Dependencies -->
90 <dependency>
91 <groupId>io.springfox</groupId>
92 <artifactId>springfox-swagger2</artifactId>
93 <version>${springfox.swagger2.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -040094 <exclusions>
95 <exclusion>
96 <groupId>org.slf4j</groupId>
97 <artifactId>slf4j-api</artifactId>
98 </exclusion>
99 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500100 </dependency>
101 <dependency>
102 <groupId>io.springfox</groupId>
103 <artifactId>springfox-swagger-ui</artifactId>
104 <version>${springfox.swagger2.version}</version>
Steve Sianie827a3a2019-07-09 15:53:57 -0400105 <exclusions>
106 <exclusion>
107 <groupId>org.slf4j</groupId>
108 <artifactId>slf4j-api</artifactId>
109 </exclusion>
110 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500111 </dependency>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400112
113 <!--
114 <dependency>
115 <groupId>io.springfox</groupId>
116 <artifactId>springfox-spring-webflux</artifactId>
117 <version>${springfox.swagger2.version}</version>
118 <exclusions>
119 <exclusion>
120 <groupId>org.slf4j</groupId>
121 <artifactId>slf4j-api</artifactId>
122 </exclusion>
123 </exclusions>
124 </dependency>
125 -->
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500126
127 <!-- Common Utils Dependencies -->
128 <dependency>
129 <groupId>org.apache.commons</groupId>
130 <artifactId>commons-lang3</artifactId>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400131 <version>${commons-lang3-version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500132 </dependency>
133 <dependency>
134 <groupId>commons-collections</groupId>
135 <artifactId>commons-collections</artifactId>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400136 <version>${commons-collections-version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500137 </dependency>
138 <dependency>
139 <groupId>commons-io</groupId>
140 <artifactId>commons-io</artifactId>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400141 <version>${commons-io-version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500142 </dependency>
143 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500144 <groupId>org.apache.velocity</groupId>
145 <artifactId>velocity</artifactId>
Steve Siani49552ce2019-07-08 12:33:43 -0400146 <version>${velocity.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400147 <exclusions>
148 <exclusion>
149 <groupId>org.slf4j</groupId>
150 <artifactId>slf4j-api</artifactId>
151 </exclusion>
152 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500153 </dependency>
154 <dependency>
Steve Sianif7d891d2019-04-03 15:23:27 -0400155 <groupId>com.hubspot.jinjava</groupId>
156 <artifactId>jinjava</artifactId>
157 <version>${jinja.version}</version>
158 </dependency>
159 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500160 <groupId>com.google.guava</groupId>
161 <artifactId>guava</artifactId>
162 <version>${guava.version}</version>
163 </dependency>
164 <dependency>
Brinda Santh571c4932019-08-09 15:32:18 -0400165 <groupId>net.javacrumbs.json-unit</groupId>
166 <artifactId>json-unit-json-path</artifactId>
167 <version>${json.unit.version}</version>
168 <scope>compile</scope>
169 </dependency>
170 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500171 <groupId>org.python</groupId>
172 <artifactId>jython-standalone</artifactId>
173 <version>${jython.version}</version>
174 </dependency>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400175 <dependency>
176 <groupId>net.minidev</groupId>
177 <artifactId>json-smart</artifactId>
178 <version>${json-smart.version}</version>
179 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500180
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000181 <!-- Kotlin Dependencies -->
182 <dependency>
183 <groupId>org.jetbrains.kotlin</groupId>
184 <artifactId>kotlin-stdlib</artifactId>
185 <version>${kotlin.version}</version>
186 </dependency>
187 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500188 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500189 <artifactId>kotlin-stdlib-common</artifactId>
190 <version>${kotlin.version}</version>
191 </dependency>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500192 <!--Use kotlin-compiler-embeddable instead koltin-compiler wrap-->
193 <!--guava dependency inside kotlin-compiler creating classpath issues at runtime-->
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500194 <dependency>
195 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500196 <artifactId>kotlin-scripting-jvm-host</artifactId>
197 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500198 <exclusions>
199 <exclusion>
200 <groupId>org.jetbrains.kotlin</groupId>
201 <artifactId>kotlin-compile</artifactId>
202 </exclusion>
203 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500204 </dependency>
205 <dependency>
206 <groupId>org.jetbrains.kotlin</groupId>
207 <artifactId>kotlin-compiler-embeddable</artifactId>
208 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500209 </dependency>
210 <dependency>
211 <groupId>org.jetbrains.kotlin</groupId>
212 <artifactId>kotlin-script-util</artifactId>
213 <version>${kotlin.version}</version>
214 </dependency>
215 <dependency>
216 <groupId>org.jetbrains.kotlin</groupId>
217 <artifactId>kotlin-script-runtime</artifactId>
218 <version>${kotlin.version}</version>
219 </dependency>
220 <dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500221 <groupId>org.jetbrains.kotlinx</groupId>
222 <artifactId>kotlinx-coroutines-core</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500223 <version>${kotlin.couroutines.version}</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000224 </dependency>
225 <dependency>
Muthuramalingam, Brinda Santh(bs2796)cf6cf512018-12-20 11:16:31 -0500226 <groupId>org.jetbrains.kotlinx</groupId>
227 <artifactId>kotlinx-coroutines-reactor</artifactId>
228 <version>${kotlin.couroutines.version}</version>
229 </dependency>
230 <dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000231 <groupId>org.jetbrains.kotlin</groupId>
232 <artifactId>kotlin-reflect</artifactId>
233 <version>${kotlin.version}</version>
234 </dependency>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500235 <dependency>
236 <groupId>org.jetbrains.kotlin</groupId>
237 <artifactId>kotlin-stdlib-jdk8</artifactId>
238 <version>${kotlin.version}</version>
239 </dependency>
240 <dependency>
241 <groupId>org.jetbrains.kotlin</groupId>
242 <artifactId>kotlin-stdlib-jdk7</artifactId>
243 <version>${kotlin.version}</version>
244 </dependency>
245
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500246 <!-- GRPC Dependencies -->
247 <dependency>
248 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500249 <artifactId>grpc-core</artifactId>
250 <version>${grpc.version}</version>
251 </dependency>
252 <dependency>
253 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500254 <artifactId>grpc-netty</artifactId>
255 <version>${grpc.version}</version>
256 </dependency>
257 <dependency>
258 <groupId>io.grpc</groupId>
259 <artifactId>grpc-protobuf</artifactId>
260 <version>${grpc.version}</version>
261 </dependency>
262 <dependency>
263 <groupId>io.grpc</groupId>
264 <artifactId>grpc-stub</artifactId>
265 <version>${grpc.version}</version>
266 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500267 <dependency>
268 <groupId>com.google.protobuf</groupId>
269 <artifactId>protobuf-java-util</artifactId>
270 <version>${protobuff.java.utils.version}</version>
271 </dependency>
Brinda Santh70032082019-09-11 22:07:33 -0400272
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400273 <!-- Adaptors -->
274 <dependency>
275 <groupId>org.apache.sshd</groupId>
276 <artifactId>sshd-core</artifactId>
277 <version>${sshd.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400278 <exclusions>
279 <exclusion>
280 <groupId>org.slf4j</groupId>
281 <artifactId>slf4j-api</artifactId>
282 </exclusion>
283 </exclusions>
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400284 </dependency>
285 <dependency>
286 <groupId>com.jcraft</groupId>
287 <artifactId>jsch</artifactId>
288 <version>${jsch.version}</version>
289 </dependency>
290
Brinda Santh0042e9e2019-05-20 15:27:55 -0400291 <dependency>
292 <groupId>org.apache.kafka</groupId>
293 <artifactId>kafka-clients</artifactId>
294 <version>${kafka.version}</version>
295 </dependency>
296 <dependency>
297 <groupId>org.apache.kafka</groupId>
298 <artifactId>kafka-streams</artifactId>
299 <version>${kafka.version}</version>
300 </dependency>
301
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500302 <!-- SLI Version -->
303 <dependency>
304 <groupId>org.onap.ccsdk.sli.core</groupId>
305 <artifactId>sli-provider</artifactId>
Brinda Santh15680d32019-05-15 13:50:20 -0400306 <version>${sli.version}</version>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500307 <exclusions>
308 <exclusion>
309 <groupId>commons-lang</groupId>
310 <artifactId>commons-lang</artifactId>
311 </exclusion>
312 <exclusion>
313 <groupId>org.apache.commons</groupId>
314 <artifactId>*</artifactId>
315 </exclusion>
316 <exclusion>
317 <groupId>org.slf4j</groupId>
318 <artifactId>*</artifactId>
319 </exclusion>
320 <exclusion>
321 <groupId>org.opendaylight.mdsal.model</groupId>
322 <artifactId>*</artifactId>
323 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)66439ec2018-12-17 11:15:28 -0500324 <exclusion>
325 <groupId>org.opendaylight.controller</groupId>
326 <artifactId>*</artifactId>
327 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500328 <exclusion>
329 <groupId>org.apache.tomcat</groupId>
330 <artifactId>*</artifactId>
331 </exclusion>
332 <exclusion>
333 <groupId>org.apache.karaf.shell</groupId>
334 <artifactId>*</artifactId>
335 </exclusion>
336 <exclusion>
337 <groupId>org.mariadb.jdbc</groupId>
338 <artifactId>*</artifactId>
339 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500340 <exclusion>
341 <groupId>org.powermock</groupId>
342 <artifactId>*</artifactId>
343 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500344 </exclusions>
345 </dependency>
346
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400347 <!-- Blueprint Processor Application Module Dependencies -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000348 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400349 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400350 <artifactId>processor-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500351 <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>db-lib</artifactId>
356 <version>${project.version}</version>
357 </dependency>
358 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400359 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000360 <artifactId>rest-lib</artifactId>
361 <version>${project.version}</version>
362 </dependency>
363 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400364 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Brinda Santh12b078d2019-05-15 15:21:34 -0400365 <artifactId>ssh-lib</artifactId>
366 <version>${project.version}</version>
367 </dependency>
368 <dependency>
369 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400370 <artifactId>dmaap-lib</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000371 <version>${project.version}</version>
372 </dependency>
373 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400374 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Brinda Santhbc95a552019-04-10 18:14:44 -0400375 <artifactId>grpc-lib</artifactId>
376 <version>${project.version}</version>
377 </dependency>
378 <dependency>
379 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000380 <artifactId>execution-service</artifactId>
381 <version>${project.version}</version>
382 </dependency>
383 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400384 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500385 <artifactId>workflow-service</artifactId>
386 <version>${project.version}</version>
387 </dependency>
Brinda Santh8d3f8252019-08-01 11:25:14 -0400388
Shaaban Ebrahimbf305322019-09-10 18:12:32 +0200389 <dependency>
390 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
391 <artifactId>health-api</artifactId>
392 <version>${project.version}</version>
393 </dependency>
394
Brinda Santh8d3f8252019-08-01 11:25:14 -0400395 <!-- North Bound -->
396 <dependency>
397 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Serge Simard34c42462019-08-08 10:55:57 -0400398 <artifactId>configs-api</artifactId>
399 <version>${project.version}</version>
400 </dependency>
401 <dependency>
402 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Brinda Santh8d3f8252019-08-01 11:25:14 -0400403 <artifactId>designer-api</artifactId>
404 <version>${project.version}</version>
405 </dependency>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500406 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400407 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000408 <artifactId>resource-api</artifactId>
409 <version>${project.version}</version>
410 </dependency>
411 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400412 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000413 <artifactId>selfservice-api</artifactId>
414 <version>${project.version}</version>
415 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400416 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400417 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400418 <artifactId>application</artifactId>
419 <version>${project.version}</version>
420 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000421
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500422 <!-- Functions -->
423 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400424 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500425 <artifactId>resource-resolution</artifactId>
426 <version>${project.version}</version>
427 </dependency>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500428 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400429 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500430 <artifactId>python-executor</artifactId>
431 <version>${project.version}</version>
432 </dependency>
433 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400434 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Serge Simarda3d9ac82019-05-17 06:39:58 -0400435 <artifactId>ansible-awx-executor</artifactId>
436 <version>${project.version}</version>
437 </dependency>
438 <dependency>
439 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500440 <artifactId>netconf-executor</artifactId>
441 <version>${project.version}</version>
442 </dependency>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500443 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400444 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500445 <artifactId>restconf-executor</artifactId>
446 <version>${project.version}</version>
447 </dependency>
Brinda Santh145662f2019-05-16 12:37:55 -0400448 <dependency>
449 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
450 <artifactId>cli-executor</artifactId>
451 <version>${project.version}</version>
452 </dependency>
Serge Simard34c42462019-08-08 10:55:57 -0400453 <dependency>
454 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
455 <artifactId>config-snapshots</artifactId>
456 <version>${project.version}</version>
457 </dependency>
458
459 <!-- Diff capability providers for config-snapshots -->
460 <dependency>
461 <groupId>com.github.fge</groupId>
462 <artifactId>json-patch</artifactId>
463 <version>${json-patch.version}</version>
464 </dependency>
465 <dependency>
466 <groupId>org.xmlunit</groupId>
467 <artifactId>xmlunit-core</artifactId>
468 <version>${xmlunit.version}</version>
469 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500470
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400471 <!-- Controller Blueprints Application Dependency -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000472 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400473 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000474 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500475 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000476 </dependency>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500477 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400478 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -0500479 <artifactId>blueprint-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500480 <version>${project.version}</version>
481 </dependency>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500482 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400483 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Brinda Santh70032082019-09-11 22:07:33 -0400484 <artifactId>blueprint-proto</artifactId>
485 <version>${project.version}</version>
486 </dependency>
487 <dependency>
488 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500489 <artifactId>blueprint-validation</artifactId>
490 <version>${project.version}</version>
491 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000492
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000493 <!-- Database -->
494 <dependency>
495 <groupId>com.h2database</groupId>
496 <artifactId>h2</artifactId>
497 <version>${h2database.version}</version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500498 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000499 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400500
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000501 <!-- Test Dependency -->
502 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500503 <groupId>io.mockk</groupId>
504 <artifactId>mockk</artifactId>
505 <version>${mockk.version}</version>
506 <scope>test</scope>
507 </dependency>
508 <dependency>
Steve Siani81ff21b2019-04-08 10:38:41 -0400509 <groupId>org.mock-server</groupId>
510 <artifactId>mockserver-netty</artifactId>
511 <version>${mockkserver.version}</version>
512 <scope>test</scope>
513 </dependency>
514 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400515 <groupId>org.powermock</groupId>
516 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500517 <version>${powermock.version}</version>
Brinda Santhafbc1522018-08-23 23:34:05 -0400518 <scope>test</scope>
519 </dependency>
520 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000521 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500522 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000523 <version>${kotlin.version}</version>
524 <scope>test</scope>
525 </dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500526 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500527 <groupId>org.jetbrains.kotlinx</groupId>
528 <artifactId>kotlinx-coroutines-test</artifactId>
529 <version>${kotlin.couroutines.version}</version>
530 <scope>test</scope>
531 </dependency>
532 <dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500533 <groupId>io.grpc</groupId>
534 <artifactId>grpc-testing</artifactId>
535 <version>${grpc.version}</version>
536 <scope>test</scope>
537 </dependency>
Brinda Santh0042e9e2019-05-20 15:27:55 -0400538
539 <!-- Spring Kafka -->
540 <dependency>
541 <groupId>org.springframework.kafka</groupId>
542 <artifactId>spring-kafka-test</artifactId>
543 <version>${spring.kafka.version}</version>
544 <scope>test</scope>
545 </dependency>
546
prathameshmob134a812019-06-11 17:47:42 -0400547 <!-- message-lib dependency -->
548 <dependency>
549 <groupId>${project.groupId}</groupId>
550 <artifactId>message-lib</artifactId>
551 <version>${project.version}</version>
552 </dependency>
553
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000554 </dependencies>
555 </dependencyManagement>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500556 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000557 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500558 <groupId>org.apache.commons</groupId>
559 <artifactId>commons-lang3</artifactId>
560 </dependency>
561 <dependency>
562 <groupId>commons-collections</groupId>
563 <artifactId>commons-collections</artifactId>
564 </dependency>
565 <dependency>
566 <groupId>commons-io</groupId>
567 <artifactId>commons-io</artifactId>
568 </dependency>
569 <dependency>
570 <groupId>com.jayway.jsonpath</groupId>
571 <artifactId>json-path</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400572 <exclusions>
573 <exclusion>
574 <groupId>org.slf4j</groupId>
575 <artifactId>slf4j-api</artifactId>
576 </exclusion>
577 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500578 </dependency>
579 <dependency>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400580 <groupId>net.minidev</groupId>
581 <artifactId>json-smart</artifactId>
582 </dependency>
583 <dependency>
Brinda Santh571c4932019-08-09 15:32:18 -0400584 <groupId>net.javacrumbs.json-unit</groupId>
585 <artifactId>json-unit-json-path</artifactId>
586 </dependency>
587 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500588 <groupId>com.google.guava</groupId>
589 <artifactId>guava</artifactId>
590 </dependency>
591 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500592 <groupId>io.springfox</groupId>
593 <artifactId>springfox-swagger2</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400594 <exclusions>
595 <exclusion>
596 <groupId>org.slf4j</groupId>
597 <artifactId>slf4j-api</artifactId>
598 </exclusion>
599 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500600 </dependency>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400601 <!-- <dependency>-->
602 <!-- <groupId>io.springfox</groupId>-->
603 <!-- <artifactId>springfox-spring-webflux</artifactId>-->
604 <!-- </dependency>-->
Alexis de Talhouët2791db22019-06-23 15:30:36 -0400605 <dependency>
606 <groupId>io.springfox</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500607 <artifactId>springfox-swagger-ui</artifactId>
608 </dependency>
609 <dependency>
610 <groupId>org.jetbrains.kotlin</groupId>
611 <artifactId>kotlin-stdlib</artifactId>
612 </dependency>
613 <dependency>
614 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500615 <artifactId>kotlin-script-util</artifactId>
616 </dependency>
617 <dependency>
618 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500619 <artifactId>kotlin-stdlib-jdk8</artifactId>
620 </dependency>
621 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500622 <groupId>org.jetbrains.kotlinx</groupId>
623 <artifactId>kotlinx-coroutines-core</artifactId>
624 </dependency>
625 <dependency>
626 <groupId>org.jetbrains.kotlinx</groupId>
627 <artifactId>kotlinx-coroutines-reactor</artifactId>
628 </dependency>
629 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500630 <groupId>com.fasterxml.jackson.module</groupId>
631 <artifactId>jackson-module-kotlin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000632 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500633 <dependency>
634 <groupId>org.jetbrains.kotlin</groupId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500635 <artifactId>kotlin-compiler-embeddable</artifactId>
636 </dependency>
637 <dependency>
638 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500639 <artifactId>kotlin-scripting-jvm-host</artifactId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500640 <!--Use kotlin-compiler-embeddable as koltin-compiler wrap-->
641 <!--guava dependency creating classpath issues at runtime-->
642 <exclusions>
643 <exclusion>
644 <groupId>org.jetbrains.kotlin</groupId>
645 <artifactId>kotlin-compiler</artifactId>
646 </exclusion>
647 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500648 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500649 <!-- GRPC Dependencies -->
650 <dependency>
651 <groupId>io.grpc</groupId>
652 <artifactId>grpc-netty</artifactId>
653 </dependency>
654 <dependency>
655 <groupId>io.grpc</groupId>
656 <artifactId>grpc-protobuf</artifactId>
657 </dependency>
658 <dependency>
659 <groupId>io.grpc</groupId>
660 <artifactId>grpc-stub</artifactId>
661 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500662 <dependency>
663 <groupId>com.google.protobuf</groupId>
664 <artifactId>protobuf-java-util</artifactId>
665 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000666 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500667
Alexis de Talhouët2791db22019-06-23 15:30:36 -0400668 <repositories>
669 <repository>
670 <id>spring-libs-milestone</id>
671 <name>Spring Milestone Maven Repository</name>
Timoney, Dan (dt5972)dc872fb2019-07-23 13:02:29 -0400672 <url>http://oss.jfrog.org/artifactory/oss-release-local/</url>
673 <releases>
674 <enabled>true</enabled>
675 </releases>
676 <snapshots>
677 <enabled>false</enabled>
678 </snapshots>
679 </repository>
680 <repository>
681 <id>spring-libs-milestone-snapshot</id>
682 <name>Spring Milestone Maven Repository - snapshots</name>
Alexis de Talhouët2791db22019-06-23 15:30:36 -0400683 <url>http://oss.jfrog.org/artifactory/oss-snapshot-local/</url>
Timoney, Dan (dt5972)dc872fb2019-07-23 13:02:29 -0400684 <releases>
685 <enabled>false</enabled>
686 </releases>
687 <snapshots>
688 <enabled>true</enabled>
689 </snapshots>
Alexis de Talhouët2791db22019-06-23 15:30:36 -0400690 </repository>
691 </repositories>
692
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000693 <build>
694 <plugins>
695 <plugin>
696 <groupId>org.jetbrains.kotlin</groupId>
697 <artifactId>kotlin-maven-plugin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500698 <version>${kotlin.maven.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000699 <executions>
700 <execution>
701 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500702 <goals>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000703 <goal>compile</goal>
704 </goals>
705 <configuration>
706 <sourceDirs>
707 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
708 <sourceDir>${project.basedir}/src/main/java</sourceDir>
709 </sourceDirs>
710 </configuration>
711 </execution>
712 <execution>
713 <id>test-compile</id>
714 <goals>
715 <goal>test-compile</goal>
716 </goals>
717 <configuration>
718 <sourceDirs>
719 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
720 <sourceDir>${project.basedir}/src/test/java</sourceDir>
721 </sourceDirs>
722 </configuration>
723 </execution>
724 </executions>
725 </plugin>
726 <plugin>
727 <groupId>org.apache.maven.plugins</groupId>
728 <artifactId>maven-compiler-plugin</artifactId>
729 <version>3.5.1</version>
730 <configuration>
731 <source>${maven.compiler.source}</source>
732 <target>${maven.compiler.target}</target>
733 </configuration>
734 </plugin>
735 </plugins>
736 </build>
737</project>