blob: 95232873d3fdbed33bfac25933dd883732d91b15 [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>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050045 <guava.version>27.0.1-jre</guava.version>
Muthuramalingam, Brinda Santh(bs2796)d2ec19b2018-11-19 12:48:31 -050046 <jython.version>2.7.1</jython.version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000047 <springfox.swagger2.version>2.9.2</springfox.swagger2.version>
48 <h2database.version>1.4.197</h2database.version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050049 <onap.logger.slf4j>1.2.2</onap.logger.slf4j>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050050 <powermock.version>1.7.4</powermock.version>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -050051 <mockk.version>1.9</mockk.version>
janani b11b7e742019-03-19 19:37:13 +053052 <dmaap.client.version>1.1.5</dmaap.client.version>
Steve Sianif7d891d2019-04-03 15:23:27 -040053 <jinja.version>2.5.0</jinja.version>
Steve Siani81ff21b2019-04-08 10:38:41 -040054 <mockkserver.version>5.5.1</mockkserver.version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000055 </properties>
56 <dependencyManagement>
57 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000058 <!-- Spring Boot -->
59 <dependency>
60 <groupId>org.springframework.boot</groupId>
61 <artifactId>spring-boot-starter-parent</artifactId>
62 <version>${spring.boot.version}</version>
63 <type>pom</type>
64 <scope>import</scope>
65 </dependency>
66
Brinda Santh0042e9e2019-05-20 15:27:55 -040067 <dependency>
68 <groupId>org.springframework.kafka</groupId>
69 <artifactId>spring-kafka</artifactId>
70 <version>${spring.kafka.version}</version>
71 </dependency>
72
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050073 <!--Swagger Dependencies -->
74 <dependency>
75 <groupId>io.springfox</groupId>
76 <artifactId>springfox-swagger2</artifactId>
77 <version>${springfox.swagger2.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -040078 <exclusions>
79 <exclusion>
80 <groupId>org.slf4j</groupId>
81 <artifactId>slf4j-api</artifactId>
82 </exclusion>
83 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050084 </dependency>
85 <dependency>
86 <groupId>io.springfox</groupId>
87 <artifactId>springfox-swagger-ui</artifactId>
88 <version>${springfox.swagger2.version}</version>
89 </dependency>
90
91 <!-- Common Utils Dependencies -->
92 <dependency>
93 <groupId>org.apache.commons</groupId>
94 <artifactId>commons-lang3</artifactId>
95 <version>3.2.1</version>
96 </dependency>
97 <dependency>
98 <groupId>commons-collections</groupId>
99 <artifactId>commons-collections</artifactId>
100 <version>3.2.2</version>
101 </dependency>
102 <dependency>
103 <groupId>commons-io</groupId>
104 <artifactId>commons-io</artifactId>
105 <version>2.6</version>
106 </dependency>
107 <dependency>
108 <groupId>org.apache.commons</groupId>
109 <artifactId>commons-compress</artifactId>
110 <version>1.15</version>
111 </dependency>
112 <dependency>
113 <groupId>org.apache.velocity</groupId>
114 <artifactId>velocity</artifactId>
115 <version>1.7</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400116 <exclusions>
117 <exclusion>
118 <groupId>org.slf4j</groupId>
119 <artifactId>slf4j-api</artifactId>
120 </exclusion>
121 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500122 </dependency>
123 <dependency>
Steve Sianif7d891d2019-04-03 15:23:27 -0400124 <groupId>com.hubspot.jinjava</groupId>
125 <artifactId>jinjava</artifactId>
126 <version>${jinja.version}</version>
127 </dependency>
128 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500129 <groupId>com.google.guava</groupId>
130 <artifactId>guava</artifactId>
131 <version>${guava.version}</version>
132 </dependency>
133 <dependency>
134 <groupId>org.python</groupId>
135 <artifactId>jython-standalone</artifactId>
136 <version>${jython.version}</version>
137 </dependency>
138
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000139 <!-- Kotlin Dependencies -->
140 <dependency>
141 <groupId>org.jetbrains.kotlin</groupId>
142 <artifactId>kotlin-stdlib</artifactId>
143 <version>${kotlin.version}</version>
144 </dependency>
145 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500146 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500147 <artifactId>kotlin-stdlib-common</artifactId>
148 <version>${kotlin.version}</version>
149 </dependency>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500150 <!--Use kotlin-compiler-embeddable instead koltin-compiler wrap-->
151 <!--guava dependency inside kotlin-compiler creating classpath issues at runtime-->
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500152 <dependency>
153 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500154 <artifactId>kotlin-scripting-jvm-host</artifactId>
155 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500156 <exclusions>
157 <exclusion>
158 <groupId>org.jetbrains.kotlin</groupId>
159 <artifactId>kotlin-compile</artifactId>
160 </exclusion>
161 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500162 </dependency>
163 <dependency>
164 <groupId>org.jetbrains.kotlin</groupId>
165 <artifactId>kotlin-compiler-embeddable</artifactId>
166 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500167 </dependency>
168 <dependency>
169 <groupId>org.jetbrains.kotlin</groupId>
170 <artifactId>kotlin-script-util</artifactId>
171 <version>${kotlin.version}</version>
172 </dependency>
173 <dependency>
174 <groupId>org.jetbrains.kotlin</groupId>
175 <artifactId>kotlin-script-runtime</artifactId>
176 <version>${kotlin.version}</version>
177 </dependency>
178 <dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500179 <groupId>org.jetbrains.kotlinx</groupId>
180 <artifactId>kotlinx-coroutines-core</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500181 <version>${kotlin.couroutines.version}</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000182 </dependency>
183 <dependency>
Muthuramalingam, Brinda Santh(bs2796)cf6cf512018-12-20 11:16:31 -0500184 <groupId>org.jetbrains.kotlinx</groupId>
185 <artifactId>kotlinx-coroutines-reactor</artifactId>
186 <version>${kotlin.couroutines.version}</version>
187 </dependency>
188 <dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000189 <groupId>org.jetbrains.kotlin</groupId>
190 <artifactId>kotlin-reflect</artifactId>
191 <version>${kotlin.version}</version>
192 </dependency>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500193 <dependency>
194 <groupId>org.jetbrains.kotlin</groupId>
195 <artifactId>kotlin-stdlib-jdk8</artifactId>
196 <version>${kotlin.version}</version>
197 </dependency>
198 <dependency>
199 <groupId>org.jetbrains.kotlin</groupId>
200 <artifactId>kotlin-stdlib-jdk7</artifactId>
201 <version>${kotlin.version}</version>
202 </dependency>
203
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500204 <!-- GRPC Dependencies -->
205 <dependency>
206 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500207 <artifactId>grpc-core</artifactId>
208 <version>${grpc.version}</version>
209 </dependency>
210 <dependency>
211 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500212 <artifactId>grpc-netty</artifactId>
213 <version>${grpc.version}</version>
214 </dependency>
215 <dependency>
216 <groupId>io.grpc</groupId>
217 <artifactId>grpc-protobuf</artifactId>
218 <version>${grpc.version}</version>
219 </dependency>
220 <dependency>
221 <groupId>io.grpc</groupId>
222 <artifactId>grpc-stub</artifactId>
223 <version>${grpc.version}</version>
224 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500225 <dependency>
226 <groupId>com.google.protobuf</groupId>
227 <artifactId>protobuf-java-util</artifactId>
228 <version>${protobuff.java.utils.version}</version>
229 </dependency>
Alexis de Talhouëtee02d9a2019-03-04 10:22:04 -0500230 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400231 <groupId>org.onap.ccsdk.cds.components</groupId>
Alexis de Talhouëtee02d9a2019-03-04 10:22:04 -0500232 <artifactId>proto-definition</artifactId>
233 <version>${project.version}</version>
234 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500235
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400236 <!-- Adaptors -->
237 <dependency>
238 <groupId>org.apache.sshd</groupId>
239 <artifactId>sshd-core</artifactId>
240 <version>${sshd.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400241 <exclusions>
242 <exclusion>
243 <groupId>org.slf4j</groupId>
244 <artifactId>slf4j-api</artifactId>
245 </exclusion>
246 </exclusions>
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400247 </dependency>
248 <dependency>
249 <groupId>com.jcraft</groupId>
250 <artifactId>jsch</artifactId>
251 <version>${jsch.version}</version>
252 </dependency>
253
Brinda Santh0042e9e2019-05-20 15:27:55 -0400254 <dependency>
255 <groupId>org.apache.kafka</groupId>
256 <artifactId>kafka-clients</artifactId>
257 <version>${kafka.version}</version>
258 </dependency>
259 <dependency>
260 <groupId>org.apache.kafka</groupId>
261 <artifactId>kafka-streams</artifactId>
262 <version>${kafka.version}</version>
263 </dependency>
264
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500265 <!-- SLI Version -->
266 <dependency>
267 <groupId>org.onap.ccsdk.sli.core</groupId>
268 <artifactId>sli-provider</artifactId>
prathamesh morde250b5b22019-05-13 11:53:08 -0400269 <version>${ccsdk.sli.core.version}</version>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500270 <exclusions>
271 <exclusion>
272 <groupId>commons-lang</groupId>
273 <artifactId>commons-lang</artifactId>
274 </exclusion>
275 <exclusion>
276 <groupId>org.apache.commons</groupId>
277 <artifactId>*</artifactId>
278 </exclusion>
279 <exclusion>
280 <groupId>org.slf4j</groupId>
281 <artifactId>*</artifactId>
282 </exclusion>
283 <exclusion>
284 <groupId>org.opendaylight.mdsal.model</groupId>
285 <artifactId>*</artifactId>
286 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)66439ec2018-12-17 11:15:28 -0500287 <exclusion>
288 <groupId>org.opendaylight.controller</groupId>
289 <artifactId>*</artifactId>
290 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500291 <exclusion>
292 <groupId>org.apache.tomcat</groupId>
293 <artifactId>*</artifactId>
294 </exclusion>
295 <exclusion>
296 <groupId>org.apache.karaf.shell</groupId>
297 <artifactId>*</artifactId>
298 </exclusion>
299 <exclusion>
300 <groupId>org.mariadb.jdbc</groupId>
301 <artifactId>*</artifactId>
302 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500303 <exclusion>
304 <groupId>org.powermock</groupId>
305 <artifactId>*</artifactId>
306 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500307 </exclusions>
308 </dependency>
309
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000310
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400311 <!-- Blueprint Processor Application Module Dependencies -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000312 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400313 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400314 <artifactId>processor-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500315 <version>${project.version}</version>
316 </dependency>
317 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400318 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000319 <artifactId>db-lib</artifactId>
320 <version>${project.version}</version>
321 </dependency>
322 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400323 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000324 <artifactId>rest-lib</artifactId>
325 <version>${project.version}</version>
326 </dependency>
327 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400328 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400329 <artifactId>dmaap-lib</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000330 <version>${project.version}</version>
331 </dependency>
332 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400333 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Brinda Santhbc95a552019-04-10 18:14:44 -0400334 <artifactId>grpc-lib</artifactId>
335 <version>${project.version}</version>
336 </dependency>
337 <dependency>
338 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000339 <artifactId>execution-service</artifactId>
340 <version>${project.version}</version>
341 </dependency>
342 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400343 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500344 <artifactId>workflow-service</artifactId>
345 <version>${project.version}</version>
346 </dependency>
347 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400348 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000349 <artifactId>resource-api</artifactId>
350 <version>${project.version}</version>
351 </dependency>
352 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400353 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000354 <artifactId>selfservice-api</artifactId>
355 <version>${project.version}</version>
356 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400357 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400358 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400359 <artifactId>application</artifactId>
360 <version>${project.version}</version>
361 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000362
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500363 <!-- Functions -->
364 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400365 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500366 <artifactId>resource-resolution</artifactId>
367 <version>${project.version}</version>
368 </dependency>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500369 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400370 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500371 <artifactId>python-executor</artifactId>
372 <version>${project.version}</version>
373 </dependency>
374 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400375 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500376 <artifactId>netconf-executor</artifactId>
377 <version>${project.version}</version>
378 </dependency>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500379 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400380 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500381 <artifactId>restconf-executor</artifactId>
382 <version>${project.version}</version>
383 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500384
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400385 <!-- Controller Blueprints Application Dependency -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000386 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400387 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000388 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500389 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000390 </dependency>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500391 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400392 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -0500393 <artifactId>blueprint-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500394 <version>${project.version}</version>
395 </dependency>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500396 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400397 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500398 <artifactId>blueprint-scripts</artifactId>
399 <version>${project.version}</version>
400 </dependency>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500401 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400402 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400403 <artifactId>db-resources</artifactId>
404 <version>${project.version}</version>
405 </dependency>
406 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400407 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500408 <artifactId>blueprint-validation</artifactId>
409 <version>${project.version}</version>
410 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000411
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000412 <!-- Database -->
413 <dependency>
414 <groupId>com.h2database</groupId>
415 <artifactId>h2</artifactId>
416 <version>${h2database.version}</version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500417 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000418 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400419
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000420 <!-- Test Dependency -->
421 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500422 <groupId>io.mockk</groupId>
423 <artifactId>mockk</artifactId>
424 <version>${mockk.version}</version>
425 <scope>test</scope>
426 </dependency>
427 <dependency>
Steve Siani81ff21b2019-04-08 10:38:41 -0400428 <groupId>org.mock-server</groupId>
429 <artifactId>mockserver-netty</artifactId>
430 <version>${mockkserver.version}</version>
431 <scope>test</scope>
432 </dependency>
433 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400434 <groupId>org.powermock</groupId>
435 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500436 <version>${powermock.version}</version>
Brinda Santhafbc1522018-08-23 23:34:05 -0400437 <scope>test</scope>
438 </dependency>
439 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000440 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500441 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000442 <version>${kotlin.version}</version>
443 <scope>test</scope>
444 </dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500445 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500446 <groupId>org.jetbrains.kotlinx</groupId>
447 <artifactId>kotlinx-coroutines-test</artifactId>
448 <version>${kotlin.couroutines.version}</version>
449 <scope>test</scope>
450 </dependency>
451 <dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500452 <groupId>io.grpc</groupId>
453 <artifactId>grpc-testing</artifactId>
454 <version>${grpc.version}</version>
455 <scope>test</scope>
456 </dependency>
Brinda Santh0042e9e2019-05-20 15:27:55 -0400457
458 <!-- Spring Kafka -->
459 <dependency>
460 <groupId>org.springframework.kafka</groupId>
461 <artifactId>spring-kafka-test</artifactId>
462 <version>${spring.kafka.version}</version>
463 <scope>test</scope>
464 </dependency>
465
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000466 </dependencies>
467 </dependencyManagement>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000468
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500469 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000470 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500471 <groupId>org.apache.commons</groupId>
472 <artifactId>commons-lang3</artifactId>
473 </dependency>
474 <dependency>
475 <groupId>commons-collections</groupId>
476 <artifactId>commons-collections</artifactId>
477 </dependency>
478 <dependency>
479 <groupId>commons-io</groupId>
480 <artifactId>commons-io</artifactId>
481 </dependency>
482 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500483 <groupId>org.apache.commons</groupId>
484 <artifactId>commons-compress</artifactId>
485 </dependency>
486 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500487 <groupId>com.jayway.jsonpath</groupId>
488 <artifactId>json-path</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400489 <exclusions>
490 <exclusion>
491 <groupId>org.slf4j</groupId>
492 <artifactId>slf4j-api</artifactId>
493 </exclusion>
494 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500495 </dependency>
496 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500497 <groupId>com.google.guava</groupId>
498 <artifactId>guava</artifactId>
499 </dependency>
500 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500501 <groupId>io.springfox</groupId>
502 <artifactId>springfox-swagger2</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400503 <exclusions>
504 <exclusion>
505 <groupId>org.slf4j</groupId>
506 <artifactId>slf4j-api</artifactId>
507 </exclusion>
508 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500509 </dependency>
510 <dependency>
511 <groupId>io.springfox</groupId>
512 <artifactId>springfox-swagger-ui</artifactId>
513 </dependency>
514 <dependency>
515 <groupId>org.jetbrains.kotlin</groupId>
516 <artifactId>kotlin-stdlib</artifactId>
517 </dependency>
518 <dependency>
519 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500520 <artifactId>kotlin-script-util</artifactId>
521 </dependency>
522 <dependency>
523 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500524 <artifactId>kotlin-stdlib-jdk8</artifactId>
525 </dependency>
526 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500527 <groupId>org.jetbrains.kotlinx</groupId>
528 <artifactId>kotlinx-coroutines-core</artifactId>
529 </dependency>
530 <dependency>
531 <groupId>org.jetbrains.kotlinx</groupId>
532 <artifactId>kotlinx-coroutines-reactor</artifactId>
533 </dependency>
534 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500535 <groupId>com.fasterxml.jackson.module</groupId>
536 <artifactId>jackson-module-kotlin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000537 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500538 <dependency>
539 <groupId>org.jetbrains.kotlin</groupId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500540 <artifactId>kotlin-compiler-embeddable</artifactId>
541 </dependency>
542 <dependency>
543 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500544 <artifactId>kotlin-scripting-jvm-host</artifactId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500545 <!--Use kotlin-compiler-embeddable as koltin-compiler wrap-->
546 <!--guava dependency creating classpath issues at runtime-->
547 <exclusions>
548 <exclusion>
549 <groupId>org.jetbrains.kotlin</groupId>
550 <artifactId>kotlin-compiler</artifactId>
551 </exclusion>
552 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500553 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500554 <!-- GRPC Dependencies -->
555 <dependency>
556 <groupId>io.grpc</groupId>
557 <artifactId>grpc-netty</artifactId>
558 </dependency>
559 <dependency>
560 <groupId>io.grpc</groupId>
561 <artifactId>grpc-protobuf</artifactId>
562 </dependency>
563 <dependency>
564 <groupId>io.grpc</groupId>
565 <artifactId>grpc-stub</artifactId>
566 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500567 <dependency>
568 <groupId>com.google.protobuf</groupId>
569 <artifactId>protobuf-java-util</artifactId>
570 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000571 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500572
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000573 <build>
574 <plugins>
575 <plugin>
576 <groupId>org.jetbrains.kotlin</groupId>
577 <artifactId>kotlin-maven-plugin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500578 <version>${kotlin.maven.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000579 <executions>
580 <execution>
581 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500582 <goals>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000583 <goal>compile</goal>
584 </goals>
585 <configuration>
586 <sourceDirs>
587 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
588 <sourceDir>${project.basedir}/src/main/java</sourceDir>
589 </sourceDirs>
590 </configuration>
591 </execution>
592 <execution>
593 <id>test-compile</id>
594 <goals>
595 <goal>test-compile</goal>
596 </goals>
597 <configuration>
598 <sourceDirs>
599 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
600 <sourceDir>${project.basedir}/src/test/java</sourceDir>
601 </sourceDirs>
602 </configuration>
603 </execution>
604 </executions>
605 </plugin>
606 <plugin>
607 <groupId>org.apache.maven.plugins</groupId>
608 <artifactId>maven-compiler-plugin</artifactId>
609 <version>3.5.1</version>
610 <configuration>
611 <source>${maven.compiler.source}</source>
612 <target>${maven.compiler.target}</target>
613 </configuration>
614 </plugin>
615 </plugins>
616 </build>
617</project>