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/error-catalog/application/pom.xml | |
parent | 2973e9755cb2e7424eacaeb9e277cbd613605ec1 (diff) | |
parent | 4384dfcb4c2147f9c2ae0142a4f01dd94c347c50 (diff) |
Merge "Refactoring BP Code with ErrorCatalog" into frankfurt
Diffstat (limited to 'ms/error-catalog/application/pom.xml')
-rw-r--r-- | ms/error-catalog/application/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ms/error-catalog/application/pom.xml b/ms/error-catalog/application/pom.xml index 289d8a550..48f54d76c 100644 --- a/ms/error-catalog/application/pom.xml +++ b/ms/error-catalog/application/pom.xml @@ -32,4 +32,11 @@ <properties> <sonar.skip>true</sonar.skip> </properties> + + <dependencies> + <dependency> + <groupId>org.onap.ccsdk.cds.error.catalog</groupId> + <artifactId>error-catalog-services</artifactId> + </dependency> + </dependencies> </project> |