aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/services/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-13 00:02:46 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-13 00:02:46 +0000
commite302caa11e069136d9f336e062dc40ffc495a4c4 (patch)
treec3cdca51fe42566f9892f880a3fb11b3ec8b7225 /ms/blueprintsprocessor/modules/services/pom.xml
parent4a79859fcae8769b95e99bf7ef10c9006fc9c7b0 (diff)
parent03eea55b348db2a7f2a77c9d53d2f9fa6fcbf78b (diff)
Merge "Refractor processor core module name"
Diffstat (limited to 'ms/blueprintsprocessor/modules/services/pom.xml')
-rwxr-xr-xms/blueprintsprocessor/modules/services/pom.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml
index 469899d0..4388eeb9 100755
--- a/ms/blueprintsprocessor/modules/services/pom.xml
+++ b/ms/blueprintsprocessor/modules/services/pom.xml
@@ -3,6 +3,7 @@
~ Copyright © 2017-2018 AT&T Intellectual Property.
~
~ Modifications Copyright © 2019 Bell Canada.
+ ~ Modifications Copyright © 2019 IBM.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -33,4 +34,38 @@
<module>execution-service</module>
<module>workflow-service</module>
</modules>
+
+ <dependencies>
+ <!-- Test Dependencies -->
+ <dependency>
+ <groupId>io.mockk</groupId>
+ <artifactId>mockk</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito2</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-test-junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>io.projectreactor</groupId>
+ <artifactId>reactor-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>