JDBC Drivers
While in most cases this is unnecessary and handled by CAS automatically, you may need to also include the following module to account for various database drivers:
1 2 3 4 5 | <dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-support-jdbc-drivers</artifactId> <version>${cas.version}</version> </dependency> |
1 | compile "org.apereo.cas:cas-server-support-jdbc-drivers:${project.'cas.version'}" |
Automatic support for database drivers includes:
- HSQLDB
- MySQL
- PostgreSQL
- MariaDB
- Microsoft SQL Server (JTDS)
- Sybase
All other drivers need to be manually added to the build configuration.