From bc2dd6580cab937d07e4192061eb4ea6205a9f96 Mon Sep 17 00:00:00 2001 From: Santiago Pericasgeertsen Date: Fri, 5 Jun 2020 15:54:31 -0400 Subject: [PATCH] Move test dependencies into main pom. Signed-off-by: Santiago Pericasgeertsen --- dependencies/pom.xml | 16 ---------------- pom.xml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/dependencies/pom.xml b/dependencies/pom.xml index afc37561ddc..af458625f6d 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -1033,22 +1033,6 @@ reactive-streams-tck ${version.lib.reactive-streams-tck} - - com.github.tomakehurst - wiremock - 2.26.3 - - - org.apache.commons - commons-lang3 - - - - - org.apache.commons - commons-lang3 - 3.10 - org.glassfish.jersey diff --git a/pom.xml b/pom.xml index cca2b830f53..cbc9ca20564 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,8 @@ 3.1.6 2.0.0.Final 1.23 + 2.26.3 + 3.10 @@ -953,6 +955,22 @@ jmh-generator-annprocess ${version.lib.jmh} + + com.github.tomakehurst + wiremock + ${version.lib.wiremock} + + + org.apache.commons + commons-lang3 + + + + + org.apache.commons + commons-lang3 + ${version.lib.commons-lang3} +