Skip to content

Instantly share code, notes, and snippets.

@robinsk
Created December 6, 2011 11:55
Show Gist options
  • Save robinsk/1437941 to your computer and use it in GitHub Desktop.
Save robinsk/1437941 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jms</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment