File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 4141 <scope >runtime</scope >
4242 <optional >true</optional >
4343 </dependency >
44- <dependency >
45- <groupId >org.projectlombok</groupId >
46- <artifactId >lombok</artifactId >
47- <optional >true</optional >
48- </dependency >
4944 <dependency >
5045 <groupId >org.springframework.boot</groupId >
5146 <artifactId >spring-boot-starter-test</artifactId >
5853 <plugin >
5954 <groupId >org.apache.maven.plugins</groupId >
6055 <artifactId >maven-compiler-plugin</artifactId >
61- <configuration >
62- <annotationProcessorPaths >
63- <path >
64- <groupId >org.projectlombok</groupId >
65- <artifactId >lombok</artifactId >
66- </path >
67- </annotationProcessorPaths >
68- <source >8</source >
69- <target >8</target >
70- </configuration >
7156 </plugin >
7257 <plugin >
7358 <groupId >org.springframework.boot</groupId >
7459 <artifactId >spring-boot-maven-plugin</artifactId >
75- <configuration >
76- <excludes >
77- <exclude >
78- <groupId >org.projectlombok</groupId >
79- <artifactId >lombok</artifactId >
80- </exclude >
81- </excludes >
82- </configuration >
8360 </plugin >
8461 <plugin >
8562 <groupId >org.jacoco</groupId >
You can’t perform that action at this time.
0 commit comments