Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.mule.modules</groupId>
  3. <artifactId>mule-module-db</artifactId>
  4. <version>${mule.version}</version>
  5. </dependency>
  6. <dependency>
  7. <groupId>org.mule.modules</groupId>
  8. <artifactId>mule-module-cxf</artifactId>
  9. <version>${mule.version}</version>
  10. </dependency>
  11. <dependency>
  12. <groupId>com.mulesoft.weave</groupId>
  13. <artifactId>mule-plugin-weave_2.11</artifactId>
  14. <version>${mule.version}</version>
  15. <scope>provided</scope>
  16. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement