Closed ralfkonrad closed 5 months ago
From maven 3.9.8 release notes:
Finally, Maven 3.9.8 went thru a “diet”, and lost commons-lang from it's constituents. This change has no effect on plugins (as commons-lang was never published artifact by Core), while extensions, that do depend on presence of it hopefully did declare it as dependency (as would be best practice).
I'll release a fix today
Feel free to try version 9.8.1
Feel free to try version
9.8.1
Thanks for the quick fix. It works as expected. 👍
We get an exception when using maven
v3.9.8
:Looking at the maven lib directory it is obvious that maven has removed ~(or forgotten?)~ the dependency
org.apache.commons:commons-lang3
upgrading fromv3.9.7
tov3.9.8
.The error occurs for both
mvn
andmvnw
on Windows and Ubuntu.