Skip to content

Commit

Permalink
Fix the scope for Lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
msdousti committed Dec 6, 2023
1 parent ab3b337 commit 3ef6772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logbook-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
Expand Down Expand Up @@ -325,6 +324,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
Expand Down

0 comments on commit 3ef6772

Please sign in to comment.