summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/mso/docker-files/jboss-configs/modules/mariadb/main/module.xml
blob: 1b127358ed45c04664490208a6851fcbdf36e7b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xmlversion="1.0"encoding="UTF-8"?>

<module xmlns="urn:jboss:module:1.0" name="mariadb">
  <resources>
     <resource-root path="mariadb-java-client-1.5.4.jar"/>              
  </resources>
  <dependencies>
     <module name="javax.api"/>
     <module name="javax.transaction.api"/>
  </dependencies>
</module>