GH-720 - Migrate to Maven Develocity conventions.
This commit is contained in:
committed by
Oliver Drotbohm
parent
00852d289f
commit
af883e780e
3
pom.xml
3
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user