Skip to content

Instantly share code, notes, and snippets.

@wenqiglantz
Created January 7, 2022 02:11
Show Gist options
  • Save wenqiglantz/e33039542065c404c4f58c442cddfdc2 to your computer and use it in GitHub Desktop.
Save wenqiglantz/e33039542065c404c4f58c442cddfdc2 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java</artifactId>
<version>${cucumber.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-spring</artifactId>
<version>${cucumber.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-junit-platform-engine</artifactId>
<version>${cucumber.version}</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment