diff options
author | shentao999 <shentao@chinamobile.com> | 2019-04-02 10:18:24 +0800 |
---|---|---|
committer | shentao999 <shentao@chinamobile.com> | 2019-04-02 10:18:25 +0800 |
commit | 7c291e0d10e63f403f016ede7d8e4ee47dcbf8a9 (patch) | |
tree | 824a1d19890dd6cd9fa2aac6fe5d7ea7d9e73090 /ecomp-portal-BE-common/pom.xml | |
parent | 498b428a661aabf16f288bc8c3dffded35becef6 (diff) |
Add multi-language APIs into BE-common
Change-Id: Ia9fddbe81bb2eb8d3e0786fcc81f0469ed45bfa0
Issue-ID: PORTAL-376
Signed-off-by: shentao999 <shentao@chinamobile.com>
Diffstat (limited to 'ecomp-portal-BE-common/pom.xml')
-rw-r--r-- | ecomp-portal-BE-common/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 6cb1279a..b8787f78 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -720,6 +720,17 @@ </dependency> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <version>1.18.4</version> + </dependency> + + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>fastjson</artifactId> + <version>1.2.7</version> + </dependency> </dependencies> </project> |