diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-13 00:02:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-13 00:02:46 +0000 |
commit | c40aadeb8c85a22eea00455de1748b39d55714d9 (patch) | |
tree | 1a75910d876a590c9f38b1a54dc4c486c9cd8030 /ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | |
parent | 9a3f830573454adf62b363e49b2331b9c65fcc49 (diff) | |
parent | fd2d3f4f3a6f1041442edac382daf27669acbf9e (diff) |
Merge "Refractor processor core module name"
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index f1d978965..8659089e2 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -34,7 +34,7 @@ </dependency> <dependency> <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> - <artifactId>core</artifactId> + <artifactId>processor-core</artifactId> </dependency> </dependencies> |