1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 12:07:10 -07:00

"exclude", not "excluded".

This commit is contained in:
Cedric Beust 2016-01-05 02:28:28 +04:00
parent 8c7733bb93
commit 7ade6dfb06

View file

@ -278,8 +278,8 @@ dependencies {
<dd>Not used at compile time but passed to the JVM to run your application.</dd>
<dt>provided</dt>
<dd>Used at compile time but not used to run your application.</dd>
<dt>excluded</dt>
<dd>Excluded from the classpath. You can either
<dt>exclude</dt>
<dd>Exclude the given dependencies from the classpath. You can either
specify a versioned id (e.g. <code>"groupId:artifactId:version"</code>) or a versionless one
(<code>"groupId:artifactId:"</code>).</dd>
</dl>