File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 7676 <com .fasterxml.jackson.version>2.16.1</com .fasterxml.jackson.version>
7777 <org .springframework.version>5.3.29</org .springframework.version>
7878 <org .mockito.version>5.10.0</org .mockito.version>
79+ <lombok .version>1.18.30</lombok .version>
7980 </properties >
8081
8182 <dependencyManagement >
131132 <dependency >
132133 <groupId >org.projectlombok</groupId >
133134 <artifactId >lombok</artifactId >
134- <version >1.18.30 </version >
135+ <version >${lombok.version} </version >
135136 <scope >provided</scope >
136137 </dependency >
137138
234235 <showWarnings >true</showWarnings >
235236 <showDeprecation >true</showDeprecation >
236237 <compilerArgument >-Xlint:unchecked</compilerArgument >
238+ <annotationProcessorPaths >
239+ <path >
240+ <groupId >org.projectlombok</groupId >
241+ <artifactId >lombok</artifactId >
242+ <version >${lombok.version} </version >
243+ </path >
244+ </annotationProcessorPaths >
237245 </configuration >
238246 </plugin >
239247
You can’t perform that action at this time.
0 commit comments