GH-714 - Migrate to Maven Develocity conventions.

This commit is contained in:
Eric Haag
2024-07-08 11:09:29 -05:00
committed by Oliver Drotbohm
parent 6def19ed4b
commit 17c329dc4e
8 changed files with 11 additions and 69 deletions

View File

@@ -26,7 +26,6 @@
<properties>
<java.version>17</java.version>
<jmolecules.version>2023.1.3</jmolecules.version>
<spring-boot.version>3.3.0</spring-boot.version>
</properties>
<profiles>
@@ -85,12 +84,10 @@
<path>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>${spring-boot.version}</version>
</path>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</path>
</annotationProcessorPaths>
</configuration>