diff --git a/hibernate-agroal/hibernate-agroal.gradle b/hibernate-agroal/hibernate-agroal.gradle index d19d28475c8a..855136bfadf6 100644 --- a/hibernate-agroal/hibernate-agroal.gradle +++ b/hibernate-agroal/hibernate-agroal.gradle @@ -12,8 +12,10 @@ description = 'Integration for Agroal as a ConnectionProvider for Hibernate ORM' dependencies { implementation project( ':hibernate-core' ) + + // NOTE: technically `agroal-pool` pulls in `agroal-api`, but for documentation sake... implementation libs.agroal + implementation libs.agroalPool testImplementation project( ':hibernate-testing' ) - testRuntimeOnly libs.agroalPool }