diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2020-08-26 03:31:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-26 03:31:14 +0000 |
commit | e6ed16eefa99bfee842d30bec9cea9b70f0f9eb8 (patch) | |
tree | 2e4f66291c8683f24f7196a2817a4f1de935f640 /common/pom.xml | |
parent | a102aedad78cd54bba3e7c92b0c1bbefd0508044 (diff) | |
parent | b379e1ca2391d054676b60ffc3f50245eecfaef2 (diff) |
Merge "update nssmf adapter beans"
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index 08554480c3..ff13da4ee6 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -271,6 +271,15 @@ </exclusions> </dependency> <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.validation</groupId> + <artifactId>validation-api</artifactId> + </dependency> + <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.0</version> |