diff --git a/docs/cucumber/state.mdx b/docs/cucumber/state.mdx index e8af492..26ced16 100644 --- a/docs/cucumber/state.mdx +++ b/docs/cucumber/state.mdx @@ -254,28 +254,6 @@ testImplementation("io.cucumber:cucumber-weld:{{% version "cucumberjvm" %}}") There is no documentation yet, but the code is on [GitHub](https://github.com/cucumber/cucumber-jvm/tree/main/cucumber-weld). -### Needle - -To use Needle, add the following dependency to your `pom.xml`: - -```xml - - io.cucumber - cucumber-needle - {{% version "cucumberjvm" %}} - test - -``` - -Or, if you are using Gradle, add: - -```kotlin -testImplementation("io.cucumber:cucumber-needle:{{% version "cucumberjvm" %}}") -``` - -There is no documentation yet, but the code is on [GitHub](https://github.com/cucumber/cucumber-jvm/tree/main/cucumber-needle). - - ### Quarkus To use Quarkus, add the following dependency to your `pom.xml`: