From 2cad9ccd3f7863b09e2782c148c30984cdb38eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=A4r?= Date: Tue, 5 Mar 2019 13:10:04 +0100 Subject: [PATCH] #38: Parameterized JUnit versions and updated them. --- pom.xml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 90fe8558..28fb06f6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.exasol virtual-schema-common-java @@ -11,6 +11,9 @@ UTF-8 UTF-8 1.8 + 5.4.0 + 1.3.2 + 3.0.0-M3 true @@ -90,19 +93,13 @@ org.junit.jupiter junit-jupiter-engine - 5.3.2 + ${junit.version} test org.junit.platform junit-platform-runner - 1.3.2 - test - - - org.junit.vintage - junit-vintage-engine - 5.3.2 + ${junit.platform.version} test @@ -150,7 +147,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M3 + ${surefire.version} org.apache.maven.plugins @@ -201,4 +198,4 @@ - + \ No newline at end of file