diff --git a/docs/cucumber/state.mdx b/docs/cucumber/state.mdx index e8af492..aca4869 100644 --- a/docs/cucumber/state.mdx +++ b/docs/cucumber/state.mdx @@ -233,14 +233,14 @@ testImplementation("io.cucumber:cucumber-jakarta-openejb:{{% version "cucumberjv There is no documentation yet, but the code is on [GitHub](https://github.com/cucumber/cucumber-jvm/tree/main/cucumber-jakarta-openejb). -### Weld +### CDI -To use Weld, add the following dependency to your `pom.xml`: +To use CDI, add the following dependency to your `pom.xml`: ```xml io.cucumber - cucumber-weld + cucumber-jakarta-cdi {{% version "cucumberjvm" %}} test @@ -249,10 +249,10 @@ To use Weld, add the following dependency to your `pom.xml`: Or, if you are using Gradle, add: ```kotlin -testImplementation("io.cucumber:cucumber-weld:{{% version "cucumberjvm" %}}") +testImplementation("io.cucumber:cucumber-jakarta-cdi:{{% version "cucumberjvm" %}}") ``` -There is no documentation yet, but the code is on [GitHub](https://github.com/cucumber/cucumber-jvm/tree/main/cucumber-weld). +There is no documentation yet, but the code is on [GitHub](https://github.com/cucumber/cucumber-jvm/tree/main/cucumber-jakarta-cdi). ### Needle