You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/05 20:13:23 UTC

[isis] 05/10: ISIS-2215: lombok is failing to build in wicket-model ... fixing version to try to diagnose

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch ISIS-2215
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 4f99702ccb09cd13797b8b332836046cd4d76cd6
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Dec 5 17:34:43 2019 +0000

    ISIS-2215: lombok is failing to build in wicket-model ... fixing version to try to diagnose
---
 mavendeps/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mavendeps/pom.xml b/mavendeps/pom.xml
index 7f2805a..86124e6 100644
--- a/mavendeps/pom.xml
+++ b/mavendeps/pom.xml
@@ -35,7 +35,7 @@
 		<jar-plugin.automaticModuleName>org.apache.isis.mavendeps</jar-plugin.automaticModuleName>
 		<git-plugin.propertiesDir>org/apache/isis/mavendeps</git-plugin.propertiesDir>
 
-		<lombok.version>[1.18,)</lombok.version>
+		<lombok.version>1.18.10</lombok.version>
 
 		<failOnMissingWebXml>false</failOnMissingWebXml>