All Downloads are FREE. Search and download functionalities are using the official Maven repository.

blaze-storage-testsuite-common.0.2.3.source-code.test-jboss-deployment-structure.xml Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
<?xml version="1.0"?>
<jboss-deployment-structure>
	<deployment>
		<dependencies>
            <system export="true">
                <paths>
                	<!-- Actually we need this to avoid class not found exceptions when using java.util.ServiceProvider -->
                    <path name="com/sun/nio/zipfs"/>
                </paths>
            </system>
            
			<module name="org.infinispan" />
			<module name="org.infinispan.commons" />
			<module name="org.infinispan.client.hotrod" />
		</dependencies>
	</deployment>
</jboss-deployment-structure>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy