diff options
author | Ravi Mantena <rx908f@att.com> | 2021-02-04 14:28:22 -0500 |
---|---|---|
committer | Ravi Mantena <rx908f@att.com> | 2021-02-08 14:10:16 -0500 |
commit | 9347a895ad097b0e67dd0208bc824672940d23cd (patch) | |
tree | d7cb5e1d162926f43d467517ccc726dde5a46b8d /mod2/catalog-service/pom.xml | |
parent | 0a405a9b4515f960d36d254032db680e97ab1e94 (diff) |
Distributing Blueprint to DCAE Dashboard Issue-ID: DCAEGEN2-2385>
Change-Id: Ib32f36ddf8efdbf27443d6bb4f1a3e624c82205c
Signed-off-by: Ravi Mantena <rx908f@att.com>
Diffstat (limited to 'mod2/catalog-service/pom.xml')
-rw-r--r-- | mod2/catalog-service/pom.xml | 7 |
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> |