Skip to content

Commit

Permalink
fix(build/spark): Add explicit dependency to openlineage-converter (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es authored Aug 29, 2024
1 parent 6204cba commit d964224
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metadata-integration/java/acryl-spark-lineage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit d964224

Please sign in to comment.