HHH-17362 - Define dependencies of hibernate-jpamodelgen as api
https://hibernate.atlassian.net/browse/HHH-17362
This commit is contained in:
parent
a9d77d2c70
commit
48451d2e2f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue