summaryrefslogtreecommitdiffstats
path: root/mod2/catalog-service/pom.xml
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2021-02-09 20:36:19 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-09 20:36:19 +0000
commit29af939e2985856df8c8e4e2a34f7a96d947aecd (patch)
tree0eb055a375e9c7eacec67d906996b832a8901391 /mod2/catalog-service/pom.xml
parent37c166b1c88f8e947af94368e1f2f1f9bb94b51a (diff)
parent9347a895ad097b0e67dd0208bc824672940d23cd (diff)
Merge "Distributing Blueprint to DCAE Dashboard Issue-ID: DCAEGEN2-2385>"
Diffstat (limited to 'mod2/catalog-service/pom.xml')
-rw-r--r--mod2/catalog-service/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/mod2/catalog-service/pom.xml b/mod2/catalog-service/pom.xml
index 9a82b7b..ff425cf 100644
--- a/mod2/catalog-service/pom.xml
+++ b/mod2/catalog-service/pom.xml
@@ -3,7 +3,7 @@
~ ============LICENSE_START=======================================================
~ org.onap.dcae
~ ================================================================================
- ~ Copyright (c) 2020 AT&T Intellectual Property. All rights reserved.
+ ~ Copyright (c) 2020-2021 AT&T Intellectual Property. All rights reserved.
~ ================================================================================
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -110,6 +110,11 @@
<version>4.2.2</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20190722</version>
+ </dependency>
</dependencies>
<dependencyManagement>