Lab showing keycloak deployed with clustering enabled
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
308 B

<?xml version="1.0" ?>
<module xmlns="urn:jboss:module:1.3" name="org.postgresql.jdbc">
<resources>
<resource-root path="postgresql-42.3.3.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
<module name="javax.transaction.api"/>
</dependencies>
</module>