Skip to content

Instantly share code, notes, and snippets.

@tonfever
Last active September 5, 2018 07:01
Show Gist options
  • Save tonfever/b19143bbd531b90dcdc66ae0ebed6465 to your computer and use it in GitHub Desktop.
Save tonfever/b19143bbd531b90dcdc66ae0ebed6465 to your computer and use it in GitHub Desktop.
Pom for setting up Citrus Simulator
<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