blob: b80639725c39bf10924afe6aee995cc46b44a890 [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
Brinda Santh910fa692019-10-22 16:14:00 -040051 <netty-ssl>2.0.26.Final</netty-ssl>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -040052 <sshd.version>2.2.0</sshd.version>
53 <jsch.version>0.1.55</jsch.version>
54 <jython.version>2.7.1</jython.version>
Steve Siani49552ce2019-07-08 12:33:43 -040055 <jinja.version>2.5.1</jinja.version>
56 <velocity.version>1.7</velocity.version>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -040057 <guava.version>27.0.1-jre</guava.version>
prathameshmo78c00572019-07-11 13:50:42 -040058 <jsoup.version>1.10.3</jsoup.version>
Serge Simard34c42462019-08-08 10:55:57 -040059 <json-patch.version>1.9</json-patch.version>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -040060 <json-smart.version>2.3</json-smart.version>
61
62 <commons-io-version>2.6</commons-io-version>
63 <commons-lang3-version>3.2.1</commons-lang3-version>
64 <commons-collections-version>3.2.2</commons-collections-version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000065 </properties>
SINGAL, KAPIL (ks220y)24f39fd2019-09-17 16:36:59 +000066
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000067 <dependencyManagement>
68 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000069 <!-- Spring Boot -->
70 <dependency>
71 <groupId>org.springframework.boot</groupId>
72 <artifactId>spring-boot-starter-parent</artifactId>
73 <version>${spring.boot.version}</version>
74 <type>pom</type>
75 <scope>import</scope>
76 </dependency>
77
Brinda Santh0042e9e2019-05-20 15:27:55 -040078 <dependency>
prathameshmo78c00572019-07-11 13:50:42 -040079 <groupId>org.jsoup</groupId>
80 <artifactId>jsoup</artifactId>
81 <version>${jsoup.version}</version>
82 </dependency>
83
84 <dependency>
Brinda Santh0042e9e2019-05-20 15:27:55 -040085 <groupId>org.springframework.kafka</groupId>
86 <artifactId>spring-kafka</artifactId>
87 <version>${spring.kafka.version}</version>
88 </dependency>
89
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050090 <!--Swagger Dependencies -->
91 <dependency>
92 <groupId>io.springfox</groupId>
93 <artifactId>springfox-swagger2</artifactId>
94 <version>${springfox.swagger2.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -040095 <exclusions>
96 <exclusion>
97 <groupId>org.slf4j</groupId>
98 <artifactId>slf4j-api</artifactId>
99 </exclusion>
100 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500101 </dependency>
102 <dependency>
103 <groupId>io.springfox</groupId>
104 <artifactId>springfox-swagger-ui</artifactId>
105 <version>${springfox.swagger2.version}</version>
Steve Sianie827a3a2019-07-09 15:53:57 -0400106 <exclusions>
107 <exclusion>
108 <groupId>org.slf4j</groupId>
109 <artifactId>slf4j-api</artifactId>
110 </exclusion>
111 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500112 </dependency>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400113
114 <!--
115 <dependency>
116 <groupId>io.springfox</groupId>
117 <artifactId>springfox-spring-webflux</artifactId>
118 <version>${springfox.swagger2.version}</version>
119 <exclusions>
120 <exclusion>
121 <groupId>org.slf4j</groupId>
122 <artifactId>slf4j-api</artifactId>
123 </exclusion>
124 </exclusions>
125 </dependency>
126 -->
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500127
128 <!-- Common Utils Dependencies -->
129 <dependency>
130 <groupId>org.apache.commons</groupId>
131 <artifactId>commons-lang3</artifactId>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400132 <version>${commons-lang3-version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500133 </dependency>
134 <dependency>
135 <groupId>commons-collections</groupId>
136 <artifactId>commons-collections</artifactId>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400137 <version>${commons-collections-version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500138 </dependency>
139 <dependency>
140 <groupId>commons-io</groupId>
141 <artifactId>commons-io</artifactId>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400142 <version>${commons-io-version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500143 </dependency>
144 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500145 <groupId>org.apache.velocity</groupId>
146 <artifactId>velocity</artifactId>
Steve Siani49552ce2019-07-08 12:33:43 -0400147 <version>${velocity.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400148 <exclusions>
149 <exclusion>
150 <groupId>org.slf4j</groupId>
151 <artifactId>slf4j-api</artifactId>
152 </exclusion>
153 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500154 </dependency>
155 <dependency>
Steve Sianif7d891d2019-04-03 15:23:27 -0400156 <groupId>com.hubspot.jinjava</groupId>
157 <artifactId>jinjava</artifactId>
158 <version>${jinja.version}</version>
159 </dependency>
160 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500161 <groupId>com.google.guava</groupId>
162 <artifactId>guava</artifactId>
163 <version>${guava.version}</version>
164 </dependency>
165 <dependency>
Brinda Santh571c4932019-08-09 15:32:18 -0400166 <groupId>net.javacrumbs.json-unit</groupId>
167 <artifactId>json-unit-json-path</artifactId>
168 <version>${json.unit.version}</version>
169 <scope>compile</scope>
170 </dependency>
171 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500172 <groupId>org.python</groupId>
173 <artifactId>jython-standalone</artifactId>
174 <version>${jython.version}</version>
175 </dependency>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400176 <dependency>
177 <groupId>net.minidev</groupId>
178 <artifactId>json-smart</artifactId>
179 <version>${json-smart.version}</version>
180 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500181
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000182 <!-- Kotlin Dependencies -->
183 <dependency>
184 <groupId>org.jetbrains.kotlin</groupId>
185 <artifactId>kotlin-stdlib</artifactId>
186 <version>${kotlin.version}</version>
187 </dependency>
188 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500189 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500190 <artifactId>kotlin-stdlib-common</artifactId>
191 <version>${kotlin.version}</version>
192 </dependency>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500193 <!--Use kotlin-compiler-embeddable instead koltin-compiler wrap-->
194 <!--guava dependency inside kotlin-compiler creating classpath issues at runtime-->
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500195 <dependency>
196 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500197 <artifactId>kotlin-scripting-jvm-host</artifactId>
198 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500199 <exclusions>
200 <exclusion>
201 <groupId>org.jetbrains.kotlin</groupId>
202 <artifactId>kotlin-compile</artifactId>
203 </exclusion>
204 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500205 </dependency>
206 <dependency>
207 <groupId>org.jetbrains.kotlin</groupId>
208 <artifactId>kotlin-compiler-embeddable</artifactId>
209 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500210 </dependency>
211 <dependency>
212 <groupId>org.jetbrains.kotlin</groupId>
213 <artifactId>kotlin-script-util</artifactId>
214 <version>${kotlin.version}</version>
215 </dependency>
216 <dependency>
217 <groupId>org.jetbrains.kotlin</groupId>
218 <artifactId>kotlin-script-runtime</artifactId>
219 <version>${kotlin.version}</version>
220 </dependency>
221 <dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500222 <groupId>org.jetbrains.kotlinx</groupId>
223 <artifactId>kotlinx-coroutines-core</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500224 <version>${kotlin.couroutines.version}</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000225 </dependency>
226 <dependency>
Muthuramalingam, Brinda Santh(bs2796)cf6cf512018-12-20 11:16:31 -0500227 <groupId>org.jetbrains.kotlinx</groupId>
228 <artifactId>kotlinx-coroutines-reactor</artifactId>
229 <version>${kotlin.couroutines.version}</version>
230 </dependency>
231 <dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000232 <groupId>org.jetbrains.kotlin</groupId>
233 <artifactId>kotlin-reflect</artifactId>
234 <version>${kotlin.version}</version>
235 </dependency>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500236 <dependency>
237 <groupId>org.jetbrains.kotlin</groupId>
238 <artifactId>kotlin-stdlib-jdk8</artifactId>
239 <version>${kotlin.version}</version>
240 </dependency>
241 <dependency>
242 <groupId>org.jetbrains.kotlin</groupId>
243 <artifactId>kotlin-stdlib-jdk7</artifactId>
244 <version>${kotlin.version}</version>
245 </dependency>
246
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500247 <!-- GRPC Dependencies -->
248 <dependency>
249 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500250 <artifactId>grpc-core</artifactId>
251 <version>${grpc.version}</version>
252 </dependency>
253 <dependency>
254 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500255 <artifactId>grpc-netty</artifactId>
256 <version>${grpc.version}</version>
257 </dependency>
258 <dependency>
259 <groupId>io.grpc</groupId>
260 <artifactId>grpc-protobuf</artifactId>
261 <version>${grpc.version}</version>
262 </dependency>
263 <dependency>
264 <groupId>io.grpc</groupId>
265 <artifactId>grpc-stub</artifactId>
266 <version>${grpc.version}</version>
267 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500268 <dependency>
Brinda Santh71616cc2019-11-25 17:19:02 -0500269 <groupId>io.grpc</groupId>
270 <artifactId>grpc-netty-shaded</artifactId>
271 <version>${grpc.version}</version>
272 </dependency>
273 <dependency>
274 <groupId>io.grpc</groupId>
275 <artifactId>grpc-grpclb</artifactId>
276 <version>${grpc.version}</version>
277 </dependency>
278 <dependency>
279 <groupId>com.google.protobuf</groupId>
280 <artifactId>protobuf-java</artifactId>
281 <version>${protobuff.java.version}</version>
282 </dependency>
283 <dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500284 <groupId>com.google.protobuf</groupId>
285 <artifactId>protobuf-java-util</artifactId>
286 <version>${protobuff.java.utils.version}</version>
287 </dependency>
Brinda Santh910fa692019-10-22 16:14:00 -0400288 <dependency>
Brinda Santhea84b362019-12-03 16:15:20 -0500289 <groupId>com.github.marcoferrer.krotoplus</groupId>
290 <artifactId>kroto-plus-coroutines</artifactId>
291 <version>${kroto-plus.version}</version>
292 </dependency>
293 <dependency>
Brinda Santh910fa692019-10-22 16:14:00 -0400294 <groupId>io.netty</groupId>
295 <artifactId>netty-tcnative-boringssl-static</artifactId>
296 <version>${netty-ssl}</version>
297 </dependency>
Brinda Santh70032082019-09-11 22:07:33 -0400298
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400299 <!-- Adaptors -->
300 <dependency>
301 <groupId>org.apache.sshd</groupId>
302 <artifactId>sshd-core</artifactId>
303 <version>${sshd.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400304 <exclusions>
305 <exclusion>
306 <groupId>org.slf4j</groupId>
307 <artifactId>slf4j-api</artifactId>
308 </exclusion>
309 </exclusions>
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400310 </dependency>
311 <dependency>
312 <groupId>com.jcraft</groupId>
313 <artifactId>jsch</artifactId>
314 <version>${jsch.version}</version>
315 </dependency>
316
Brinda Santh0042e9e2019-05-20 15:27:55 -0400317 <dependency>
318 <groupId>org.apache.kafka</groupId>
319 <artifactId>kafka-clients</artifactId>
320 <version>${kafka.version}</version>
321 </dependency>
322 <dependency>
323 <groupId>org.apache.kafka</groupId>
324 <artifactId>kafka-streams</artifactId>
325 <version>${kafka.version}</version>
326 </dependency>
327
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500328 <!-- SLI Version -->
329 <dependency>
330 <groupId>org.onap.ccsdk.sli.core</groupId>
331 <artifactId>sli-provider</artifactId>
Brinda Santh15680d32019-05-15 13:50:20 -0400332 <version>${sli.version}</version>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500333 <exclusions>
334 <exclusion>
335 <groupId>commons-lang</groupId>
336 <artifactId>commons-lang</artifactId>
337 </exclusion>
338 <exclusion>
339 <groupId>org.apache.commons</groupId>
340 <artifactId>*</artifactId>
341 </exclusion>
342 <exclusion>
343 <groupId>org.slf4j</groupId>
344 <artifactId>*</artifactId>
345 </exclusion>
346 <exclusion>
347 <groupId>org.opendaylight.mdsal.model</groupId>
348 <artifactId>*</artifactId>
349 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)66439ec2018-12-17 11:15:28 -0500350 <exclusion>
351 <groupId>org.opendaylight.controller</groupId>
352 <artifactId>*</artifactId>
353 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500354 <exclusion>
355 <groupId>org.apache.tomcat</groupId>
356 <artifactId>*</artifactId>
357 </exclusion>
358 <exclusion>
359 <groupId>org.apache.karaf.shell</groupId>
360 <artifactId>*</artifactId>
361 </exclusion>
362 <exclusion>
363 <groupId>org.mariadb.jdbc</groupId>
364 <artifactId>*</artifactId>
365 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500366 <exclusion>
367 <groupId>org.powermock</groupId>
368 <artifactId>*</artifactId>
369 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500370 </exclusions>
371 </dependency>
372
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400373 <!-- Blueprint Processor Application Module Dependencies -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000374 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400375 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400376 <artifactId>processor-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500377 <version>${project.version}</version>
378 </dependency>
379 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400380 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000381 <artifactId>db-lib</artifactId>
382 <version>${project.version}</version>
383 </dependency>
384 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400385 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000386 <artifactId>rest-lib</artifactId>
387 <version>${project.version}</version>
388 </dependency>
389 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400390 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Brinda Santh12b078d2019-05-15 15:21:34 -0400391 <artifactId>ssh-lib</artifactId>
392 <version>${project.version}</version>
393 </dependency>
Singal, Kapil (ks220y)98d09052019-10-30 11:38:18 -0400394 <!-- message-lib dependency -->
395 <dependency>
396 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
397 <artifactId>message-lib</artifactId>
398 <version>${project.version}</version>
399 </dependency>
Brinda Santh12b078d2019-05-15 15:21:34 -0400400 <dependency>
401 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400402 <artifactId>dmaap-lib</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000403 <version>${project.version}</version>
404 </dependency>
405 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400406 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Brinda Santhbc95a552019-04-10 18:14:44 -0400407 <artifactId>grpc-lib</artifactId>
408 <version>${project.version}</version>
409 </dependency>
410 <dependency>
411 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000412 <artifactId>execution-service</artifactId>
413 <version>${project.version}</version>
414 </dependency>
415 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400416 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500417 <artifactId>workflow-service</artifactId>
418 <version>${project.version}</version>
419 </dependency>
Brinda Santh8d3f8252019-08-01 11:25:14 -0400420
Singal, Kapil (ks220y)50065882019-09-30 12:16:01 -0400421 <!--
Shaaban Ebrahimbf305322019-09-10 18:12:32 +0200422 <dependency>
423 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
424 <artifactId>health-api</artifactId>
425 <version>${project.version}</version>
426 </dependency>
Singal, Kapil (ks220y)50065882019-09-30 12:16:01 -0400427 -->
Shaaban Ebrahimbf305322019-09-10 18:12:32 +0200428
Brinda Santh8d3f8252019-08-01 11:25:14 -0400429 <!-- North Bound -->
430 <dependency>
431 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Serge Simard34c42462019-08-08 10:55:57 -0400432 <artifactId>configs-api</artifactId>
433 <version>${project.version}</version>
434 </dependency>
435 <dependency>
436 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Brinda Santh8d3f8252019-08-01 11:25:14 -0400437 <artifactId>designer-api</artifactId>
438 <version>${project.version}</version>
439 </dependency>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500440 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400441 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000442 <artifactId>resource-api</artifactId>
443 <version>${project.version}</version>
444 </dependency>
445 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400446 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000447 <artifactId>selfservice-api</artifactId>
448 <version>${project.version}</version>
449 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400450 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400451 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400452 <artifactId>application</artifactId>
453 <version>${project.version}</version>
454 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000455
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500456 <!-- Functions -->
457 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400458 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500459 <artifactId>resource-resolution</artifactId>
460 <version>${project.version}</version>
461 </dependency>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500462 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400463 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500464 <artifactId>python-executor</artifactId>
465 <version>${project.version}</version>
466 </dependency>
467 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400468 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Serge Simarda3d9ac82019-05-17 06:39:58 -0400469 <artifactId>ansible-awx-executor</artifactId>
470 <version>${project.version}</version>
471 </dependency>
472 <dependency>
473 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500474 <artifactId>netconf-executor</artifactId>
475 <version>${project.version}</version>
476 </dependency>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500477 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400478 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500479 <artifactId>restconf-executor</artifactId>
480 <version>${project.version}</version>
481 </dependency>
Brinda Santh145662f2019-05-16 12:37:55 -0400482 <dependency>
483 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
484 <artifactId>cli-executor</artifactId>
485 <version>${project.version}</version>
486 </dependency>
Serge Simard34c42462019-08-08 10:55:57 -0400487 <dependency>
488 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
489 <artifactId>config-snapshots</artifactId>
490 <version>${project.version}</version>
491 </dependency>
Brinda Santh71616cc2019-11-25 17:19:02 -0500492 <dependency>
493 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
494 <artifactId>message-prioritizaion</artifactId>
495 <version>${project.version}</version>
496 </dependency>
Serge Simard34c42462019-08-08 10:55:57 -0400497
498 <!-- Diff capability providers for config-snapshots -->
499 <dependency>
500 <groupId>com.github.fge</groupId>
501 <artifactId>json-patch</artifactId>
502 <version>${json-patch.version}</version>
503 </dependency>
504 <dependency>
505 <groupId>org.xmlunit</groupId>
506 <artifactId>xmlunit-core</artifactId>
507 <version>${xmlunit.version}</version>
508 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500509
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400510 <!-- Controller Blueprints Application Dependency -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000511 <dependency>
Brinda Santhea84b362019-12-03 16:15:20 -0500512 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
513 <artifactId>resource-dict</artifactId>
514 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000515 </dependency>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500516 <dependency>
Brinda Santhea84b362019-12-03 16:15:20 -0500517 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
518 <artifactId>blueprint-core</artifactId>
519 <version>${project.version}</version>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500520 </dependency>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500521 <dependency>
Brinda Santhea84b362019-12-03 16:15:20 -0500522 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
523 <artifactId>blueprint-proto</artifactId>
524 <version>${project.version}</version>
Brinda Santh70032082019-09-11 22:07:33 -0400525 </dependency>
526 <dependency>
Brinda Santhea84b362019-12-03 16:15:20 -0500527 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
528 <artifactId>blueprint-validation</artifactId>
529 <version>${project.version}</version>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500530 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000531
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000532 <!-- Database -->
533 <dependency>
534 <groupId>com.h2database</groupId>
535 <artifactId>h2</artifactId>
536 <version>${h2database.version}</version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500537 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000538 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400539
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000540 <!-- Test Dependency -->
541 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500542 <groupId>io.mockk</groupId>
543 <artifactId>mockk</artifactId>
544 <version>${mockk.version}</version>
545 <scope>test</scope>
546 </dependency>
547 <dependency>
Steve Siani81ff21b2019-04-08 10:38:41 -0400548 <groupId>org.mock-server</groupId>
549 <artifactId>mockserver-netty</artifactId>
550 <version>${mockkserver.version}</version>
551 <scope>test</scope>
552 </dependency>
553 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400554 <groupId>org.powermock</groupId>
555 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500556 <version>${powermock.version}</version>
Brinda Santhafbc1522018-08-23 23:34:05 -0400557 <scope>test</scope>
558 </dependency>
559 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000560 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500561 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000562 <version>${kotlin.version}</version>
563 <scope>test</scope>
564 </dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500565 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500566 <groupId>org.jetbrains.kotlinx</groupId>
567 <artifactId>kotlinx-coroutines-test</artifactId>
568 <version>${kotlin.couroutines.version}</version>
569 <scope>test</scope>
570 </dependency>
571 <dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500572 <groupId>io.grpc</groupId>
573 <artifactId>grpc-testing</artifactId>
574 <version>${grpc.version}</version>
575 <scope>test</scope>
576 </dependency>
Brinda Santh0042e9e2019-05-20 15:27:55 -0400577
578 <!-- Spring Kafka -->
579 <dependency>
580 <groupId>org.springframework.kafka</groupId>
581 <artifactId>spring-kafka-test</artifactId>
582 <version>${spring.kafka.version}</version>
583 <scope>test</scope>
584 </dependency>
585
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000586 </dependencies>
587 </dependencyManagement>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500588 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000589 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500590 <groupId>org.apache.commons</groupId>
591 <artifactId>commons-lang3</artifactId>
592 </dependency>
593 <dependency>
594 <groupId>commons-collections</groupId>
595 <artifactId>commons-collections</artifactId>
596 </dependency>
597 <dependency>
598 <groupId>commons-io</groupId>
599 <artifactId>commons-io</artifactId>
600 </dependency>
601 <dependency>
602 <groupId>com.jayway.jsonpath</groupId>
603 <artifactId>json-path</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400604 <exclusions>
605 <exclusion>
606 <groupId>org.slf4j</groupId>
607 <artifactId>slf4j-api</artifactId>
608 </exclusion>
609 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500610 </dependency>
611 <dependency>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400612 <groupId>net.minidev</groupId>
613 <artifactId>json-smart</artifactId>
614 </dependency>
615 <dependency>
Brinda Santh571c4932019-08-09 15:32:18 -0400616 <groupId>net.javacrumbs.json-unit</groupId>
617 <artifactId>json-unit-json-path</artifactId>
618 </dependency>
619 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500620 <groupId>com.google.guava</groupId>
621 <artifactId>guava</artifactId>
622 </dependency>
623 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500624 <groupId>io.springfox</groupId>
625 <artifactId>springfox-swagger2</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400626 <exclusions>
627 <exclusion>
628 <groupId>org.slf4j</groupId>
629 <artifactId>slf4j-api</artifactId>
630 </exclusion>
631 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500632 </dependency>
Singal, Kapil (ks220y)71f561e2019-09-18 10:05:39 -0400633 <!-- <dependency>-->
634 <!-- <groupId>io.springfox</groupId>-->
635 <!-- <artifactId>springfox-spring-webflux</artifactId>-->
636 <!-- </dependency>-->
Alexis de Talhouët2791db22019-06-23 15:30:36 -0400637 <dependency>
638 <groupId>io.springfox</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500639 <artifactId>springfox-swagger-ui</artifactId>
640 </dependency>
641 <dependency>
642 <groupId>org.jetbrains.kotlin</groupId>
643 <artifactId>kotlin-stdlib</artifactId>
644 </dependency>
645 <dependency>
646 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500647 <artifactId>kotlin-script-util</artifactId>
648 </dependency>
649 <dependency>
650 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500651 <artifactId>kotlin-stdlib-jdk8</artifactId>
652 </dependency>
653 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500654 <groupId>org.jetbrains.kotlinx</groupId>
655 <artifactId>kotlinx-coroutines-core</artifactId>
656 </dependency>
657 <dependency>
658 <groupId>org.jetbrains.kotlinx</groupId>
659 <artifactId>kotlinx-coroutines-reactor</artifactId>
660 </dependency>
661 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500662 <groupId>com.fasterxml.jackson.module</groupId>
663 <artifactId>jackson-module-kotlin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000664 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500665 <dependency>
666 <groupId>org.jetbrains.kotlin</groupId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500667 <artifactId>kotlin-compiler-embeddable</artifactId>
668 </dependency>
669 <dependency>
670 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500671 <artifactId>kotlin-scripting-jvm-host</artifactId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500672 <!--Use kotlin-compiler-embeddable as koltin-compiler wrap-->
673 <!--guava dependency creating classpath issues at runtime-->
674 <exclusions>
675 <exclusion>
676 <groupId>org.jetbrains.kotlin</groupId>
677 <artifactId>kotlin-compiler</artifactId>
678 </exclusion>
679 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500680 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500681 <!-- GRPC Dependencies -->
682 <dependency>
683 <groupId>io.grpc</groupId>
684 <artifactId>grpc-netty</artifactId>
685 </dependency>
686 <dependency>
687 <groupId>io.grpc</groupId>
688 <artifactId>grpc-protobuf</artifactId>
689 </dependency>
690 <dependency>
691 <groupId>io.grpc</groupId>
692 <artifactId>grpc-stub</artifactId>
693 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500694 <dependency>
Brinda Santh71616cc2019-11-25 17:19:02 -0500695 <groupId>io.grpc</groupId>
696 <artifactId>grpc-netty-shaded</artifactId>
697 </dependency>
698 <dependency>
699 <groupId>io.grpc</groupId>
700 <artifactId>grpc-grpclb</artifactId>
701 </dependency>
702 <dependency>
703 <groupId>com.google.protobuf</groupId>
704 <artifactId>protobuf-java</artifactId>
705 </dependency>
706 <dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500707 <groupId>com.google.protobuf</groupId>
708 <artifactId>protobuf-java-util</artifactId>
709 </dependency>
Brinda Santh910fa692019-10-22 16:14:00 -0400710 <dependency>
711 <groupId>io.netty</groupId>
712 <artifactId>netty-tcnative-boringssl-static</artifactId>
713 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000714 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500715
Alexis de Talhouët2791db22019-06-23 15:30:36 -0400716 <repositories>
717 <repository>
718 <id>spring-libs-milestone</id>
719 <name>Spring Milestone Maven Repository</name>
Timoney, Dan (dt5972)dc872fb2019-07-23 13:02:29 -0400720 <url>http://oss.jfrog.org/artifactory/oss-release-local/</url>
721 <releases>
722 <enabled>true</enabled>
723 </releases>
724 <snapshots>
725 <enabled>false</enabled>
726 </snapshots>
727 </repository>
728 <repository>
729 <id>spring-libs-milestone-snapshot</id>
730 <name>Spring Milestone Maven Repository - snapshots</name>
Alexis de Talhouët2791db22019-06-23 15:30:36 -0400731 <url>http://oss.jfrog.org/artifactory/oss-snapshot-local/</url>
Timoney, Dan (dt5972)dc872fb2019-07-23 13:02:29 -0400732 <releases>
733 <enabled>false</enabled>
734 </releases>
735 <snapshots>
736 <enabled>true</enabled>
737 </snapshots>
Alexis de Talhouët2791db22019-06-23 15:30:36 -0400738 </repository>
739 </repositories>
740
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000741 <build>
742 <plugins>
743 <plugin>
744 <groupId>org.jetbrains.kotlin</groupId>
745 <artifactId>kotlin-maven-plugin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500746 <version>${kotlin.maven.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000747 <executions>
748 <execution>
749 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500750 <goals>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000751 <goal>compile</goal>
752 </goals>
753 <configuration>
754 <sourceDirs>
755 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
756 <sourceDir>${project.basedir}/src/main/java</sourceDir>
757 </sourceDirs>
758 </configuration>
759 </execution>
760 <execution>
761 <id>test-compile</id>
762 <goals>
763 <goal>test-compile</goal>
764 </goals>
765 <configuration>
766 <sourceDirs>
767 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
768 <sourceDir>${project.basedir}/src/test/java</sourceDir>
769 </sourceDirs>
770 </configuration>
771 </execution>
772 </executions>
773 </plugin>
774 <plugin>
775 <groupId>org.apache.maven.plugins</groupId>
776 <artifactId>maven-compiler-plugin</artifactId>
777 <version>3.5.1</version>
778 <configuration>
779 <source>${maven.compiler.source}</source>
780 <target>${maven.compiler.target}</target>
781 </configuration>
782 </plugin>
783 </plugins>
784 </build>
785</project>