Skip to content

Commit 61d53c1

Browse files
committed
HHH-19686 - Add implementation dependency to agroal-pool from hibernate-agroal
1 parent 323615c commit 61d53c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hibernate-agroal/hibernate-agroal.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ description = 'Integration for Agroal as a ConnectionProvider for Hibernate ORM'
1212

1313
dependencies {
1414
implementation project( ':hibernate-core' )
15+
16+
// NOTE: technically `agroal-pool` pulls in `agroal-api`, but for documentation sake...
1517
implementation libs.agroal
18+
implementation libs.agroalPool
1619

1720
testImplementation project( ':hibernate-testing' )
18-
testRuntimeOnly libs.agroalPool
1921
}

0 commit comments

Comments
 (0)