GH-714 - Migrate to Maven Develocity conventions.
This commit is contained in:
committed by
Oliver Drotbohm
parent
6def19ed4b
commit
17c329dc4e
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user