diff options
author | Dan Timoney <dtimoney@att.com> | 2018-12-11 15:08:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-11 15:08:21 +0000 |
commit | 1328bf9eb2c5270ac5f6aa336c0661eff4f1a7f1 (patch) | |
tree | 4b5130c6dbf713c9a567f68d397b7e674c998d9d /ms/blueprintsprocessor/modules/commons/pom.xml | |
parent | 08c228c21d6af9f8f9db0ca689fc71650bcbfef4 (diff) | |
parent | a283fe3ca39221e950a9cd97b6f9abcb40050ae0 (diff) |
Merge "Add Generic Rest Configuration"
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index 7bfec58c9..f38ccabff 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> |