diff options
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml index bb7db384..19c54dbb 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2019 Nordix Foundation. + Modifications Copyright (C) 2019 AT&T Intellectual Property. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -57,6 +58,11 @@ <version>${policy.common.version}</version> </dependency> <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>gson</artifactId> + <version>${policy.common.version}</version> + </dependency> + <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.4</version> |