diff options
Diffstat (limited to 'common/onap-common-configuration-management/onap-configuration-management-api/pom.xml')
-rw-r--r-- | common/onap-common-configuration-management/onap-configuration-management-api/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml index 36bff43532..f8fc085b1f 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml @@ -24,6 +24,11 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <version>${lombok.version}</version> + </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> |