You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Maven-Runtime] Ensure Guava is just referenced and not embedded
Since version 3.9 org.apache.maven:maven-embedder also references guava
and therefore guava slipped again into the m2e.maven.runtime unnoticed.
This change removes it again and ensures it cannot come back.
This reduces the size of the (unzipped) m2e.maven.runtime about 3MB.
0 commit comments