Skip to content

Instantly share code, notes, and snippets.

@danveloper
Created March 20, 2013 21:19
Show Gist options
  • Save danveloper/5208555 to your computer and use it in GitHub Desktop.
Save danveloper/5208555 to your computer and use it in GitHub Desktop.
Spring Integration Grails Dependencies -- Real Time Logging Project
dependencies {
...
compile 'org.springframework.integration:spring-integration-core:2.2.0.RELEASE'
compile 'org.springframework.integration:spring-integration-jms:2.2.0.RELEASE'
compile 'org.springframework.integration:spring-integration-stream:2.2.0.RELEASE'
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment