Skip to content

Commit d7069a5

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7cec210 commit d7069a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Suppress code coverage on Lombok annotations
22
lombok.addLombokGeneratedAnnotation = true
33
lombok.builder.className = Builder
4-
lombok.anyConstructor.addConstructorProperties = true
4+

xapi-model-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.projectlombok</groupId>
4444
<artifactId>lombok</artifactId>
45-
<optional>true</optional>
45+
<scope>provided</scope>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)