diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-08 15:13:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-08 15:13:53 +0000 |
commit | b3be6e54e99ba120624f9195acd5fb0c39a0f2b4 (patch) | |
tree | 63b32742168c7535a35c65ef5059bf3d7fb4cc49 /ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml | |
parent | 1cc6f92fa91b1cc546a8c630602bc48ad7f89e76 (diff) | |
parent | 20dcdbc1384a1173d7e63dd666d530908c845a1e (diff) |
Merge "Refactoring BP Code with ErrorCatalog"
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml index 7b903cbc7..42d8f087c 100644 --- a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml @@ -39,5 +39,9 @@ <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>blueprint-core</artifactId> </dependency> + <dependency> + <groupId>org.onap.ccsdk.cds.error.catalog</groupId> + <artifactId>error-catalog-services</artifactId> + </dependency> </dependencies> </project> |