Add support for AWS Advanced JDBC Wrapper
This commit adds an entry for the AWS Advanced JDBC Wrapper to the DatabaseDriver enum. This allows the driver class name to be auto-detected from jdbc:aws-wrapper:… URLs. See gh-43812 Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
This commit is contained in:
committed by
Andy Wilkinson
parent
89cd525f14
commit
2bf413c9a9
@@ -25,6 +25,13 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("AWS Advanced JDBC Wrapper", "2.5.4") {
|
||||
group("software.amazon.jdbc") {
|
||||
modules = [
|
||||
"aws-advanced-jdbc-wrapper"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("C3P0", "0.9.5.5") {
|
||||
group("com.mchange") {
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user