mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
fix(build/spark): Add explicit dependency to openlineage-converter (#11268)
This commit is contained in:
parent
6204cba2bb
commit
d9642243c0
@ -49,6 +49,8 @@ dependencies {
|
||||
implementation externalDependency.typesafeConfig
|
||||
implementation externalDependency.json
|
||||
|
||||
implementation project(':metadata-integration:java:openlineage-converter')
|
||||
|
||||
implementation project(path: ':metadata-integration:java:datahub-client', configuration: 'shadow')
|
||||
implementation project(path: ':metadata-integration:java:openlineage-converter', configuration: 'shadow')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user