File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2323 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2424 <java .version>25</java .version>
25+ <lombok .version>1.18.42</lombok .version>
2526 </properties >
2627
2728 <dependencyManagement >
129130 <dependency >
130131 <groupId >org.projectlombok</groupId >
131132 <artifactId >lombok</artifactId >
132- <optional >true</ optional >
133+ <version > ${lombok.version} </ version >
133134 </dependency >
134135 <dependency >
135136 <groupId >org.springframework.boot</groupId >
177178 <groupId >org.springframework.boot</groupId >
178179 <artifactId >spring-boot-maven-plugin</artifactId >
179180 </plugin >
181+ <plugin >
182+ <groupId >org.apache.maven.plugins</groupId >
183+ <artifactId >maven-compiler-plugin</artifactId >
184+ <version >3.13.0</version >
185+ <configuration >
186+ <annotationProcessorPaths >
187+ <path >
188+ <groupId >org.projectlombok</groupId >
189+ <artifactId >lombok</artifactId >
190+ <version >${lombok.version} </version >
191+ </path >
192+ </annotationProcessorPaths >
193+ </configuration >
194+ </plugin >
180195 <plugin >
181196 <artifactId >maven-surefire-plugin</artifactId >
182197 <version >3.5.3</version >
You can’t perform that action at this time.
0 commit comments