Skip to content

Commit 5eb27b1

Browse files
fix lombok scope conflict
1 parent 1563663 commit 5eb27b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
<groupId>org.projectlombok</groupId>
8686
<artifactId>lombok</artifactId>
8787
<version>1.18.42</version>
88-
<scope>provided</scope>
8988
</dependency>
9089
<dependency>
9190
<groupId>io.jsonwebtoken</groupId>
@@ -136,7 +135,6 @@
136135
<path>
137136
<groupId>org.projectlombok</groupId>
138137
<artifactId>lombok</artifactId>
139-
<version>1.18.42</version>
140138
</path>
141139
</annotationProcessorPaths>
142140
</configuration>

0 commit comments

Comments
 (0)