From 35bdaf7dc568f9dbc32cfb76bb881dca9b5979dd Mon Sep 17 00:00:00 2001 From: Markus Kreth Date: Sun, 26 May 2019 00:15:39 +0200 Subject: [PATCH] fixed test dependencies. --- pom.xml | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index a776f43..130f7fa 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,13 @@ - - - 4.0.0 - de.kreth.property2java - PropertyToJavaGenerator - 0.0.4-SNAPSHOT - + + + 4.0.0 + de.kreth.property2java + PropertyToJavaGenerator + 0.0.4-SNAPSHOT + UTF-8 @@ -27,7 +29,7 @@ **/src/main/webapp/VAADIN/**/* - + org.apache.commons @@ -49,8 +51,8 @@ freemarker 2.3.28 - - + + org.slf4j slf4j-api @@ -74,35 +76,37 @@ ${org.apache.logging.log4j} runtime - + org.junit.jupiter junit-jupiter-api - 5.3.2 + 5.3.2 test org.junit.jupiter junit-jupiter-engine - 5.3.2 + 5.3.2 test org.junit.jupiter junit-jupiter-params - 5.3.2 + 5.3.2 test org.junit.platform junit-platform-launcher - 1.5.0-M1 + 1.5.0-M1 + test org.junit.platform junit-platform-runner - 1.5.0-M1 + 1.5.0-M1 + test org.mockito @@ -120,9 +124,10 @@ org.hamcrest hamcrest-library 2.1-rc4 + test - + @@ -161,5 +166,5 @@ - +