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:").