From a07d8b8e422ca0666daba9163751ce2f7df2ac54 Mon Sep 17 00:00:00 2001 From: Scott M Stark Date: Sat, 2 Mar 2024 01:26:12 -0600 Subject: [PATCH] TCK runner was showing inconsistent dependencies, so add them explicitly. (#564) Prepare to replace 4.1.0 staging build. Signed-off-by: Scott M Stark --- api/pom.xml | 2 +- dist-build/jboss-runner.pom | 15 +++++++++++++++ dist-build/pom.xml | 2 +- doc/reference/pom.xml | 2 +- ext-lib/pom.xml | 2 +- impl/pom.xml | 2 +- lang-model/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 22 insertions(+), 7 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 890027efa4..fa75f2fac5 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ jakarta.enterprise cdi-tck-parent - 4.1.0 + 4.1.0-SNAPSHOT cdi-tck-api diff --git a/dist-build/jboss-runner.pom b/dist-build/jboss-runner.pom index 932151b0e1..eea8b7b1f8 100644 --- a/dist-build/jboss-runner.pom +++ b/dist-build/jboss-runner.pom @@ -146,6 +146,21 @@ 2.6 test + + org.testng + testng + test + + + org.jboss.arquillian.testng + arquillian-testng-container + test + + + org.jboss.shrinkwrap.descriptors + shrinkwrap-descriptors-impl-javaee + test + diff --git a/dist-build/pom.xml b/dist-build/pom.xml index f566023115..a475ff7ca3 100644 --- a/dist-build/pom.xml +++ b/dist-build/pom.xml @@ -4,7 +4,7 @@ jakarta.enterprise cdi-tck-parent - 4.1.0 + 4.1.0-SNAPSHOT ../pom.xml diff --git a/doc/reference/pom.xml b/doc/reference/pom.xml index 0cd2e0f8c0..1f6b84d3ef 100644 --- a/doc/reference/pom.xml +++ b/doc/reference/pom.xml @@ -10,7 +10,7 @@ jakarta.enterprise cdi-tck-parent - 4.1.0 + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/ext-lib/pom.xml b/ext-lib/pom.xml index b90beb172a..6da9676801 100644 --- a/ext-lib/pom.xml +++ b/ext-lib/pom.xml @@ -3,7 +3,7 @@ cdi-tck-parent jakarta.enterprise - 4.1.0 + 4.1.0-SNAPSHOT cdi-tck-ext-lib CDI TCK Installed Library - test bean archive diff --git a/impl/pom.xml b/impl/pom.xml index c9a3f69b4e..7eeadadeab 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -3,7 +3,7 @@ cdi-tck-parent jakarta.enterprise - 4.1.0 + 4.1.0-SNAPSHOT 4.0.0 cdi-tck-core-impl diff --git a/lang-model/pom.xml b/lang-model/pom.xml index 31507d7493..7c2a81d4be 100644 --- a/lang-model/pom.xml +++ b/lang-model/pom.xml @@ -3,7 +3,7 @@ cdi-tck-parent jakarta.enterprise - 4.1.0 + 4.1.0-SNAPSHOT 4.0.0 cdi-tck-lang-model diff --git a/pom.xml b/pom.xml index 51fc9e72a8..90209eb722 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ jakarta.enterprise cdi-tck-parent pom - 4.1.0 + 4.1.0-SNAPSHOT Jakarta CDI TCK