Update pom.xml

This commit is contained in:
renjiniag 2024-02-17 18:56:43 -08:00 committed by GitHub
parent 921c360043
commit ef3b3b410e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
pom.xml
View file

@ -143,26 +143,6 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-java</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<message>This build requires at least Java ${java.version}, update your JVM, and run the build again</message>
<version>${java.version}</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId>
@ -434,4 +414,4 @@
</profile>
</profiles>
</project>
</project>