Hi team, I'm building datahub in an internal envir...
# all-things-deployment
e
Hi team, I'm building datahub in an internal environment, it built failed with commons-text:1.8 in the plugin pegasus and 1.8 is not allowed to download due to vulnerabilities. I tried to put a new version in build.gradle in the root path(this works for log4j 2.17.0), but it does not work. I also tried other gradle files, but didn't make it. Does anyone know how to upgrade or exclude the commons-text jar in pegasus? Thank you!
Screenshot2023_05_22_110623.jpg
I have fixed this by upgrading pegasus... but again new failure due to log4j 2.17.0 in gradle zinc. I tried the way in https://blog.gradle.org/log4j-vulnerability and add buidscript block in every *.gradle file, but it does not work. I modified the version to 2.19.0 but it still download log4j-core.2.17.0 again and again. What could be the reason?
Hello, @big-carpet-38439, could you please help?