diff options
author | xu ran <xuranyjy@chinamobile.com> | 2020-04-28 03:30:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-28 03:30:57 +0000 |
commit | 47cf10b429e2322c26629f985124743409b7baa7 (patch) | |
tree | dece9a8d537ee2129c3bd8fed1886a32a4914241 | |
parent | 7fabf29850eb056506feb2640a8d5ce5c835bc13 (diff) | |
parent | 4880a7d7de40c4b112498284338f68f7bd545166 (diff) |
Merge "Java11 and lombok version issue"
-rw-r--r-- | server/pom.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/server/pom.xml b/server/pom.xml index aed50d5b..3015d657 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -112,11 +112,12 @@ <version>9.1-901-1.jdbc4</version> </dependency> - <dependency> + <dependency> <groupId>org.projectlombok</groupId> - <artifactId>lombok</artifactId> - <optional>true</optional> - </dependency> + <artifactId>lombok</artifactId> + <version>1.18.2</version> + <optional>true</optional> + </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> @@ -463,4 +464,4 @@ </snapshots> </pluginRepository> </pluginRepositories> -</project>
\ No newline at end of file +</project> |