blob: d8a47eff9e526acf2884fc5d76c14c299f4db248 [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.
6 ~
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 -->
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -050019<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 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>
23 <groupId>org.onap.ccsdk.apps</groupId>
24 <artifactId>blueprintsprocessor</artifactId>
Timoney, Dan (dt5972)00687832018-10-25 10:34:51 -040025 <version>0.4.0-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000026 </parent>
27 <groupId>org.onap.ccsdk.apps.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 Santh(bs2796)43aeebf2018-12-01 19:54:07 -050033 <spring.boot.version>2.1.1.RELEASE</spring.boot.version>
34 <spring.version>5.1.3.RELEASE</spring.version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050035 <kotlin.version>1.3.10</kotlin.version>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -050036 <kotlin.maven.version>1.3.10</kotlin.maven.version>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050037 <kotlin.couroutines.version>1.0.1</kotlin.couroutines.version>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -050038 <grpc.version>1.16.1</grpc.version>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -050039 <protobuff.java.utils.version>3.6.1</protobuff.java.utils.version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000040 <eelf.version>1.0.0</eelf.version>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -050041 <sli.version>0.3.1</sli.version>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050042 <guava.version>26.0-jre</guava.version>
Muthuramalingam, Brinda Santh(bs2796)d2ec19b2018-11-19 12:48:31 -050043 <jython.version>2.7.1</jython.version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000044 <springfox.swagger2.version>2.9.2</springfox.swagger2.version>
45 <h2database.version>1.4.197</h2database.version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050046 <onap.logger.slf4j>1.2.2</onap.logger.slf4j>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050047 <powermock.version>1.7.4</powermock.version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000048 </properties>
49 <dependencyManagement>
50 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000051 <!-- Spring Boot -->
52 <dependency>
53 <groupId>org.springframework.boot</groupId>
54 <artifactId>spring-boot-starter-parent</artifactId>
55 <version>${spring.boot.version}</version>
56 <type>pom</type>
57 <scope>import</scope>
58 </dependency>
59
60 <!-- Logging Dependencies -->
61 <dependency>
62 <groupId>com.att.eelf</groupId>
63 <artifactId>eelf-core</artifactId>
64 <version>${eelf.version}</version>
65 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050066 <dependency>
67 <groupId>org.onap.logging-analytics</groupId>
68 <artifactId>logging-slf4j</artifactId>
69 <version>${onap.logger.slf4j}</version>
70 </dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000071
72 <!-- Kotlin Dependencies -->
73 <dependency>
74 <groupId>org.jetbrains.kotlin</groupId>
75 <artifactId>kotlin-stdlib</artifactId>
76 <version>${kotlin.version}</version>
77 </dependency>
78 <dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -050079 <groupId>org.jetbrains.kotlinx</groupId>
80 <artifactId>kotlinx-coroutines-core</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050081 <version>${kotlin.couroutines.version}</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +000082 </dependency>
83 <dependency>
84 <groupId>org.jetbrains.kotlin</groupId>
85 <artifactId>kotlin-reflect</artifactId>
86 <version>${kotlin.version}</version>
87 </dependency>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -050088 <dependency>
89 <groupId>org.jetbrains.kotlin</groupId>
90 <artifactId>kotlin-stdlib-jdk8</artifactId>
91 <version>${kotlin.version}</version>
92 </dependency>
93 <dependency>
94 <groupId>org.jetbrains.kotlin</groupId>
95 <artifactId>kotlin-stdlib-jdk7</artifactId>
96 <version>${kotlin.version}</version>
97 </dependency>
98
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -050099 <!-- GRPC Dependencies -->
100 <dependency>
101 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500102 <artifactId>grpc-core</artifactId>
103 <version>${grpc.version}</version>
104 </dependency>
105 <dependency>
106 <groupId>io.grpc</groupId>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500107 <artifactId>grpc-netty</artifactId>
108 <version>${grpc.version}</version>
109 </dependency>
110 <dependency>
111 <groupId>io.grpc</groupId>
112 <artifactId>grpc-protobuf</artifactId>
113 <version>${grpc.version}</version>
114 </dependency>
115 <dependency>
116 <groupId>io.grpc</groupId>
117 <artifactId>grpc-stub</artifactId>
118 <version>${grpc.version}</version>
119 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500120 <dependency>
121 <groupId>com.google.protobuf</groupId>
122 <artifactId>protobuf-java-util</artifactId>
123 <version>${protobuff.java.utils.version}</version>
124 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500125
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500126 <!-- SLI Version -->
127 <dependency>
128 <groupId>org.onap.ccsdk.sli.core</groupId>
129 <artifactId>sli-provider</artifactId>
130 <version>${sli.version}</version>
131 <exclusions>
132 <exclusion>
133 <groupId>commons-lang</groupId>
134 <artifactId>commons-lang</artifactId>
135 </exclusion>
136 <exclusion>
137 <groupId>org.apache.commons</groupId>
138 <artifactId>*</artifactId>
139 </exclusion>
140 <exclusion>
141 <groupId>org.slf4j</groupId>
142 <artifactId>*</artifactId>
143 </exclusion>
144 <exclusion>
145 <groupId>org.opendaylight.mdsal.model</groupId>
146 <artifactId>*</artifactId>
147 </exclusion>
148 <!--<exclusion>-->
149 <!--<groupId>org.opendaylight.controller</groupId>-->
150 <!--<artifactId>*</artifactId>-->
151 <!--</exclusion>-->
152 <exclusion>
153 <groupId>org.apache.tomcat</groupId>
154 <artifactId>*</artifactId>
155 </exclusion>
156 <exclusion>
157 <groupId>org.apache.karaf.shell</groupId>
158 <artifactId>*</artifactId>
159 </exclusion>
160 <exclusion>
161 <groupId>org.mariadb.jdbc</groupId>
162 <artifactId>*</artifactId>
163 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500164 <exclusion>
165 <groupId>org.powermock</groupId>
166 <artifactId>*</artifactId>
167 </exclusion>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500168 </exclusions>
169 </dependency>
170
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000171
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000172 <!-- Application Module Dependencies -->
173 <dependency>
174 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
175 <artifactId>db-lib</artifactId>
176 <version>${project.version}</version>
177 </dependency>
178 <dependency>
179 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
180 <artifactId>rest-lib</artifactId>
181 <version>${project.version}</version>
182 </dependency>
183 <dependency>
184 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
185 <artifactId>core</artifactId>
186 <version>${project.version}</version>
187 </dependency>
188 <dependency>
189 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000190 <artifactId>execution-service</artifactId>
191 <version>${project.version}</version>
192 </dependency>
193 <dependency>
194 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500195 <artifactId>workflow-service</artifactId>
196 <version>${project.version}</version>
197 </dependency>
198 <dependency>
199 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000200 <artifactId>resource-api</artifactId>
201 <version>${project.version}</version>
202 </dependency>
203 <dependency>
204 <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
205 <artifactId>selfservice-api</artifactId>
206 <version>${project.version}</version>
207 </dependency>
208
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500209 <!-- Functions -->
210 <dependency>
211 <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
212 <artifactId>resource-resolution</artifactId>
213 <version>${project.version}</version>
214 </dependency>
Muthuramalingam, Brinda Santh(bs2796)88c3ca22018-12-04 20:53:22 -0500215 <dependency>
216 <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
217 <artifactId>python-executor</artifactId>
218 <version>${project.version}</version>
219 </dependency>
220 <dependency>
221 <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
222 <artifactId>netconf-executor</artifactId>
223 <version>${project.version}</version>
224 </dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500225
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000226 <!-- Application Component Dependency -->
227 <dependency>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000228 <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
229 <artifactId>resource-dict</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500230 <version>${project.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000231 </dependency>
232
233 <!--Swagger Dependencies -->
234 <dependency>
235 <groupId>io.springfox</groupId>
236 <artifactId>springfox-swagger2</artifactId>
237 <version>${springfox.swagger2.version}</version>
238 </dependency>
239 <dependency>
240 <groupId>io.springfox</groupId>
241 <artifactId>springfox-swagger-ui</artifactId>
242 <version>${springfox.swagger2.version}</version>
243 </dependency>
244
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000245 <!-- Common Libs -->
246 <dependency>
247 <groupId>org.apache.commons</groupId>
248 <artifactId>commons-lang3</artifactId>
249 <version>3.2.1</version>
250 </dependency>
251 <dependency>
252 <groupId>commons-collections</groupId>
253 <artifactId>commons-collections</artifactId>
254 <version>3.2.2</version>
255 </dependency>
256 <dependency>
257 <groupId>commons-io</groupId>
258 <artifactId>commons-io</artifactId>
259 <version>2.6</version>
260 </dependency>
261 <dependency>
262 <groupId>org.apache.velocity</groupId>
263 <artifactId>velocity</artifactId>
264 <version>1.7</version>
265 </dependency>
266 <dependency>
267 <groupId>com.google.guava</groupId>
268 <artifactId>guava</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500269 <version>${guava.version}</version>
Muthuramalingam, Brinda Santh(bs2796)ee467d72018-08-23 15:54:30 +0000270 </dependency>
Muthuramalingam, Brinda Santh(bs2796)d2ec19b2018-11-19 12:48:31 -0500271 <dependency>
272 <groupId>org.python</groupId>
273 <artifactId>jython-standalone</artifactId>
274 <version>${jython.version}</version>
275 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000276
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000277 <!-- Database -->
278 <dependency>
279 <groupId>com.h2database</groupId>
280 <artifactId>h2</artifactId>
281 <version>${h2database.version}</version>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500282 <scope>test</scope>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000283 </dependency>
284 <!-- Test Dependency -->
285 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400286 <groupId>org.powermock</groupId>
287 <artifactId>powermock-api-mockito2</artifactId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500288 <version>${powermock.version}</version>
Brinda Santhafbc1522018-08-23 23:34:05 -0400289 <scope>test</scope>
290 </dependency>
291 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000292 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500293 <artifactId>kotlin-test-junit</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000294 <version>${kotlin.version}</version>
295 <scope>test</scope>
296 </dependency>
Muthuramalingam, Brinda Santh(bs2796)43aeebf2018-12-01 19:54:07 -0500297 <dependency>
298 <groupId>io.grpc</groupId>
299 <artifactId>grpc-testing</artifactId>
300 <version>${grpc.version}</version>
301 <scope>test</scope>
302 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000303 </dependencies>
304 </dependencyManagement>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000305
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500306 <dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000307 <dependency>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500308 <groupId>com.att.eelf</groupId>
309 <artifactId>eelf-core</artifactId>
310 </dependency>
311 <dependency>
312 <groupId>org.onap.logging-analytics</groupId>
313 <artifactId>logging-slf4j</artifactId>
314 </dependency>
315 <dependency>
316 <groupId>org.apache.commons</groupId>
317 <artifactId>commons-lang3</artifactId>
318 </dependency>
319 <dependency>
320 <groupId>commons-collections</groupId>
321 <artifactId>commons-collections</artifactId>
322 </dependency>
323 <dependency>
324 <groupId>commons-io</groupId>
325 <artifactId>commons-io</artifactId>
326 </dependency>
327 <dependency>
328 <groupId>com.jayway.jsonpath</groupId>
329 <artifactId>json-path</artifactId>
330 </dependency>
331 <dependency>
332 <groupId>io.springfox</groupId>
333 <artifactId>springfox-swagger2</artifactId>
334 </dependency>
335 <dependency>
336 <groupId>io.springfox</groupId>
337 <artifactId>springfox-swagger-ui</artifactId>
338 </dependency>
339 <dependency>
340 <groupId>org.jetbrains.kotlin</groupId>
341 <artifactId>kotlin-stdlib</artifactId>
342 </dependency>
343 <dependency>
344 <groupId>org.jetbrains.kotlin</groupId>
345 <artifactId>kotlin-stdlib-jdk8</artifactId>
346 </dependency>
347 <dependency>
348 <groupId>com.fasterxml.jackson.module</groupId>
349 <artifactId>jackson-module-kotlin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000350 </dependency>
Muthuramalingam, Brinda Santh(bs2796)aa927022018-11-24 14:25:26 -0500351 <!-- GRPC Dependencies -->
352 <dependency>
353 <groupId>io.grpc</groupId>
354 <artifactId>grpc-netty</artifactId>
355 </dependency>
356 <dependency>
357 <groupId>io.grpc</groupId>
358 <artifactId>grpc-protobuf</artifactId>
359 </dependency>
360 <dependency>
361 <groupId>io.grpc</groupId>
362 <artifactId>grpc-stub</artifactId>
363 </dependency>
Muthuramalingam, Brinda Santh(bs2796)3b4a7eb2018-12-07 16:37:03 -0500364 <dependency>
365 <groupId>com.google.protobuf</groupId>
366 <artifactId>protobuf-java-util</artifactId>
367 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000368 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500369
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000370 <build>
371 <plugins>
372 <plugin>
373 <groupId>org.jetbrains.kotlin</groupId>
374 <artifactId>kotlin-maven-plugin</artifactId>
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -0500375 <version>${kotlin.maven.version}</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000376 <executions>
377 <execution>
378 <id>compile</id>
Muthuramalingam, Brinda Santh(bs2796)cbbe0ea2018-11-13 16:47:33 -0500379 <goals>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000380 <goal>compile</goal>
381 </goals>
382 <configuration>
383 <sourceDirs>
384 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
385 <sourceDir>${project.basedir}/src/main/java</sourceDir>
386 </sourceDirs>
387 </configuration>
388 </execution>
389 <execution>
390 <id>test-compile</id>
391 <goals>
392 <goal>test-compile</goal>
393 </goals>
394 <configuration>
395 <sourceDirs>
396 <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
397 <sourceDir>${project.basedir}/src/test/java</sourceDir>
398 </sourceDirs>
399 </configuration>
400 </execution>
401 </executions>
402 </plugin>
403 <plugin>
404 <groupId>org.apache.maven.plugins</groupId>
405 <artifactId>maven-compiler-plugin</artifactId>
406 <version>3.5.1</version>
407 <configuration>
408 <source>${maven.compiler.source}</source>
409 <target>${maven.compiler.target}</target>
410 </configuration>
411 </plugin>
412 </plugins>
413 </build>
414</project>