blob: 8a1f7ac1b3e756d6a1064c5ca9e7fb503408ec99 [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>
Brinda Santh12b078d2019-05-15 15:21:34 -0400330 <artifactId>ssh-lib</artifactId>
331 <version>${project.version}</version>
332 </dependency>
333 <dependency>
334 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400335 <artifactId>dmaap-lib</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000336 <version>${project.version}</version>
337 </dependency>
338 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400339 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Brinda Santhbc95a552019-04-10 18:14:44 -0400340 <artifactId>grpc-lib</artifactId>
341 <version>${project.version}</version>
342 </dependency>
343 <dependency>
344 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000345 <artifactId>execution-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)cbbe0ea2018-11-13 16:47:33 -0500350 <artifactId>workflow-service</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>resource-api</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>selfservice-api</artifactId>
361 <version>${project.version}</version>
362 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400363 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400364 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400365 <artifactId>application</artifactId>
366 <version>${project.version}</version>
367 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000368
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500369 <!-- Functions -->
370 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400371 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500372 <artifactId>resource-resolution</artifactId>
373 <version>${project.version}</version>
374 </dependency>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500375 <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>python-executor</artifactId>
378 <version>${project.version}</version>
379 </dependency>
380 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400381 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500382 <artifactId>netconf-executor</artifactId>
383 <version>${project.version}</version>
384 </dependency>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500385 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400386 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500387 <artifactId>restconf-executor</artifactId>
388 <version>${project.version}</version>
389 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500390
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400391 <!-- Controller Blueprints Application Dependency -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000392 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400393 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000394 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500395 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000396 </dependency>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500397 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400398 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -0500399 <artifactId>blueprint-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500400 <version>${project.version}</version>
401 </dependency>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500402 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400403 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500404 <artifactId>blueprint-scripts</artifactId>
405 <version>${project.version}</version>
406 </dependency>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500407 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400408 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400409 <artifactId>db-resources</artifactId>
410 <version>${project.version}</version>
411 </dependency>
412 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400413 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500414 <artifactId>blueprint-validation</artifactId>
415 <version>${project.version}</version>
416 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000417
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000418 <!-- Database -->
419 <dependency>
420 <groupId>com.h2database</groupId>
421 <artifactId>h2</artifactId>
422 <version>${h2database.version}</version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500423 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000424 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400425
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000426 <!-- Test Dependency -->
427 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500428 <groupId>io.mockk</groupId>
429 <artifactId>mockk</artifactId>
430 <version>${mockk.version}</version>
431 <scope>test</scope>
432 </dependency>
433 <dependency>
Steve Siani81ff21b2019-04-08 10:38:41 -0400434 <groupId>org.mock-server</groupId>
435 <artifactId>mockserver-netty</artifactId>
436 <version>${mockkserver.version}</version>
437 <scope>test</scope>
438 </dependency>
439 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400440 <groupId>org.powermock</groupId>
441 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500442 <version>${powermock.version}</version>
Brinda Santhafbc1522018-08-23 23:34:05 -0400443 <scope>test</scope>
444 </dependency>
445 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000446 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500447 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000448 <version>${kotlin.version}</version>
449 <scope>test</scope>
450 </dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500451 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500452 <groupId>org.jetbrains.kotlinx</groupId>
453 <artifactId>kotlinx-coroutines-test</artifactId>
454 <version>${kotlin.couroutines.version}</version>
455 <scope>test</scope>
456 </dependency>
457 <dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500458 <groupId>io.grpc</groupId>
459 <artifactId>grpc-testing</artifactId>
460 <version>${grpc.version}</version>
461 <scope>test</scope>
462 </dependency>
Brinda Santh0042e9e2019-05-20 15:27:55 -0400463
464 <!-- Spring Kafka -->
465 <dependency>
466 <groupId>org.springframework.kafka</groupId>
467 <artifactId>spring-kafka-test</artifactId>
468 <version>${spring.kafka.version}</version>
469 <scope>test</scope>
470 </dependency>
471
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000472 </dependencies>
473 </dependencyManagement>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000474
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500475 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000476 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500477 <groupId>org.apache.commons</groupId>
478 <artifactId>commons-lang3</artifactId>
479 </dependency>
480 <dependency>
481 <groupId>commons-collections</groupId>
482 <artifactId>commons-collections</artifactId>
483 </dependency>
484 <dependency>
485 <groupId>commons-io</groupId>
486 <artifactId>commons-io</artifactId>
487 </dependency>
488 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500489 <groupId>org.apache.commons</groupId>
490 <artifactId>commons-compress</artifactId>
491 </dependency>
492 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500493 <groupId>com.jayway.jsonpath</groupId>
494 <artifactId>json-path</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400495 <exclusions>
496 <exclusion>
497 <groupId>org.slf4j</groupId>
498 <artifactId>slf4j-api</artifactId>
499 </exclusion>
500 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500501 </dependency>
502 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500503 <groupId>com.google.guava</groupId>
504 <artifactId>guava</artifactId>
505 </dependency>
506 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500507 <groupId>io.springfox</groupId>
508 <artifactId>springfox-swagger2</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400509 <exclusions>
510 <exclusion>
511 <groupId>org.slf4j</groupId>
512 <artifactId>slf4j-api</artifactId>
513 </exclusion>
514 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500515 </dependency>
516 <dependency>
517 <groupId>io.springfox</groupId>
518 <artifactId>springfox-swagger-ui</artifactId>
519 </dependency>
520 <dependency>
521 <groupId>org.jetbrains.kotlin</groupId>
522 <artifactId>kotlin-stdlib</artifactId>
523 </dependency>
524 <dependency>
525 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500526 <artifactId>kotlin-script-util</artifactId>
527 </dependency>
528 <dependency>
529 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500530 <artifactId>kotlin-stdlib-jdk8</artifactId>
531 </dependency>
532 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500533 <groupId>org.jetbrains.kotlinx</groupId>
534 <artifactId>kotlinx-coroutines-core</artifactId>
535 </dependency>
536 <dependency>
537 <groupId>org.jetbrains.kotlinx</groupId>
538 <artifactId>kotlinx-coroutines-reactor</artifactId>
539 </dependency>
540 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500541 <groupId>com.fasterxml.jackson.module</groupId>
542 <artifactId>jackson-module-kotlin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000543 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500544 <dependency>
545 <groupId>org.jetbrains.kotlin</groupId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500546 <artifactId>kotlin-compiler-embeddable</artifactId>
547 </dependency>
548 <dependency>
549 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500550 <artifactId>kotlin-scripting-jvm-host</artifactId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500551 <!--Use kotlin-compiler-embeddable as koltin-compiler wrap-->
552 <!--guava dependency creating classpath issues at runtime-->
553 <exclusions>
554 <exclusion>
555 <groupId>org.jetbrains.kotlin</groupId>
556 <artifactId>kotlin-compiler</artifactId>
557 </exclusion>
558 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500559 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500560 <!-- GRPC Dependencies -->
561 <dependency>
562 <groupId>io.grpc</groupId>
563 <artifactId>grpc-netty</artifactId>
564 </dependency>
565 <dependency>
566 <groupId>io.grpc</groupId>
567 <artifactId>grpc-protobuf</artifactId>
568 </dependency>
569 <dependency>
570 <groupId>io.grpc</groupId>
571 <artifactId>grpc-stub</artifactId>
572 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500573 <dependency>
574 <groupId>com.google.protobuf</groupId>
575 <artifactId>protobuf-java-util</artifactId>
576 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000577 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500578
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000579 <build>
580 <plugins>
581 <plugin>
582 <groupId>org.jetbrains.kotlin</groupId>
583 <artifactId>kotlin-maven-plugin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500584 <version>${kotlin.maven.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000585 <executions>
586 <execution>
587 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500588 <goals>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000589 <goal>compile</goal>
590 </goals>
591 <configuration>
592 <sourceDirs>
593 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
594 <sourceDir>${project.basedir}/src/main/java</sourceDir>
595 </sourceDirs>
596 </configuration>
597 </execution>
598 <execution>
599 <id>test-compile</id>
600 <goals>
601 <goal>test-compile</goal>
602 </goals>
603 <configuration>
604 <sourceDirs>
605 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
606 <sourceDir>${project.basedir}/src/test/java</sourceDir>
607 </sourceDirs>
608 </configuration>
609 </execution>
610 </executions>
611 </plugin>
612 <plugin>
613 <groupId>org.apache.maven.plugins</groupId>
614 <artifactId>maven-compiler-plugin</artifactId>
615 <version>3.5.1</version>
616 <configuration>
617 <source>${maven.compiler.source}</source>
618 <target>${maven.compiler.target}</target>
619 </configuration>
620 </plugin>
621 </plugins>
622 </build>
623</project>