File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <jetty .version>9.4.36.v20210114</jetty .version>
1818 <drivers .dir>${project.basedir} /drivers</drivers .dir>
1919 <flowingcode .commons.demo.version>3.10.0</flowingcode .commons.demo.version>
20+ <lombok .version>1.18.46</lombok .version>
2021 </properties >
2122
2223 <organization >
176177 <dependency >
177178 <groupId >org.projectlombok</groupId >
178179 <artifactId >lombok</artifactId >
179- <version >1.18.46 </version >
180+ <version >${lombok.version} </version >
180181 <scope >provided</scope >
181182 </dependency >
182183 </dependencies >
183184
184185 <build >
185186 <pluginManagement >
186187 <plugins >
188+ <plugin >
189+ <groupId >org.apache.maven.plugins</groupId >
190+ <artifactId >maven-compiler-plugin</artifactId >
191+ <version >3.13.0</version >
192+ <configuration >
193+ <annotationProcessorPaths >
194+ <path >
195+ <groupId >org.projectlombok</groupId >
196+ <artifactId >lombok</artifactId >
197+ <version >${lombok.version} </version >
198+ </path >
199+ </annotationProcessorPaths >
200+ </configuration >
201+ </plugin >
187202 <plugin >
188203 <groupId >org.apache.maven.plugins</groupId >
189204 <artifactId >maven-release-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments