Skip to content

Instantly share code, notes, and snippets.

@zlandorf
Last active July 25, 2020 12:37
Show Gist options
  • Select an option

  • Save zlandorf/09e79766b1a514bf032ef0928fe5ab7b to your computer and use it in GitHub Desktop.

Select an option

Save zlandorf/09e79766b1a514bf032ef0928fe5ab7b to your computer and use it in GitHub Desktop.
dependencies {
// ...
implementation("org.axonframework:axon-spring-boot-starter:4.3.5")
// ...
}
configurations {
testImplementation.get().exclude(group = "org.axonframework", module = "axon-server-connector")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment