Azure / azure-kusto-java

Microsoft Azure Kusto Library for Java
MIT License
38 stars 43 forks source link

bumps dependencies, removes explicit reactor and msal4j dependency #357

Closed The-Funk closed 6 months ago

The-Funk commented 8 months ago

Changed

AsafMah commented 7 months ago

@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

The-Funk commented 7 months ago

@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 commented 7 months ago

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