mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
add missing processor dependencies that are needed in Maven
Gradle didn't need these
This commit is contained in:
parent
2d9f633188
commit
d1734a3964
@ -54,12 +54,15 @@ sourceSets {
|
||||
dependencies {
|
||||
// api - ewww... but Maven needs them this way
|
||||
api project( ':hibernate-core' )
|
||||
api libs.hcann
|
||||
api libs.jandex
|
||||
api jakartaLibs.jaxbApi
|
||||
api jakartaLibs.jaxb
|
||||
api jakartaLibs.validation
|
||||
api jakartaLibs.annotation
|
||||
api libs.antlrRuntime
|
||||
api libs.byteBuddy
|
||||
api libs.logging
|
||||
|
||||
xjc jakartaLibs.xjc
|
||||
xjc jakartaLibs.jaxb
|
||||
|
Loading…
x
Reference in New Issue
Block a user