Controller Blueprints Microservice

Add Powermock compatable version in OpenJDK Ubuntu Machine for Spring boot 2 Junit testcase and clean maven dependencies

Change-Id: Icac038b0d68fdd0edbb1aac9bc2bccb77d627289
Issue-ID: CCSDK-483
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
diff --git a/ms/controllerblueprints/modules/resource-dict/pom.xml b/ms/controllerblueprints/modules/resource-dict/pom.xml
index 4f22618..dbc920f 100644
--- a/ms/controllerblueprints/modules/resource-dict/pom.xml
+++ b/ms/controllerblueprints/modules/resource-dict/pom.xml
@@ -2,6 +2,8 @@
 <!--

   ~ Copyright © 2017-2018 AT&T Intellectual Property.

   ~

+  ~ Modifications Copyright © 2018 IBM.

+  ~

   ~ Licensed under the Apache License, Version 2.0 (the "License");

   ~ you may not use this file except in compliance with the License.

   ~ You may obtain a copy of the License at

@@ -33,6 +35,11 @@
             <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>

             <artifactId>core</artifactId>

         </dependency>

+        <dependency>

+            <groupId>org.jetbrains.kotlin</groupId>

+            <artifactId>kotlin-test</artifactId>

+            <scope>test</scope>

+        </dependency>

     </dependencies>