diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-08 19:17:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-08 19:17:10 +0000 |
commit | 0466d6807e71c7c443f60e340445927194c0ee39 (patch) | |
tree | 425c0da963ba71d48f98171e9acffee748d79bb1 /ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml | |
parent | 2973e9755cb2e7424eacaeb9e277cbd613605ec1 (diff) | |
parent | 4384dfcb4c2147f9c2ae0142a4f01dd94c347c50 (diff) |
Merge "Refactoring BP Code with ErrorCatalog" into frankfurt
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 b61060b3e..06383d616 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> |