summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/commons/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-12-11 15:08:21 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-11 15:08:21 +0000
commita450cf74eded64517865fc52d4a1a071a39f9abe (patch)
treebe93cc4fd5c7464f0695a02e6ca10c07e08bd99e /ms/blueprintsprocessor/modules/commons/pom.xml
parent772848352b666a72a424eca12787e8a7f7ddb34e (diff)
parent399d095989a019d3d172a3deb3e25f100a48510a (diff)
Merge "Add Generic Rest Configuration"
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/pom.xml')
-rw-r--r--ms/blueprintsprocessor/modules/commons/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml
index 7bfec58c..f38ccabf 100644
--- a/ms/blueprintsprocessor/modules/commons/pom.xml
+++ b/ms/blueprintsprocessor/modules/commons/pom.xml
@@ -38,6 +38,17 @@
<groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
<artifactId>resource-dict</artifactId>
</dependency>
+ <!-- Test Dependencies -->
+ <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>