Skip to content

Instantly share code, notes, and snippets.

@pjmuley
Last active December 21, 2016 23:57
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 pjmuley/123b8e6b48e3d053d980c12c35fe2989 to your computer and use it in GitHub Desktop.
Save pjmuley/123b8e6b48e3d053d980c12c35fe2989 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-cxf</artifactId>
<version>${mule.version}</version>
</dependency>
<dependency>
<groupId>com.mulesoft.weave</groupId>
<artifactId>mule-plugin-weave</artifactId>
<version>${mule.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-db</artifactId>
<version>${mule.version}</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment