Last active
September 5, 2018 07:01
-
-
Save tonfever/b19143bbd531b90dcdc66ae0ebed6465 to your computer and use it in GitHub Desktop.
Pom for setting up Citrus Simulator
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
<dependency> | |
<groupId>com.consol.citrus</groupId> | |
<artifactId>citrus-simulator-starter</artifactId> | |
<version>1.0.2</version> | |
</dependency> | |
<dependency> | |
<groupId>com.consol.citrus</groupId> | |
<artifactId>citrus-simulator-ui</artifactId> | |
<version>1.0.2</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment