add missing processor dependencies that are needed in Maven
Gradle didn't need these
This commit is contained in:
parent
1a2c1a67a5
commit
f78c6da4f7
|
@ -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…
Reference in New Issue