GH-714 - Migrate to Maven Develocity conventions.
This commit is contained in:
committed by
Oliver Drotbohm
parent
6def19ed4b
commit
17c329dc4e
3
pom.xml
3
pom.xml
@@ -38,7 +38,6 @@
|
||||
<flapdoodle-mongodb.version>4.14.0</flapdoodle-mongodb.version>
|
||||
<jgrapht.version>1.5.2</jgrapht.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-boot.version>3.3.0</spring-boot.version>
|
||||
@@ -494,12 +493,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