Skip to content

Commit

Permalink
AUT-924 Homogenize build process and dependency exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
alarkvell committed Jun 10, 2022
1 parent 0d107da commit d332c87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,11 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
<!-- TODO Remove spring-boot-configuration-processor on newer Spring Boot, it is performed automatically -->
<exclude>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
Expand Down

0 comments on commit d332c87

Please sign in to comment.