Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions docs/cucumber/state.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-needle</artifactId>
<version>{{% version "cucumberjvm" %}}</version>
<scope>test</scope>
</dependency>
```

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`:
Expand Down