diff --git a/etc/scripts/validation/dependency-convergence.sh b/etc/scripts/validation/dependency-convergence.sh index 9bcf4fed54..f92c012a3e 100755 --- a/etc/scripts/validation/dependency-convergence.sh +++ b/etc/scripts/validation/dependency-convergence.sh @@ -32,6 +32,7 @@ mvn -f ${WS_DIR}/pom.xml -Dexec.executable='echo' \ -Dexec.args=${DEPENDENCY_GENERATION_PATTERN} \ ${MVN_ARGS} \ ${EXCLUDE_ARGS} \ + -Pstaging \ -pl '!:helloworld-benchmark' exec:exec -q > ${CURRENT_LOCATION}/${TEMP_FILE} #add the list of modules to the prepared pom.xml diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml index 90d6463780..1a19209be6 100644 --- a/examples/groovy/pom.xml +++ b/examples/groovy/pom.xml @@ -42,6 +42,14 @@ org.junit.jupiter junit-jupiter-api + + org.junit.jupiter + junit-jupiter-engine + + + org.junit.platform + junit-platform-commons + diff --git a/media/json-gson/pom.xml b/media/json-gson/pom.xml index 23062a7b7d..f432c7ca48 100644 --- a/media/json-gson/pom.xml +++ b/media/json-gson/pom.xml @@ -75,6 +75,12 @@ com.google.code.gson gson + + + com.google.errorprone + error_prone_annotations + + org.junit.jupiter