We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323615c commit 61d53c1Copy full SHA for 61d53c1
hibernate-agroal/hibernate-agroal.gradle
@@ -12,8 +12,10 @@ description = 'Integration for Agroal as a ConnectionProvider for Hibernate ORM'
12
13
dependencies {
14
implementation project( ':hibernate-core' )
15
+
16
+ // NOTE: technically `agroal-pool` pulls in `agroal-api`, but for documentation sake...
17
implementation libs.agroal
18
+ implementation libs.agroalPool
19
20
testImplementation project( ':hibernate-testing' )
- testRuntimeOnly libs.agroalPool
21
}
0 commit comments