Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexandramartinez/798a12afe843c7218ae2564b9a0bc9d7 to your computer and use it in GitHub Desktop.
Save alexandramartinez/798a12afe843c7218ae2564b9a0bc9d7 to your computer and use it in GitHub Desktop.
<!-- Solace -->
<dependency>
<groupId>com.solacesystems</groupId>
<artifactId>sol-jcsmp</artifactId>
<version>10.2.0</version>
</dependency>
<dependency>
<groupId>com.solacesystems</groupId>
<artifactId>sol-jms</artifactId>
<version>10.3.0</version>
</dependency>
<!-- JMS -->
<dependency>
<groupId>org.mule.connectors</groupId>
<artifactId>mule-jms-connector</artifactId>
<version>1.7.0</version>
<classifier>mule-plugin</classifier>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment