aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/commons/core
diff options
context:
space:
mode:
authorBrinda Santh <brindasanth@in.ibm.com>2018-08-23 23:34:05 -0400
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>2018-08-24 19:53:56 +0000
commite4d1a9286404a07f90287def408e7b676d86f52d (patch)
treead203c46725fa8b396d0e076f54fd1625308e731 /ms/blueprintsprocessor/modules/commons/core
parent319c2cade9f26ddfab56ff8819dac23d9e965f79 (diff)
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>
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/core')
-rw-r--r--ms/blueprintsprocessor/modules/commons/core/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/core/pom.xml b/ms/blueprintsprocessor/modules/commons/core/pom.xml
index d0203208..ad115805 100644
--- a/ms/blueprintsprocessor/modules/commons/core/pom.xml
+++ b/ms/blueprintsprocessor/modules/commons/core/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
@@ -37,9 +39,5 @@
<groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
<artifactId>rest-lib</artifactId>
</dependency>
- <dependency>
- <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
- <artifactId>resource-dict</artifactId>
- </dependency>
</dependencies>
</project>