summaryrefslogtreecommitdiffstats
path: root/common/pom.xml
diff options
context:
space:
mode:
authorzm330 <zhangminyj@chinamobile.com>2020-08-25 17:39:10 +0800
committerzm330 <zhangminyj@chinamobile.com>2020-08-26 10:29:03 +0800
commitb379e1ca2391d054676b60ffc3f50245eecfaef2 (patch)
tree208a2e692d8cb3873b1a9f3074c029351387ec69 /common/pom.xml
parent6f10c95ce58141778f4a31d1d68475808fa880a4 (diff)
update nssmf adapter beans
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I36cc9c064e271cbf8de8a3e2d3a2abe50a30e2ed
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml9
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>