Created
August 5, 2019 06:17
-
-
Save beyondxscratch/7058580e7cdfb5ed4bf8c94e46a211d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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