From 7ade6dfb06106d0b80362fa261c2a40aa449edcb Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Tue, 5 Jan 2016 02:28:28 +0400 Subject: [PATCH] "exclude", not "excluded". --- documentation/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index a132cee..4cdcd37 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -278,8 +278,8 @@ dependencies {
Not used at compile time but passed to the JVM to run your application.
provided
Used at compile time but not used to run your application.
-
excluded
-
Excluded from the classpath. You can either +
exclude
+
Exclude the given dependencies from the classpath. You can either specify a versioned id (e.g. "groupId:artifactId:version") or a versionless one ("groupId:artifactId:").