modules.com.hazelcast.main.module.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx Show documentation
Show all versions of vertx Show documentation
Deploys the Vert.x JCA Adapter
<?xml version="1.0" encoding="UTF-8"?> <module xmlns="urn:jboss:module:1.3" name="com.hazelcast"> <resources> <artifact name="com.hazelcast:hazelcast:3.6.3"/> </resources> <dependencies> <module name="javax.api"/> <module name="sun.jdk"/> <module name="javax.transaction.api"/> </dependencies> </module>