diff --git a/api/pom.xml b/api/pom.xml index 890027efa..fa75f2fac 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 932151b0e..eea8b7b1f 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 f56602311..a475ff7ca 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 0cd2e0f8c..1f6b84d3e 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 b90beb172..6da967680 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 c9a3f69b4..7eeadadea 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 31507d749..7c2a81d4b 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 51fc9e72a..90209eb72 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