Skip to content

Commit

Permalink
builder time, bay bee
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash committed Feb 3, 2025
1 parent 5ca0370 commit f36de5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
<!-- Making this dependency optional to avoid lib-frm-query-processor having transitive dependency on spring -->
<!-- Making this dependency optional to avoid lib-fqm-query-processor having transitive dependency on spring -->
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<!-- OAS generation -->
<dependency>
Expand Down Expand Up @@ -218,6 +218,7 @@
<interfaceOnly>true</interfaceOnly>
<useSpringBoot3>true</useSpringBoot3>
<useTags>true</useTags>
<additionalModelTypeAnnotations>@lombok.experimental.SuperBuilder(toBuilder = true)</additionalModelTypeAnnotations>
</configOptions>
<openapiNormalizer>REF_AS_PARENT_IN_ALLOF=true</openapiNormalizer>
</configuration>
Expand Down

0 comments on commit f36de5b

Please sign in to comment.