azure-kusto-java icon indicating copy to clipboard operation
azure-kusto-java copied to clipboard

bumps dependencies, removes explicit reactor and msal4j dependency

Open The-Funk opened this issue 10 months ago • 3 comments

Changed

  • bumps jackson dependency for alignment with latest GA databricks runtime
  • removes explicit declaration of reactor-core dependency (allow version to come from azure-core)
  • removes explicit declaration of msal4j dependency (allow version to come from azure-identity)
  • bumps various other dependencies for security and latest features

The-Funk avatar Mar 25 '24 23:03 The-Funk

@The-Funk @ag-ramachandran seems the build errors: Error: Used undeclared dependencies found: Error: com.microsoft.azure:msal4j:jar:1.14.3:compile Error: io.projectreactor:reactor-core:jar:3.4.34:compile

AsafMah avatar Apr 08 '24 10:04 AsafMah

@The-Funk @ag-ramachandran seems the build errors: Error: Used undeclared dependencies found: Error: com.microsoft.azure:msal4j:jar:1.14.3:compile Error: io.projectreactor:reactor-core:jar:3.4.34:compile

This is due to the maven-dependency plugin used in this project. I'm not sure how to configure that plugin to tell it that we get these dependencies elsewhere and they don't need explicitly declared.

The-Funk avatar Apr 09 '24 13:04 The-Funk

@AsafMah I believe the commit above should resolve the build issue. I updated the dependency plugin to ignore those two used but undeclared dependencies

The-Funk avatar Apr 10 '24 14:04 The-Funk