GH-720 - 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 00852d289f
commit af883e780e
8 changed files with 13 additions and 69 deletions

View File

@@ -37,7 +37,6 @@
<artifactory-maven-plugin.version>3.6.1</artifactory-maven-plugin.version>
<flapdoodle-mongodb.version>4.6.1</flapdoodle-mongodb.version>
<jmolecules-bom.version>2023.1.3</jmolecules-bom.version>
<lombok.version>1.18.32</lombok.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.version>6.1.10</spring.version> <!-- For Javadoc links only -->
@@ -466,12 +465,10 @@ limitations under the License.
<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>