cmarchand / maven-catalogBuilder-plugin

A plugin to build xml catalog corresponding to project depencencies
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

[Java 8] Move to Java 8 and remove Guava #11

Closed cmarchand closed 2 years ago

cmarchand commented 2 years ago

I've decided not to support Java pre 8 anymore.

So move to Java 8.

And remove Guava dependency that has a security risk and was use only to join Strings. And String joining is now easy with Java 8 without any dependency.

cmarchand commented 2 years ago

Release 4.0.0 published