HHH-17362 - Define dependencies of hibernate-jpamodelgen as api

https://hibernate.atlassian.net/browse/HHH-17362
This commit is contained in:
Steve Ebersole 2023-11-17 13:11:24 -06:00
parent a9d77d2c70
commit 48451d2e2f
1 changed files with 2 additions and 3 deletions

View File

@ -19,9 +19,8 @@ ext {
}
dependencies {
implementation project( ':hibernate-core' )
// ewww... but Maven needs them this way, and it is irrelevant to Gradle which is smarter here
// api - ewww... but Maven needs them this way
api project( ':hibernate-core' )
api jakartaLibs.jaxbApi
api jakartaLibs.jaxb
api jakartaLibs.validation