Skip to content

Commit e14c4b4

Browse files
committed
Remove Lombok
1 parent 94ea46e commit e14c4b4

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
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>
@@ -58,28 +53,10 @@
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>

0 commit comments

Comments
 (0)