File tree Expand file tree Collapse file tree
friendly-id-samples/friendly-id-spring-boot-customized Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >org.projectlombok</groupId >
3939 <artifactId >lombok</artifactId >
40- <scope >provided</ scope >
40+ <optional >true</ optional >
4141 </dependency >
4242
4343 <dependency >
5555 <build >
5656 <plugins >
5757 <plugin >
58- <groupId >org.springframework.boot</groupId >
59- <artifactId >spring-boot-maven-plugin</artifactId >
60- </plugin >
61- <plugin >
58+ <groupId >org.apache.maven.plugins</groupId >
6259 <artifactId >maven-compiler-plugin</artifactId >
63- <version >3.14.0</version >
6460 <configuration >
6561 <parameters >true</parameters >
6662 <annotationProcessorPaths >
6763 <path >
6864 <groupId >org.projectlombok</groupId >
6965 <artifactId >lombok</artifactId >
70- <version >${lombok.version} </version >
7166 </path >
7267 </annotationProcessorPaths >
7368 </configuration >
7469 </plugin >
70+ <plugin >
71+ <groupId >org.springframework.boot</groupId >
72+ <artifactId >spring-boot-maven-plugin</artifactId >
73+ <configuration >
74+ <excludes >
75+ <exclude >
76+ <groupId >org.projectlombok</groupId >
77+ <artifactId >lombok</artifactId >
78+ </exclude >
79+ </excludes >
80+ </configuration >
81+ </plugin >
7582 <plugin >
7683 <groupId >org.apache.maven.plugins</groupId >
7784 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments