mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Forgot a dependency.
This commit is contained in:
parent
47bdbf04ee
commit
850e826d7f
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@ val kobaltPluginApi = project {
|
|||
"org.slf4j:slf4j-simple:${Versions.slf4j}",
|
||||
*mavenResolver("api", "spi", "util", "impl", "connector-basic", "transport-http", "transport-file"),
|
||||
"org.apache.maven:maven-aether-provider:3.3.9",
|
||||
"org.testng.testng-remote:testng-remote:1.3.0"
|
||||
"org.testng.testng-remote:testng-remote:1.3.0",
|
||||
"org.testng:testng:6.10"
|
||||
)
|
||||
exclude(*aether("impl", "spi", "util", "api"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue