mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Merge pull request #1773 from eclipse/cd_junit58x
manage transitive apiguardian dep
This commit is contained in:
commit
d7e912a081
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ dependencies {
|
|||
api project(':org.eclipse.xtext.ide')
|
||||
api 'org.eclipse.lsp4j:org.eclipse.lsp4j'
|
||||
optional 'junit:junit'
|
||||
optional 'org.apiguardian:apiguardian-api'
|
||||
optional 'org.junit.jupiter:junit-jupiter-api'
|
||||
optional 'org.junit.jupiter:junit-jupiter-engine'
|
||||
// optional for the utilities but mandatory to run the tests
|
||||
|
|
Loading…
Reference in a new issue