Closed The-Funk closed 6 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 @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.
@AsafMah I believe the commit above should resolve the build issue. I updated the dependency plugin to ignore those two used but undeclared dependencies
Changed