#18 - Cleanup pom.xml and upgrade dependencies.
Remove dependency management for Surefire and Dependency plugins. Upgrade to latest Postgres and H2 drivers. Upgrade to testcontainers 10.0.1.
This commit is contained in:
24
pom.xml
24
pom.xml
@@ -4,7 +4,7 @@
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-r2dbc</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
|
||||
@@ -28,11 +28,11 @@
|
||||
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
|
||||
|
||||
<degraph-check.version>0.1.4</degraph-check.version>
|
||||
<hsqldb.version>2.2.8</hsqldb.version>
|
||||
<postgresql.version>42.0.0</postgresql.version>
|
||||
<hsqldb.version>2.4.1</hsqldb.version>
|
||||
<postgresql.version>42.2.5</postgresql.version>
|
||||
<r2dbc-spi.version>1.0.0.BUILD-SNAPSHOT</r2dbc-spi.version>
|
||||
<r2dbc-postgresql.version>1.0.0.BUILD-SNAPSHOT</r2dbc-postgresql.version>
|
||||
<testcontainers.version>1.7.3</testcontainers.version>
|
||||
<testcontainers.version>1.10.1</testcontainers.version>
|
||||
|
||||
</properties>
|
||||
|
||||
@@ -272,20 +272,6 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.12</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
|
||||
<!--
|
||||
@@ -295,7 +281,7 @@
|
||||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<version>${jacoco}</version>
|
||||
<version>0.8.2</version>
|
||||
<configuration>
|
||||
<destFile>${jacoco.destfile}</destFile>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user