From ae77bdcd0af82040422f5908f13afe379b79ae54 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Mon, 18 Feb 2019 11:11:19 +0100 Subject: [PATCH] Dependencies update --- openvidu-java-client/pom.xml | 31 +++--------- openvidu-server/pom.xml | 4 +- openvidu-test-e2e/pom.xml | 34 +++++-------- .../test/e2e/OpenViduTestAppE2eTest.java | 3 -- pom.xml | 50 +++---------------- 5 files changed, 32 insertions(+), 90 deletions(-) diff --git a/openvidu-java-client/pom.xml b/openvidu-java-client/pom.xml index ad0dc7e7..342b386a 100644 --- a/openvidu-java-client/pom.xml +++ b/openvidu-java-client/pom.xml @@ -1,4 +1,5 @@ - 4.0.0 @@ -93,6 +94,7 @@ + default @@ -103,7 +105,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.0.0 + 3.0.1 public @@ -111,6 +113,7 @@ + release-sign-artifacts @@ -137,7 +140,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.0.0 + 3.0.1 public @@ -175,28 +178,10 @@ true - - maven-resources-plugin - - - copy-resources - validate - - copy-resources - - - ${basedir}/target/classes/static/ - - - ${basedir}/../elastest-torm-gui/dist - - - - - - + + diff --git a/openvidu-server/pom.xml b/openvidu-server/pom.xml index f272dbf9..3bb830ee 100644 --- a/openvidu-server/pom.xml +++ b/openvidu-server/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 diff --git a/openvidu-test-e2e/pom.xml b/openvidu-test-e2e/pom.xml index a33ecb69..ab50f6a4 100644 --- a/openvidu-test-e2e/pom.xml +++ b/openvidu-test-e2e/pom.xml @@ -57,15 +57,9 @@ UTF-8 - 5.0.3 - 1.3.2 - 3.1.0 - 3.13.0 - 1.7.25 - - - 2.19.1 - 0.7.9 + 5.4.0 + 1.4.0 + 3.141.59 @@ -78,13 +72,13 @@ io.github.bonigarcia selenium-jupiter - 2.1.0 + 3.1.0 test io.github.bonigarcia webdrivermanager - 2.2.0 + 3.3.0 test @@ -119,16 +113,10 @@ ${org-seleniumhq-selenium.version} test - - com.google.guava - guava - 23.0 - test - org.junit.platform junit-platform-runner - 1.0.1 + ${junit.platform.version} test @@ -141,33 +129,37 @@ com.googlecode.json-simple json-simple ${version.json-simple} + test xml-apis xml-apis - 1.4.01 + 2.0.2 + test org.jcodec jcodec 0.2.3 + test org.jcodec jcodec-javase 0.2.3 + test - io.openvidu openvidu-java-client 2.8.1 + test - com.mashape.unirest unirest-java 1.4.9 + test diff --git a/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java index e5df469d..4dafa32d 100644 --- a/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java +++ b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java @@ -58,7 +58,6 @@ import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.Test; -import org.junit.jupiter.api.extension.ExtendWith; import org.junit.platform.runner.JUnitPlatform; import org.junit.runner.RunWith; import org.openqa.selenium.By; @@ -78,7 +77,6 @@ import com.google.gson.JsonObject; import com.google.gson.stream.JsonReader; import com.mashape.unirest.http.HttpMethod; -import io.github.bonigarcia.SeleniumExtension; import io.github.bonigarcia.wdm.WebDriverManager; import io.openvidu.java.client.Connection; import io.openvidu.java.client.KurentoOptions; @@ -114,7 +112,6 @@ import io.openvidu.test.e2e.utils.Unzipper; */ @Tag("e2e") @DisplayName("E2E tests for OpenVidu TestApp") -@ExtendWith(SeleniumExtension.class) @RunWith(JUnitPlatform.class) public class OpenViduTestAppE2eTest { diff --git a/pom.xml b/pom.xml index a7d6480a..07b8095f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - 4.0.0 @@ -44,15 +45,13 @@ 6.9.0 1.4.2.RELEASE 4.12 - 1.7.13 1.10.19 - 1.6.3 - 1.3 - 1.3 + 1.7.4 + 2.1 + 2.1 1.1.1 - 4.5.6 - 1.4.1 - 2.10 + 4.5.7 + 3.0.0-M2 1.8 1.8 @@ -182,7 +181,7 @@ org.codehaus.mojo extra-enforcer-rules - 1.0-beta-4 + 1.1 @@ -242,19 +241,6 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - - attach-javadocs - - jar - - - - org.apache.maven.plugins maven-gpg-plugin @@ -280,26 +266,6 @@ false - - maven-resources-plugin - - - copy-resources - validate - - copy-resources - - - ${basedir}/target/classes/static/ - - - ${basedir}/../elastest-torm-gui/dist - - - - - -