whitesource / unified-agent-distribution

51 stars 48 forks source link

Mend Unified Agent Could not find Jar files on v24.3.2 #55

Closed ProgrammingPete closed 2 months ago

ProgrammingPete commented 2 months ago

After upgrading the unified agaent, it can no longer find some jars within our project. Which results in the following error:

[DEBUG] [2024-04-15 18:37:30,658 -0400] - converting node to dependency : commons-codec
[DEBUG] [2024-04-15 18:37:30,658 -0400] - converting node to dependency : gson
[DEBUG] [2024-04-15 18:37:30,658 -0400] - Could not find jar file for com.google.code.gson-gson

This then results in the following whitesource error:

[EUA010]: A dependency filename was not found or is possibly corrupted (artifactId:gson)

Would anyone know how to resolve this? Please let me know if you would need more information from me.

ProgrammingPete commented 2 months ago

Closing this issue. I discovered that the maven command I was running before mend was not correctly configured. thank you