Skip to content

Instantly share code, notes, and snippets.

@beyondxscratch
Created August 5, 2019 06:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save beyondxscratch/7058580e7cdfb5ed4bf8c94e46a211d0 to your computer and use it in GitHub Desktop.
<properties>
<cucumber.version>4.2.3</cucumber.version>
<assertj-core.version>3.11.1</assertj-core.version>
</properties>
...
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-picocontainer</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