diff --git a/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java b/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java index cabc861c..4a23ba5f 100644 --- a/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java +++ b/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java @@ -316,8 +316,8 @@ public class ShadeMojo extends AbstractMojo { * When true, dependencies will be stripped down on the class level to only the transitive hull required for the * artifact. See also {@link #entryPoints}, if you wish to further optimize JAR minimization. *
- * Note: This feature requires Java 1.8 or higher due to its use of - * jdependency. Its accuracy therefore also depends on + * Note: This feature uses + * jdependency. Its accuracy therefore depends on * jdependency's limitations. * * @since 1.4