From 8696114aef74bfe54a893ca3c6891bc1d51c0d6e Mon Sep 17 00:00:00 2001 From: Miguel Reboiro-Jato Date: Tue, 7 Feb 2017 22:47:42 +0100 Subject: [PATCH] Updates the POM configuration This commit updates the dependency and plugin versions in the POM file. The most important update is the one relative to Selenium, as recent Firefox browsers do not work with old Selenium Firefox drivers. Now, during the construction, the Gecko driver is downloaded to work with recent Firefox browsers. --- pom.xml | 278 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 249 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 7ac5188..6c3db25 100644 --- a/pom.xml +++ b/pom.xml @@ -24,31 +24,37 @@ ${project.basedir}/servers false true + 8.5.11 + 6300 + true - 2.22.1 3.1.0 - 2.1.1 - 1.7.16 + 2.25 + 2.1.1 + 1.7.22 4.12 2.0.0.0 3.4 - 2.49.1 - 4.2.4.RELEASE + 3.0.1 + 4.3.6.RELEASE 2.5.1 1.2.1 - 2.3.3 - 5.1.38 + 2.3.1 + 5.1.40 + v0.14.0 - 2.19.1 - 2.19.1 + 2.19.1 + 2.19.1 + 2.19.1 2.6 - 2.2 - 0.7.6.201602180812 - 1.4.18 + 0.7.8 + 1.6.2 + 1.0.0 + 1.8 @@ -108,35 +114,35 @@ org.apache.commons commons-dbcp2 - ${commons.dbcp.version} + ${commons-dbcp2.version} test org.seleniumhq.selenium selenium-java - ${selenium.java.version} + ${selenium-java.version} test org.springframework spring-test - ${spring.test.version} + ${spring-test.version} test org.springframework spring-context - ${spring.test.version} + ${spring-test.version} test org.springframework spring-jdbc - ${spring.test.version} + ${spring-test.version} test @@ -186,18 +192,21 @@ org.apache.maven.plugins maven-surefire-plugin - ${surefire.version} + ${maven-surefire-plugin.version} **/UnitTestSuite.java + + ${geckodriver.uncompressed.path} + org.apache.maven.plugins maven-failsafe-plugin - ${failsafe.version} + ${maven-failsafe-plugin.version} **/IntegrationTestSuite.java @@ -217,7 +226,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - ${surefire.version} + ${maven-surefire-report-plugin.version} @@ -241,9 +250,10 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} + ${jacoco-maven-plugin.version} + ${jacoco.port} @@ -278,13 +288,46 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + [1.3,) + + run + + + + + + + + + + + + acceptance-tests-cargo - true + false @@ -292,12 +335,15 @@ org.apache.maven.plugins maven-failsafe-plugin - ${failsafe.version} + ${maven-failsafe-plugin.version} **/IntegrationTestSuite.java **/AcceptanceTestSuite.java + + ${geckodriver.uncompressed.path} + @@ -313,7 +359,10 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} + ${jacoco-maven-plugin.version} + + ${jacoco.port} + jacoco-agent @@ -343,7 +392,7 @@ fr.avianey.mojo hsqldb-maven-plugin - 1.0.0 + ${hsqldb-maven-plugin.version}