davidB / scala-maven-plugin

The scala-maven-plugin (previously maven-scala-plugin) is used for compiling/testing/running/documenting scala code in maven.
https://davidb.github.io/scala-maven-plugin/
The Unlicense
554 stars 150 forks source link

Remove deprecated dependency on maven-compat #756

Closed samantmaharaj closed 4 months ago

samantmaharaj commented 4 months ago

Maven 4 will no longer include the org.apache.maven:maven-compat library in the runtime.

Current versions of Maven 3 produce deprecation warnings related to this dependency in the plugin.

This PR removes the library as it does not appear to be used.

slandelle commented 4 months ago

Thanks!