blob: 4343ff67d86c179cd535a5e029e9f89f6bb8e5e9 [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 ~
Brinda Santhafbc1522018-08-23 23:34:05 -04005 ~ Modifications Copyright © 2018 IBM.
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -05006 ~ Modifications Copyright © 2019 Bell Canada.
Brinda Santhafbc1522018-08-23 23:34:05 -04007 ~
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00008 ~ Licensed under the Apache License, Version 2.0 (the "License");
9 ~ you may not use this file except in compliance with the License.
10 ~ You may obtain a copy of the License at
11 ~
12 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~
14 ~ Unless required by applicable law or agreed to in writing, software
15 ~ distributed under the License is distributed on an "AS IS" BASIS,
16 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 ~ See the License for the specific language governing permissions and
18 ~ limitations under the License.
19 -->
Timoney, Dan (dt5972)743f1dc2019-03-14 13:55:01 -040020<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 +000021 <modelVersion>4.0.0</modelVersion>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000022 <parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040023 <groupId>org.onap.ccsdk.cds</groupId>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000024 <artifactId>blueprintsprocessor</artifactId>
Timoney, Dan (dt5972)5da3a812019-03-19 16:31:51 -040025 <version>0.4.2-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000026 </parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040027 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000028 <artifactId>parent</artifactId>
29 <packaging>pom</packaging>
30 <name>Blueprints Processor Parent</name>
31 <description>Blueprints Processor Parent</description>
32 <properties>
Muthuramalingam, Brinda Santh0613ae82019-02-18 15:10:25 -050033 <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
Muthuramalingam, Brinda Santh6f6a3c02019-02-27 20:47:17 -050034 <spring.boot.version>2.1.3.RELEASE</spring.boot.version>
35 <spring.version>5.1.5.RELEASE</spring.version>
36 <kotlin.version>1.3.21</kotlin.version>
37 <kotlin.maven.version>1.3.21</kotlin.maven.version>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -050038 <kotlin.couroutines.version>1.1.1</kotlin.couroutines.version>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -050039 <grpc.version>1.18.0</grpc.version>
Alexis de Talhouëtc16b2a02019-03-27 17:20:06 -040040 <sshd.version>2.2.0</sshd.version>
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -040041 <jsch.version>0.1.55</jsch.version>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -050042 <protobuff.java.utils.version>3.6.1</protobuff.java.utils.version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000043 <eelf.version>1.0.0</eelf.version>
Timoney, Dan (dt5972)d7d47b42019-01-04 10:43:33 -050044 <sli.version>0.4.1-SNAPSHOT</sli.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>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000053 </properties>
54 <dependencyManagement>
55 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000056 <!-- Spring Boot -->
57 <dependency>
58 <groupId>org.springframework.boot</groupId>
59 <artifactId>spring-boot-starter-parent</artifactId>
60 <version>${spring.boot.version}</version>
61 <type>pom</type>
62 <scope>import</scope>
63 </dependency>
64
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050065 <!--Swagger Dependencies -->
66 <dependency>
67 <groupId>io.springfox</groupId>
68 <artifactId>springfox-swagger2</artifactId>
69 <version>${springfox.swagger2.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -040070 <exclusions>
71 <exclusion>
72 <groupId>org.slf4j</groupId>
73 <artifactId>slf4j-api</artifactId>
74 </exclusion>
75 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -050076 </dependency>
77 <dependency>
78 <groupId>io.springfox</groupId>
79 <artifactId>springfox-swagger-ui</artifactId>
80 <version>${springfox.swagger2.version}</version>
81 </dependency>
82
83 <!-- Common Utils Dependencies -->
84 <dependency>
85 <groupId>org.apache.commons</groupId>
86 <artifactId>commons-lang3</artifactId>
87 <version>3.2.1</version>
88 </dependency>
89 <dependency>
90 <groupId>commons-collections</groupId>
91 <artifactId>commons-collections</artifactId>
92 <version>3.2.2</version>
93 </dependency>
94 <dependency>
95 <groupId>commons-io</groupId>
96 <artifactId>commons-io</artifactId>
97 <version>2.6</version>
98 </dependency>
99 <dependency>
100 <groupId>org.apache.commons</groupId>
101 <artifactId>commons-compress</artifactId>
102 <version>1.15</version>
103 </dependency>
104 <dependency>
105 <groupId>org.apache.velocity</groupId>
106 <artifactId>velocity</artifactId>
107 <version>1.7</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400108 <exclusions>
109 <exclusion>
110 <groupId>org.slf4j</groupId>
111 <artifactId>slf4j-api</artifactId>
112 </exclusion>
113 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500114 </dependency>
115 <dependency>
116 <groupId>com.google.guava</groupId>
117 <artifactId>guava</artifactId>
118 <version>${guava.version}</version>
119 </dependency>
120 <dependency>
121 <groupId>org.python</groupId>
122 <artifactId>jython-standalone</artifactId>
123 <version>${jython.version}</version>
124 </dependency>
125
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000126 <!-- Kotlin Dependencies -->
127 <dependency>
128 <groupId>org.jetbrains.kotlin</groupId>
129 <artifactId>kotlin-stdlib</artifactId>
130 <version>${kotlin.version}</version>
131 </dependency>
132 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500133 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500134 <artifactId>kotlin-stdlib-common</artifactId>
135 <version>${kotlin.version}</version>
136 </dependency>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500137 <!--Use kotlin-compiler-embeddable instead koltin-compiler wrap-->
138 <!--guava dependency inside kotlin-compiler creating classpath issues at runtime-->
Muthuramalingam, Brinda Santh94df5102019-01-23 11:42:13 -0500139 <dependency>
140 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500141 <artifactId>kotlin-scripting-jvm-host</artifactId>
142 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santhb20d5172019-01-25 20:17:35 -0500143 <exclusions>
144 <exclusion>
145 <groupId>org.jetbrains.kotlin</groupId>
146 <artifactId>kotlin-compile</artifactId>
147 </exclusion>
148 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500149 </dependency>
150 <dependency>
151 <groupId>org.jetbrains.kotlin</groupId>
152 <artifactId>kotlin-compiler-embeddable</artifactId>
153 <version>${kotlin.version}</version>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500154 </dependency>
155 <dependency>
156 <groupId>org.jetbrains.kotlin</groupId>
157 <artifactId>kotlin-script-util</artifactId>
158 <version>${kotlin.version}</version>
159 </dependency>
160 <dependency>
161 <groupId>org.jetbrains.kotlin</groupId>
162 <artifactId>kotlin-script-runtime</artifactId>
163 <version>${kotlin.version}</version>
164 </dependency>
165 <dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500166 <groupId>org.jetbrains.kotlinx</groupId>
167 <artifactId>kotlinx-coroutines-core</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500168 <version>${kotlin.couroutines.version}</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000169 </dependency>
170 <dependency>
Muthuramalingam, Brinda Santh(bs2796)cf6cf512018-12-20 11:16:31 -0500171 <groupId>org.jetbrains.kotlinx</groupId>
172 <artifactId>kotlinx-coroutines-reactor</artifactId>
173 <version>${kotlin.couroutines.version}</version>
174 </dependency>
175 <dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000176 <groupId>org.jetbrains.kotlin</groupId>
177 <artifactId>kotlin-reflect</artifactId>
178 <version>${kotlin.version}</version>
179 </dependency>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500180 <dependency>
181 <groupId>org.jetbrains.kotlin</groupId>
182 <artifactId>kotlin-stdlib-jdk8</artifactId>
183 <version>${kotlin.version}</version>
184 </dependency>
185 <dependency>
186 <groupId>org.jetbrains.kotlin</groupId>
187 <artifactId>kotlin-stdlib-jdk7</artifactId>
188 <version>${kotlin.version}</version>
189 </dependency>
190
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500191 <!-- GRPC Dependencies -->
192 <dependency>
193 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500194 <artifactId>grpc-core</artifactId>
195 <version>${grpc.version}</version>
196 </dependency>
197 <dependency>
198 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500199 <artifactId>grpc-netty</artifactId>
200 <version>${grpc.version}</version>
201 </dependency>
202 <dependency>
203 <groupId>io.grpc</groupId>
204 <artifactId>grpc-protobuf</artifactId>
205 <version>${grpc.version}</version>
206 </dependency>
207 <dependency>
208 <groupId>io.grpc</groupId>
209 <artifactId>grpc-stub</artifactId>
210 <version>${grpc.version}</version>
211 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500212 <dependency>
213 <groupId>com.google.protobuf</groupId>
214 <artifactId>protobuf-java-util</artifactId>
215 <version>${protobuff.java.utils.version}</version>
216 </dependency>
Alexis de Talhouëtee02d9a2019-03-04 10:22:04 -0500217 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400218 <groupId>org.onap.ccsdk.cds.components</groupId>
Alexis de Talhouëtee02d9a2019-03-04 10:22:04 -0500219 <artifactId>proto-definition</artifactId>
220 <version>${project.version}</version>
221 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500222
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400223 <!-- Adaptors -->
224 <dependency>
225 <groupId>org.apache.sshd</groupId>
226 <artifactId>sshd-core</artifactId>
227 <version>${sshd.version}</version>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400228 <exclusions>
229 <exclusion>
230 <groupId>org.slf4j</groupId>
231 <artifactId>slf4j-api</artifactId>
232 </exclusion>
233 </exclusions>
Muthuramalingam, Brinda Santhab7895a2019-03-15 07:59:22 -0400234 </dependency>
235 <dependency>
236 <groupId>com.jcraft</groupId>
237 <artifactId>jsch</artifactId>
238 <version>${jsch.version}</version>
239 </dependency>
240
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500241 <!-- SLI Version -->
242 <dependency>
243 <groupId>org.onap.ccsdk.sli.core</groupId>
244 <artifactId>sli-provider</artifactId>
245 <version>${sli.version}</version>
246 <exclusions>
247 <exclusion>
248 <groupId>commons-lang</groupId>
249 <artifactId>commons-lang</artifactId>
250 </exclusion>
251 <exclusion>
252 <groupId>org.apache.commons</groupId>
253 <artifactId>*</artifactId>
254 </exclusion>
255 <exclusion>
256 <groupId>org.slf4j</groupId>
257 <artifactId>*</artifactId>
258 </exclusion>
259 <exclusion>
260 <groupId>org.opendaylight.mdsal.model</groupId>
261 <artifactId>*</artifactId>
262 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)66439ec2018-12-17 11:15:28 -0500263 <exclusion>
264 <groupId>org.opendaylight.controller</groupId>
265 <artifactId>*</artifactId>
266 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500267 <exclusion>
268 <groupId>org.apache.tomcat</groupId>
269 <artifactId>*</artifactId>
270 </exclusion>
271 <exclusion>
272 <groupId>org.apache.karaf.shell</groupId>
273 <artifactId>*</artifactId>
274 </exclusion>
275 <exclusion>
276 <groupId>org.mariadb.jdbc</groupId>
277 <artifactId>*</artifactId>
278 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500279 <exclusion>
280 <groupId>org.powermock</groupId>
281 <artifactId>*</artifactId>
282 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500283 </exclusions>
284 </dependency>
285
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000286
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400287 <!-- Blueprint Processor Application Module Dependencies -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000288 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400289 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400290 <artifactId>processor-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500291 <version>${project.version}</version>
292 </dependency>
293 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400294 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000295 <artifactId>db-lib</artifactId>
296 <version>${project.version}</version>
297 </dependency>
298 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400299 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000300 <artifactId>rest-lib</artifactId>
301 <version>${project.version}</version>
302 </dependency>
303 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400304 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400305 <artifactId>dmaap-lib</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000306 <version>${project.version}</version>
307 </dependency>
308 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400309 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000310 <artifactId>execution-service</artifactId>
311 <version>${project.version}</version>
312 </dependency>
313 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400314 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500315 <artifactId>workflow-service</artifactId>
316 <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>resource-api</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>selfservice-api</artifactId>
326 <version>${project.version}</version>
327 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400328 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400329 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400330 <artifactId>application</artifactId>
331 <version>${project.version}</version>
332 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000333
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500334 <!-- Functions -->
335 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400336 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500337 <artifactId>resource-resolution</artifactId>
338 <version>${project.version}</version>
339 </dependency>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500340 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400341 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500342 <artifactId>python-executor</artifactId>
343 <version>${project.version}</version>
344 </dependency>
345 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400346 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500347 <artifactId>netconf-executor</artifactId>
348 <version>${project.version}</version>
349 </dependency>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500350 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400351 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Muthuramalingam, Brinda Santh2f15f492019-02-12 15:53:39 -0500352 <artifactId>restconf-executor</artifactId>
353 <version>${project.version}</version>
354 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500355
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400356 <!-- Controller Blueprints Application Dependency -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000357 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400358 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000359 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500360 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000361 </dependency>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500362 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400363 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -0500364 <artifactId>blueprint-core</artifactId>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500365 <version>${project.version}</version>
366 </dependency>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500367 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400368 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd14fc12019-01-30 15:52:30 -0500369 <artifactId>blueprint-scripts</artifactId>
370 <version>${project.version}</version>
371 </dependency>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500372 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400373 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400374 <artifactId>db-resources</artifactId>
375 <version>${project.version}</version>
376 </dependency>
377 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400378 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh5ad9dd12019-02-22 10:14:24 -0500379 <artifactId>blueprint-validation</artifactId>
380 <version>${project.version}</version>
381 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000382
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000383 <!-- Database -->
384 <dependency>
385 <groupId>com.h2database</groupId>
386 <artifactId>h2</artifactId>
387 <version>${h2database.version}</version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500388 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000389 </dependency>
Muthuramalingam, Brinda Santhfd2d3f42019-03-11 11:41:37 -0400390
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000391 <!-- Test Dependency -->
392 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500393 <groupId>io.mockk</groupId>
394 <artifactId>mockk</artifactId>
395 <version>${mockk.version}</version>
396 <scope>test</scope>
397 </dependency>
398 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400399 <groupId>org.powermock</groupId>
400 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500401 <version>${powermock.version}</version>
Brinda Santhafbc1522018-08-23 23:34:05 -0400402 <scope>test</scope>
403 </dependency>
404 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000405 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500406 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000407 <version>${kotlin.version}</version>
408 <scope>test</scope>
409 </dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500410 <dependency>
Muthuramalingam, Brinda Santhb8236b92019-02-15 09:15:35 -0500411 <groupId>org.jetbrains.kotlinx</groupId>
412 <artifactId>kotlinx-coroutines-test</artifactId>
413 <version>${kotlin.couroutines.version}</version>
414 <scope>test</scope>
415 </dependency>
416 <dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500417 <groupId>io.grpc</groupId>
418 <artifactId>grpc-testing</artifactId>
419 <version>${grpc.version}</version>
420 <scope>test</scope>
421 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000422 </dependencies>
423 </dependencyManagement>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000424
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500425 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000426 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500427 <groupId>org.apache.commons</groupId>
428 <artifactId>commons-lang3</artifactId>
429 </dependency>
430 <dependency>
431 <groupId>commons-collections</groupId>
432 <artifactId>commons-collections</artifactId>
433 </dependency>
434 <dependency>
435 <groupId>commons-io</groupId>
436 <artifactId>commons-io</artifactId>
437 </dependency>
438 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500439 <groupId>org.apache.commons</groupId>
440 <artifactId>commons-compress</artifactId>
441 </dependency>
442 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500443 <groupId>com.jayway.jsonpath</groupId>
444 <artifactId>json-path</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400445 <exclusions>
446 <exclusion>
447 <groupId>org.slf4j</groupId>
448 <artifactId>slf4j-api</artifactId>
449 </exclusion>
450 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500451 </dependency>
452 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500453 <groupId>com.google.guava</groupId>
454 <artifactId>guava</artifactId>
455 </dependency>
456 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500457 <groupId>io.springfox</groupId>
458 <artifactId>springfox-swagger2</artifactId>
Alexis de Talhouëtc4efe032019-03-28 15:43:40 -0400459 <exclusions>
460 <exclusion>
461 <groupId>org.slf4j</groupId>
462 <artifactId>slf4j-api</artifactId>
463 </exclusion>
464 </exclusions>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500465 </dependency>
466 <dependency>
467 <groupId>io.springfox</groupId>
468 <artifactId>springfox-swagger-ui</artifactId>
469 </dependency>
470 <dependency>
471 <groupId>org.jetbrains.kotlin</groupId>
472 <artifactId>kotlin-stdlib</artifactId>
473 </dependency>
474 <dependency>
475 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500476 <artifactId>kotlin-script-util</artifactId>
477 </dependency>
478 <dependency>
479 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500480 <artifactId>kotlin-stdlib-jdk8</artifactId>
481 </dependency>
482 <dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500483 <groupId>org.jetbrains.kotlinx</groupId>
484 <artifactId>kotlinx-coroutines-core</artifactId>
485 </dependency>
486 <dependency>
487 <groupId>org.jetbrains.kotlinx</groupId>
488 <artifactId>kotlinx-coroutines-reactor</artifactId>
489 </dependency>
490 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500491 <groupId>com.fasterxml.jackson.module</groupId>
492 <artifactId>jackson-module-kotlin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000493 </dependency>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500494 <dependency>
495 <groupId>org.jetbrains.kotlin</groupId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500496 <artifactId>kotlin-compiler-embeddable</artifactId>
497 </dependency>
498 <dependency>
499 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500500 <artifactId>kotlin-scripting-jvm-host</artifactId>
Alexis de Talhouët4a65d472019-01-17 16:47:46 -0500501 <!--Use kotlin-compiler-embeddable as koltin-compiler wrap-->
502 <!--guava dependency creating classpath issues at runtime-->
503 <exclusions>
504 <exclusion>
505 <groupId>org.jetbrains.kotlin</groupId>
506 <artifactId>kotlin-compiler</artifactId>
507 </exclusion>
508 </exclusions>
Muthuramalingam, Brinda Santh3d281342019-01-11 11:30:40 -0500509 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500510 <!-- GRPC Dependencies -->
511 <dependency>
512 <groupId>io.grpc</groupId>
513 <artifactId>grpc-netty</artifactId>
514 </dependency>
515 <dependency>
516 <groupId>io.grpc</groupId>
517 <artifactId>grpc-protobuf</artifactId>
518 </dependency>
519 <dependency>
520 <groupId>io.grpc</groupId>
521 <artifactId>grpc-stub</artifactId>
522 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500523 <dependency>
524 <groupId>com.google.protobuf</groupId>
525 <artifactId>protobuf-java-util</artifactId>
526 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000527 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500528
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000529 <build>
530 <plugins>
531 <plugin>
532 <groupId>org.jetbrains.kotlin</groupId>
533 <artifactId>kotlin-maven-plugin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500534 <version>${kotlin.maven.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000535 <executions>
536 <execution>
537 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500538 <goals>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000539 <goal>compile</goal>
540 </goals>
541 <configuration>
542 <sourceDirs>
543 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
544 <sourceDir>${project.basedir}/src/main/java</sourceDir>
545 </sourceDirs>
546 </configuration>
547 </execution>
548 <execution>
549 <id>test-compile</id>
550 <goals>
551 <goal>test-compile</goal>
552 </goals>
553 <configuration>
554 <sourceDirs>
555 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
556 <sourceDir>${project.basedir}/src/test/java</sourceDir>
557 </sourceDirs>
558 </configuration>
559 </execution>
560 </executions>
561 </plugin>
562 <plugin>
563 <groupId>org.apache.maven.plugins</groupId>
564 <artifactId>maven-compiler-plugin</artifactId>
565 <version>3.5.1</version>
566 <configuration>
567 <source>${maven.compiler.source}</source>
568 <target>${maven.compiler.target}</target>
569 </configuration>
570 </plugin>
571 </plugins>
572 </build>
573</project>