From f85a9a084fc1df355905a223768f4a1e26d22be8 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 19 Nov 2018 13:48:06 +0100 Subject: [PATCH] #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. --- pom.xml | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index bc625c8..f3b3f60 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - org.springframework.data + org.springframework.data spring-data-r2dbc 1.0.0.BUILD-SNAPSHOT @@ -28,11 +28,11 @@ reuseReports 0.1.4 - 2.2.8 - 42.0.0 + 2.4.1 + 42.2.5 1.0.0.BUILD-SNAPSHOT 1.0.0.BUILD-SNAPSHOT - 1.7.3 + 1.10.1 @@ -272,20 +272,6 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.12 - - - org.apache.maven.plugins - maven-dependency-plugin - 3.1.0 - - -