Merge pull request #1773 from eclipse/cd_junit58x

manage transitive apiguardian dep
This commit is contained in:
Christian Dietrich 2021-10-28 11:34:19 +02:00 committed by GitHub
commit d7e912a081
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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