Skip to content

Instantly share code, notes, and snippets.

@danveloper
Created March 20, 2013 21:18
Show Gist options
  • Save danveloper/5208543 to your computer and use it in GitHub Desktop.
Save danveloper/5208543 to your computer and use it in GitHub Desktop.
ActiveMQ Grails Dependencies -- Real Time Logging Project
dependencies {
...
compile 'org.apache.activemq:activemq-core:5.7.0'
// (this is necessary for namespace support)
compile 'org.apache.xbean:xbean-spring:3.12'
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment