-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
All your examples look like this
wildfly::config::module { 'org.apache.ignite':
source => 'http://my.source.com/source-file.jar',
dependencies => ['javax.api', 'javax.transaction.api']
}
what about when there are multiple jar files as part of a module?
such as
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.1" name="org.apache.ignite">
<resources>
<resource-root path="ignite-core-2.8.1.jar"/>
<resource-root path="ignite-indexing-2.8.1.jar"/>
<resource-root path="ignite-shmem-1.0.0.jar"/>
<resource-root path="cache-api-1.0.0.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
<module name="sun.jdk" />
<module name="com.h2database.h2" />
</dependencies>
</module>
Metadata
Metadata
Assignees
Labels
No labels