blob: 0ad56666965368d39763c6702dedf40e164d4940 [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)743f1dc2019-03-14 13:55:01 -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)5da3a812019-03-19 16:31:51 -040024 <version>0.4.2-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>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000042 <eelf.version>1.0.0</eelf.version>
Muthuramalingam, Brinda Santh40072d32019-03-27 13:22:51 -040043 <sli.version>0.4.2-SNAPSHOT</sli.version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050044 <guava.version>27.0.1-jre</guava.version>
Muthuramalingam, Brinda Santh(bs2796)d2ec19b2018-11-19 12:48:31 -050045 <jython.version>2.7.1</jython.version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000046 <springfox.swagger2.version>2.9.2</springfox.swagger2.version>
47 <h2database.version>1.4.197</h2database.version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050048 <onap.logger.slf4j>1.2.2</onap.logger.slf4j>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050049 <powermock.version>1.7.4</powermock.version>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -050050 <mockk.version>1.9</mockk.version>
janani b11b7e742019-03-19 19:37:13 +053051 <dmaap.client.version>1.1.5</dmaap.client.version>
Steve Sianif7d891d2019-04-03 15:23:27 -040052 <jinja.version>2.5.0</jinja.version>
Steve Siani81ff21b2019-04-08 10:38:41 -040053 <mockkserver.version>5.5.1</mockkserver.version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000054 </properties>
55 <dependencyManagement>
56 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000057 <!-- Spring Boot -->
58 <dependency>
59 <groupId>org.springframework.boot</groupId>
60 <artifactId>spring-boot-starter-parent</artifactId>
61 <version>${spring.boot.version}</version>
62 <type>pom</type>
63 <scope>import</scope>
64 </dependency>
65
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050066 <!--Swagger Dependencies -->
67 <dependency>
68 <groupId>io.springfox</groupId>
69 <artifactId>springfox-swagger2</artifactId>
70 <version>${springfox.swagger2.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -040071 <exclusions>
72 <exclusion>
73 <groupId>org.slf4j</groupId>
74 <artifactId>slf4j-api</artifactId>
75 </exclusion>
76 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050077 </dependency>
78 <dependency>
79 <groupId>io.springfox</groupId>
80 <artifactId>springfox-swagger-ui</artifactId>
81 <version>${springfox.swagger2.version}</version>
82 </dependency>
83
84 <!-- Common Utils Dependencies -->
85 <dependency>
86 <groupId>org.apache.commons</groupId>
87 <artifactId>commons-lang3</artifactId>
88 <version>3.2.1</version>
89 </dependency>
90 <dependency>
91 <groupId>commons-collections</groupId>
92 <artifactId>commons-collections</artifactId>
93 <version>3.2.2</version>
94 </dependency>
95 <dependency>
96 <groupId>commons-io</groupId>
97 <artifactId>commons-io</artifactId>
98 <version>2.6</version>
99 </dependency>
100 <dependency>
101 <groupId>org.apache.commons</groupId>
102 <artifactId>commons-compress</artifactId>
103 <version>1.15</version>
104 </dependency>
105 <dependency>
106 <groupId>org.apache.velocity</groupId>
107 <artifactId>velocity</artifactId>
108 <version>1.7</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400109 <exclusions>
110 <exclusion>
111 <groupId>org.slf4j</groupId>
112 <artifactId>slf4j-api</artifactId>
113 </exclusion>
114 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500115 </dependency>
116 <dependency>
Steve Sianif7d891d2019-04-03 15:23:27 -0400117 <groupId>com.hubspot.jinjava</groupId>
118 <artifactId>jinjava</artifactId>
119 <version>${jinja.version}</version>
120 </dependency>
121 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500122 <groupId>com.google.guava</groupId>
123 <artifactId>guava</artifactId>
124 <version>${guava.version}</version>
125 </dependency>
126 <dependency>
127 <groupId>org.python</groupId>
128 <artifactId>jython-standalone</artifactId>
129 <version>${jython.version}</version>
130 </dependency>
131
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000132 <!-- Kotlin Dependencies -->
133 <dependency>
134 <groupId>org.jetbrains.kotlin</groupId>
135 <artifactId>kotlin-stdlib</artifactId>
136 <version>${kotlin.version}</version>
137 </dependency>
138 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500139 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500140 <artifactId>kotlin-stdlib-common</artifactId>
141 <version>${kotlin.version}</version>
142 </dependency>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500143 <!--Use kotlin-compiler-embeddable instead koltin-compiler wrap-->
144 <!--guava dependency inside kotlin-compiler creating classpath issues at runtime-->
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500145 <dependency>
146 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500147 <artifactId>kotlin-scripting-jvm-host</artifactId>
148 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500149 <exclusions>
150 <exclusion>
151 <groupId>org.jetbrains.kotlin</groupId>
152 <artifactId>kotlin-compile</artifactId>
153 </exclusion>
154 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500155 </dependency>
156 <dependency>
157 <groupId>org.jetbrains.kotlin</groupId>
158 <artifactId>kotlin-compiler-embeddable</artifactId>
159 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500160 </dependency>
161 <dependency>
162 <groupId>org.jetbrains.kotlin</groupId>
163 <artifactId>kotlin-script-util</artifactId>
164 <version>${kotlin.version}</version>
165 </dependency>
166 <dependency>
167 <groupId>org.jetbrains.kotlin</groupId>
168 <artifactId>kotlin-script-runtime</artifactId>
169 <version>${kotlin.version}</version>
170 </dependency>
171 <dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500172 <groupId>org.jetbrains.kotlinx</groupId>
173 <artifactId>kotlinx-coroutines-core</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500174 <version>${kotlin.couroutines.version}</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000175 </dependency>
176 <dependency>
Muthuramalingam, Brinda Santh(bs2796)cf6cf512018-12-20 11:16:31 -0500177 <groupId>org.jetbrains.kotlinx</groupId>
178 <artifactId>kotlinx-coroutines-reactor</artifactId>
179 <version>${kotlin.couroutines.version}</version>
180 </dependency>
181 <dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000182 <groupId>org.jetbrains.kotlin</groupId>
183 <artifactId>kotlin-reflect</artifactId>
184 <version>${kotlin.version}</version>
185 </dependency>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500186 <dependency>
187 <groupId>org.jetbrains.kotlin</groupId>
188 <artifactId>kotlin-stdlib-jdk8</artifactId>
189 <version>${kotlin.version}</version>
190 </dependency>
191 <dependency>
192 <groupId>org.jetbrains.kotlin</groupId>
193 <artifactId>kotlin-stdlib-jdk7</artifactId>
194 <version>${kotlin.version}</version>
195 </dependency>
196
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500197 <!-- GRPC Dependencies -->
198 <dependency>
199 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500200 <artifactId>grpc-core</artifactId>
201 <version>${grpc.version}</version>
202 </dependency>
203 <dependency>
204 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500205 <artifactId>grpc-netty</artifactId>
206 <version>${grpc.version}</version>
207 </dependency>
208 <dependency>
209 <groupId>io.grpc</groupId>
210 <artifactId>grpc-protobuf</artifactId>
211 <version>${grpc.version}</version>
212 </dependency>
213 <dependency>
214 <groupId>io.grpc</groupId>
215 <artifactId>grpc-stub</artifactId>
216 <version>${grpc.version}</version>
217 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500218 <dependency>
219 <groupId>com.google.protobuf</groupId>
220 <artifactId>protobuf-java-util</artifactId>
221 <version>${protobuff.java.utils.version}</version>
222 </dependency>
Alexis de Talhouëtee02d9a2019-03-04 10:22:04 -0500223 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400224 <groupId>org.onap.ccsdk.cds.components</groupId>
Alexis de Talhouëtee02d9a2019-03-04 10:22:04 -0500225 <artifactId>proto-definition</artifactId>
226 <version>${project.version}</version>
227 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500228
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400229 <!-- Adaptors -->
230 <dependency>
231 <groupId>org.apache.sshd</groupId>
232 <artifactId>sshd-core</artifactId>
233 <version>${sshd.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400234 <exclusions>
235 <exclusion>
236 <groupId>org.slf4j</groupId>
237 <artifactId>slf4j-api</artifactId>
238 </exclusion>
239 </exclusions>
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400240 </dependency>
241 <dependency>
242 <groupId>com.jcraft</groupId>
243 <artifactId>jsch</artifactId>
244 <version>${jsch.version}</version>
245 </dependency>
246
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500247 <!-- SLI Version -->
248 <dependency>
249 <groupId>org.onap.ccsdk.sli.core</groupId>
250 <artifactId>sli-provider</artifactId>
251 <version>${sli.version}</version>
252 <exclusions>
253 <exclusion>
254 <groupId>commons-lang</groupId>
255 <artifactId>commons-lang</artifactId>
256 </exclusion>
257 <exclusion>
258 <groupId>org.apache.commons</groupId>
259 <artifactId>*</artifactId>
260 </exclusion>
261 <exclusion>
262 <groupId>org.slf4j</groupId>
263 <artifactId>*</artifactId>
264 </exclusion>
265 <exclusion>
266 <groupId>org.opendaylight.mdsal.model</groupId>
267 <artifactId>*</artifactId>
268 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)66439ec2018-12-17 11:15:28 -0500269 <exclusion>
270 <groupId>org.opendaylight.controller</groupId>
271 <artifactId>*</artifactId>
272 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500273 <exclusion>
274 <groupId>org.apache.tomcat</groupId>
275 <artifactId>*</artifactId>
276 </exclusion>
277 <exclusion>
278 <groupId>org.apache.karaf.shell</groupId>
279 <artifactId>*</artifactId>
280 </exclusion>
281 <exclusion>
282 <groupId>org.mariadb.jdbc</groupId>
283 <artifactId>*</artifactId>
284 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500285 <exclusion>
286 <groupId>org.powermock</groupId>
287 <artifactId>*</artifactId>
288 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500289 </exclusions>
290 </dependency>
291
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000292
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400293 <!-- Blueprint Processor Application Module Dependencies -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000294 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400295 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400296 <artifactId>processor-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500297 <version>${project.version}</version>
298 </dependency>
299 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400300 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000301 <artifactId>db-lib</artifactId>
302 <version>${project.version}</version>
303 </dependency>
304 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400305 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000306 <artifactId>rest-lib</artifactId>
307 <version>${project.version}</version>
308 </dependency>
309 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400310 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400311 <artifactId>dmaap-lib</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000312 <version>${project.version}</version>
313 </dependency>
314 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400315 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000316 <artifactId>execution-service</artifactId>
317 <version>${project.version}</version>
318 </dependency>
319 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400320 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500321 <artifactId>workflow-service</artifactId>
322 <version>${project.version}</version>
323 </dependency>
324 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400325 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000326 <artifactId>resource-api</artifactId>
327 <version>${project.version}</version>
328 </dependency>
329 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400330 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000331 <artifactId>selfservice-api</artifactId>
332 <version>${project.version}</version>
333 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400334 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400335 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400336 <artifactId>application</artifactId>
337 <version>${project.version}</version>
338 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000339
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500340 <!-- Functions -->
341 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400342 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500343 <artifactId>resource-resolution</artifactId>
344 <version>${project.version}</version>
345 </dependency>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500346 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400347 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500348 <artifactId>python-executor</artifactId>
349 <version>${project.version}</version>
350 </dependency>
351 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400352 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500353 <artifactId>netconf-executor</artifactId>
354 <version>${project.version}</version>
355 </dependency>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500356 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400357 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500358 <artifactId>restconf-executor</artifactId>
359 <version>${project.version}</version>
360 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500361
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400362 <!-- Controller Blueprints Application Dependency -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000363 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400364 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000365 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500366 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000367 </dependency>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500368 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400369 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -0500370 <artifactId>blueprint-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500371 <version>${project.version}</version>
372 </dependency>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500373 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400374 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500375 <artifactId>blueprint-scripts</artifactId>
376 <version>${project.version}</version>
377 </dependency>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500378 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400379 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400380 <artifactId>db-resources</artifactId>
381 <version>${project.version}</version>
382 </dependency>
383 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400384 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500385 <artifactId>blueprint-validation</artifactId>
386 <version>${project.version}</version>
387 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000388
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000389 <!-- Database -->
390 <dependency>
391 <groupId>com.h2database</groupId>
392 <artifactId>h2</artifactId>
393 <version>${h2database.version}</version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500394 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000395 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400396
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000397 <!-- Test Dependency -->
398 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500399 <groupId>io.mockk</groupId>
400 <artifactId>mockk</artifactId>
401 <version>${mockk.version}</version>
402 <scope>test</scope>
403 </dependency>
404 <dependency>
Steve Siani81ff21b2019-04-08 10:38:41 -0400405 <groupId>org.mock-server</groupId>
406 <artifactId>mockserver-netty</artifactId>
407 <version>${mockkserver.version}</version>
408 <scope>test</scope>
409 </dependency>
410 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400411 <groupId>org.powermock</groupId>
412 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500413 <version>${powermock.version}</version>
Brinda Santhafbc1522018-08-23 23:34:05 -0400414 <scope>test</scope>
415 </dependency>
416 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000417 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500418 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000419 <version>${kotlin.version}</version>
420 <scope>test</scope>
421 </dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500422 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500423 <groupId>org.jetbrains.kotlinx</groupId>
424 <artifactId>kotlinx-coroutines-test</artifactId>
425 <version>${kotlin.couroutines.version}</version>
426 <scope>test</scope>
427 </dependency>
428 <dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500429 <groupId>io.grpc</groupId>
430 <artifactId>grpc-testing</artifactId>
431 <version>${grpc.version}</version>
432 <scope>test</scope>
433 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000434 </dependencies>
435 </dependencyManagement>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000436
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500437 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000438 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500439 <groupId>org.apache.commons</groupId>
440 <artifactId>commons-lang3</artifactId>
441 </dependency>
442 <dependency>
443 <groupId>commons-collections</groupId>
444 <artifactId>commons-collections</artifactId>
445 </dependency>
446 <dependency>
447 <groupId>commons-io</groupId>
448 <artifactId>commons-io</artifactId>
449 </dependency>
450 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500451 <groupId>org.apache.commons</groupId>
452 <artifactId>commons-compress</artifactId>
453 </dependency>
454 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500455 <groupId>com.jayway.jsonpath</groupId>
456 <artifactId>json-path</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400457 <exclusions>
458 <exclusion>
459 <groupId>org.slf4j</groupId>
460 <artifactId>slf4j-api</artifactId>
461 </exclusion>
462 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500463 </dependency>
464 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500465 <groupId>com.google.guava</groupId>
466 <artifactId>guava</artifactId>
467 </dependency>
468 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500469 <groupId>io.springfox</groupId>
470 <artifactId>springfox-swagger2</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400471 <exclusions>
472 <exclusion>
473 <groupId>org.slf4j</groupId>
474 <artifactId>slf4j-api</artifactId>
475 </exclusion>
476 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500477 </dependency>
478 <dependency>
479 <groupId>io.springfox</groupId>
480 <artifactId>springfox-swagger-ui</artifactId>
481 </dependency>
482 <dependency>
483 <groupId>org.jetbrains.kotlin</groupId>
484 <artifactId>kotlin-stdlib</artifactId>
485 </dependency>
486 <dependency>
487 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500488 <artifactId>kotlin-script-util</artifactId>
489 </dependency>
490 <dependency>
491 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500492 <artifactId>kotlin-stdlib-jdk8</artifactId>
493 </dependency>
494 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500495 <groupId>org.jetbrains.kotlinx</groupId>
496 <artifactId>kotlinx-coroutines-core</artifactId>
497 </dependency>
498 <dependency>
499 <groupId>org.jetbrains.kotlinx</groupId>
500 <artifactId>kotlinx-coroutines-reactor</artifactId>
501 </dependency>
502 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500503 <groupId>com.fasterxml.jackson.module</groupId>
504 <artifactId>jackson-module-kotlin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000505 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500506 <dependency>
507 <groupId>org.jetbrains.kotlin</groupId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500508 <artifactId>kotlin-compiler-embeddable</artifactId>
509 </dependency>
510 <dependency>
511 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500512 <artifactId>kotlin-scripting-jvm-host</artifactId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500513 <!--Use kotlin-compiler-embeddable as koltin-compiler wrap-->
514 <!--guava dependency creating classpath issues at runtime-->
515 <exclusions>
516 <exclusion>
517 <groupId>org.jetbrains.kotlin</groupId>
518 <artifactId>kotlin-compiler</artifactId>
519 </exclusion>
520 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500521 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500522 <!-- GRPC Dependencies -->
523 <dependency>
524 <groupId>io.grpc</groupId>
525 <artifactId>grpc-netty</artifactId>
526 </dependency>
527 <dependency>
528 <groupId>io.grpc</groupId>
529 <artifactId>grpc-protobuf</artifactId>
530 </dependency>
531 <dependency>
532 <groupId>io.grpc</groupId>
533 <artifactId>grpc-stub</artifactId>
534 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500535 <dependency>
536 <groupId>com.google.protobuf</groupId>
537 <artifactId>protobuf-java-util</artifactId>
538 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000539 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500540
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000541 <build>
542 <plugins>
543 <plugin>
544 <groupId>org.jetbrains.kotlin</groupId>
545 <artifactId>kotlin-maven-plugin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500546 <version>${kotlin.maven.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000547 <executions>
548 <execution>
549 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500550 <goals>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000551 <goal>compile</goal>
552 </goals>
553 <configuration>
554 <sourceDirs>
555 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
556 <sourceDir>${project.basedir}/src/main/java</sourceDir>
557 </sourceDirs>
558 </configuration>
559 </execution>
560 <execution>
561 <id>test-compile</id>
562 <goals>
563 <goal>test-compile</goal>
564 </goals>
565 <configuration>
566 <sourceDirs>
567 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
568 <sourceDir>${project.basedir}/src/test/java</sourceDir>
569 </sourceDirs>
570 </configuration>
571 </execution>
572 </executions>
573 </plugin>
574 <plugin>
575 <groupId>org.apache.maven.plugins</groupId>
576 <artifactId>maven-compiler-plugin</artifactId>
577 <version>3.5.1</version>
578 <configuration>
579 <source>${maven.compiler.source}</source>
580 <target>${maven.compiler.target}</target>
581 </configuration>
582 </plugin>
583 </plugins>
584 </build>
585</project>