diff options
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/core')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/core/pom.xml | 6 |
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 d0203208c..ad115805c 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> |