mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Added missing jaxb dependency for plugin API.
This commit is contained in:
parent
a431f4850b
commit
a115111168
1 changed files with 4 additions and 1 deletions
|
@ -124,7 +124,10 @@ val kobaltPluginApi = project {
|
|||
"org.junit.jupiter:junit-jupiter-engine:${Versions.junitJupiter}",
|
||||
"org.junit.vintage:junit-vintage-engine:${Versions.junitVintageVersion}",
|
||||
"org.apache.commons:commons-compress:1.15",
|
||||
"commons-io:commons-io:2.6"
|
||||
"commons-io:commons-io:2.6",
|
||||
|
||||
// Java 9
|
||||
"javax.xml.bind:jaxb-api:2.3.0"
|
||||
)
|
||||
exclude(*aether("impl", "spi", "util", "api"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue