JAVA-13403. Upgrade the maven-pmd-plugin from the main pom to the latest version 3.19.0 and remove any overridden versions for this plugin from the repo.

This commit is contained in:
jsgrah-spring 2022-09-27 21:29:47 +02:00
parent 21ea0eb611
commit bdc1d2c840
2 changed files with 4 additions and 3 deletions

View File

@ -983,7 +983,7 @@
<module>spring-jenkins-pipeline</module>
<module>spring-jersey</module>
<!-- <module>spring-jinq</module> --> <!-- does not support work with Spring Boot 2.7.2 -->
<module>spring-jinq</module>
<module>spring-jms</module>
<module>spring-kafka</module>

View File

@ -1,7 +1,8 @@
spring.datasource.url=jdbc:h2:~/jinq;;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.url=jdbc:h2:~/jinq;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.hibernate.globally_quoted_identifiers=true