From 48d227544abb87fafe80ff2e9e3e0da51b567084 Mon Sep 17 00:00:00 2001 From: daniel-y Date: Thu, 14 Sep 2023 19:21:43 +0800 Subject: [PATCH] chore(pom): move enforcer plugin to top pom.xml, and pass the compile Signed-off-by: daniel-y --- controller/pom.xml | 18 ----------------- pom.xml | 49 ++++++++++++++++++++++++++++++++++------------ 2 files changed, 36 insertions(+), 31 deletions(-) diff --git a/controller/pom.xml b/controller/pom.xml index d3ee4882d..715dc350f 100644 --- a/controller/pom.xml +++ b/controller/pom.xml @@ -131,24 +131,6 @@ - - org.apache.maven.plugins - maven-enforcer-plugin - 1.4.1 - - - enforce - - enforce - - - - - - - - - org.codehaus.mojo build-helper-maven-plugin diff --git a/pom.xml b/pom.xml index 33377f007..5b3963ae7 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,6 @@ 2.0.9 1.4.11 0.7.6 - 4.2.0 5.5.0 @@ -98,13 +97,17 @@ + - org.awaitility - awaitility - ${awaitility.version} - test + com.google.protobuf + protobuf-java-util + 3.24.0 + + + com.squareup.okio + okio-jvm + 3.2.0 - @@ -137,13 +140,6 @@ assertj-core ${assertj-core.version} test - - - - net.bytebuddy - byte-buddy - - org.mockito @@ -163,6 +159,14 @@ ${awaitility.version} test + + + + net.bytebuddy + byte-buddy + 1.14.6 + test + @@ -188,6 +192,25 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + enforce + + enforce + + + + + + + + + + \ No newline at end of file