blob: c99b84f45396962458d2c642255fbb2017c50fdc [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>
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>
Brinda Santhbc95a552019-04-10 18:14:44 -0400316 <artifactId>grpc-lib</artifactId>
317 <version>${project.version}</version>
318 </dependency>
319 <dependency>
320 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000321 <artifactId>execution-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)cbbe0ea2018-11-13 16:47:33 -0500326 <artifactId>workflow-service</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>resource-api</artifactId>
332 <version>${project.version}</version>
333 </dependency>
334 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400335 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000336 <artifactId>selfservice-api</artifactId>
337 <version>${project.version}</version>
338 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400339 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400340 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400341 <artifactId>application</artifactId>
342 <version>${project.version}</version>
343 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000344
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500345 <!-- Functions -->
346 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400347 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500348 <artifactId>resource-resolution</artifactId>
349 <version>${project.version}</version>
350 </dependency>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500351 <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>python-executor</artifactId>
354 <version>${project.version}</version>
355 </dependency>
356 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400357 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500358 <artifactId>netconf-executor</artifactId>
359 <version>${project.version}</version>
360 </dependency>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500361 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400362 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500363 <artifactId>restconf-executor</artifactId>
364 <version>${project.version}</version>
365 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500366
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400367 <!-- Controller Blueprints Application Dependency -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000368 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400369 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000370 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500371 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000372 </dependency>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500373 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400374 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -0500375 <artifactId>blueprint-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500376 <version>${project.version}</version>
377 </dependency>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500378 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400379 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500380 <artifactId>blueprint-scripts</artifactId>
381 <version>${project.version}</version>
382 </dependency>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500383 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400384 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400385 <artifactId>db-resources</artifactId>
386 <version>${project.version}</version>
387 </dependency>
388 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400389 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500390 <artifactId>blueprint-validation</artifactId>
391 <version>${project.version}</version>
392 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000393
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000394 <!-- Database -->
395 <dependency>
396 <groupId>com.h2database</groupId>
397 <artifactId>h2</artifactId>
398 <version>${h2database.version}</version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500399 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000400 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400401
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000402 <!-- Test Dependency -->
403 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500404 <groupId>io.mockk</groupId>
405 <artifactId>mockk</artifactId>
406 <version>${mockk.version}</version>
407 <scope>test</scope>
408 </dependency>
409 <dependency>
Steve Siani81ff21b2019-04-08 10:38:41 -0400410 <groupId>org.mock-server</groupId>
411 <artifactId>mockserver-netty</artifactId>
412 <version>${mockkserver.version}</version>
413 <scope>test</scope>
414 </dependency>
415 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400416 <groupId>org.powermock</groupId>
417 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500418 <version>${powermock.version}</version>
Brinda Santhafbc1522018-08-23 23:34:05 -0400419 <scope>test</scope>
420 </dependency>
421 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000422 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500423 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000424 <version>${kotlin.version}</version>
425 <scope>test</scope>
426 </dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500427 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500428 <groupId>org.jetbrains.kotlinx</groupId>
429 <artifactId>kotlinx-coroutines-test</artifactId>
430 <version>${kotlin.couroutines.version}</version>
431 <scope>test</scope>
432 </dependency>
433 <dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500434 <groupId>io.grpc</groupId>
435 <artifactId>grpc-testing</artifactId>
436 <version>${grpc.version}</version>
437 <scope>test</scope>
438 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000439 </dependencies>
440 </dependencyManagement>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000441
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500442 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000443 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500444 <groupId>org.apache.commons</groupId>
445 <artifactId>commons-lang3</artifactId>
446 </dependency>
447 <dependency>
448 <groupId>commons-collections</groupId>
449 <artifactId>commons-collections</artifactId>
450 </dependency>
451 <dependency>
452 <groupId>commons-io</groupId>
453 <artifactId>commons-io</artifactId>
454 </dependency>
455 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500456 <groupId>org.apache.commons</groupId>
457 <artifactId>commons-compress</artifactId>
458 </dependency>
459 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500460 <groupId>com.jayway.jsonpath</groupId>
461 <artifactId>json-path</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400462 <exclusions>
463 <exclusion>
464 <groupId>org.slf4j</groupId>
465 <artifactId>slf4j-api</artifactId>
466 </exclusion>
467 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500468 </dependency>
469 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500470 <groupId>com.google.guava</groupId>
471 <artifactId>guava</artifactId>
472 </dependency>
473 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500474 <groupId>io.springfox</groupId>
475 <artifactId>springfox-swagger2</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400476 <exclusions>
477 <exclusion>
478 <groupId>org.slf4j</groupId>
479 <artifactId>slf4j-api</artifactId>
480 </exclusion>
481 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500482 </dependency>
483 <dependency>
484 <groupId>io.springfox</groupId>
485 <artifactId>springfox-swagger-ui</artifactId>
486 </dependency>
487 <dependency>
488 <groupId>org.jetbrains.kotlin</groupId>
489 <artifactId>kotlin-stdlib</artifactId>
490 </dependency>
491 <dependency>
492 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500493 <artifactId>kotlin-script-util</artifactId>
494 </dependency>
495 <dependency>
496 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500497 <artifactId>kotlin-stdlib-jdk8</artifactId>
498 </dependency>
499 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500500 <groupId>org.jetbrains.kotlinx</groupId>
501 <artifactId>kotlinx-coroutines-core</artifactId>
502 </dependency>
503 <dependency>
504 <groupId>org.jetbrains.kotlinx</groupId>
505 <artifactId>kotlinx-coroutines-reactor</artifactId>
506 </dependency>
507 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500508 <groupId>com.fasterxml.jackson.module</groupId>
509 <artifactId>jackson-module-kotlin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000510 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500511 <dependency>
512 <groupId>org.jetbrains.kotlin</groupId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500513 <artifactId>kotlin-compiler-embeddable</artifactId>
514 </dependency>
515 <dependency>
516 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500517 <artifactId>kotlin-scripting-jvm-host</artifactId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500518 <!--Use kotlin-compiler-embeddable as koltin-compiler wrap-->
519 <!--guava dependency creating classpath issues at runtime-->
520 <exclusions>
521 <exclusion>
522 <groupId>org.jetbrains.kotlin</groupId>
523 <artifactId>kotlin-compiler</artifactId>
524 </exclusion>
525 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500526 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500527 <!-- GRPC Dependencies -->
528 <dependency>
529 <groupId>io.grpc</groupId>
530 <artifactId>grpc-netty</artifactId>
531 </dependency>
532 <dependency>
533 <groupId>io.grpc</groupId>
534 <artifactId>grpc-protobuf</artifactId>
535 </dependency>
536 <dependency>
537 <groupId>io.grpc</groupId>
538 <artifactId>grpc-stub</artifactId>
539 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500540 <dependency>
541 <groupId>com.google.protobuf</groupId>
542 <artifactId>protobuf-java-util</artifactId>
543 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000544 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500545
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000546 <build>
547 <plugins>
548 <plugin>
549 <groupId>org.jetbrains.kotlin</groupId>
550 <artifactId>kotlin-maven-plugin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500551 <version>${kotlin.maven.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000552 <executions>
553 <execution>
554 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500555 <goals>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000556 <goal>compile</goal>
557 </goals>
558 <configuration>
559 <sourceDirs>
560 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
561 <sourceDir>${project.basedir}/src/main/java</sourceDir>
562 </sourceDirs>
563 </configuration>
564 </execution>
565 <execution>
566 <id>test-compile</id>
567 <goals>
568 <goal>test-compile</goal>
569 </goals>
570 <configuration>
571 <sourceDirs>
572 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
573 <sourceDir>${project.basedir}/src/test/java</sourceDir>
574 </sourceDirs>
575 </configuration>
576 </execution>
577 </executions>
578 </plugin>
579 <plugin>
580 <groupId>org.apache.maven.plugins</groupId>
581 <artifactId>maven-compiler-plugin</artifactId>
582 <version>3.5.1</version>
583 <configuration>
584 <source>${maven.compiler.source}</source>
585 <target>${maven.compiler.target}</target>
586 </configuration>
587 </plugin>
588 </plugins>
589 </build>
590</project>