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:
parent
8c7733bb93
commit
7ade6dfb06
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue