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 | e302caa11e069136d9f336e062dc40ffc495a4c4 (patch) | |
tree | c3cdca51fe42566f9892f880a3fb11b3ec8b7225 /ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | |
parent | 4a79859fcae8769b95e99bf7ef10c9006fc9c7b0 (diff) | |
parent | 03eea55b348db2a7f2a77c9d53d2f9fa6fcbf78b (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 f1d97896..8659089e 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> |