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