Skip to content

Commit

Permalink
Fix failing integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Nov 20, 2018
1 parent 4058005 commit 8407c9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

org.junit.jupiter.engine@${jupiterVersion} automatic
requires java.base mandated
provides org.junit.platform.engine.TestEngine with org.junit.jupiter.engine.jupitertestengine
provides org.junit.platform.engine.TestEngine with org.junit.jupiter.engine.JupiterTestEngine
contains org.junit.jupiter.engine
contains org.junit.jupiter.engine.descriptor
contains org.junit.jupiter.engine.discovery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

org.junit.platform.surefire.provider@${platformVersion} automatic
requires java.base mandated
provides org.apache.maven.surefire.providerapi.SurefireProvider with org.junit.platform.surefire.provider.junitplatformprovider
provides org.apache.maven.surefire.providerapi.SurefireProvider with org.junit.platform.surefire.provider.JUnitPlatformProvider
contains org.junit.platform.surefire.provider
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

org.junit.vintage.engine@${vintageVersion} automatic
requires java.base mandated
provides org.junit.platform.engine.TestEngine with org.junit.vintage.engine.vintagetestengine
provides org.junit.platform.engine.TestEngine with org.junit.vintage.engine.VintageTestEngine
contains org.junit.vintage.engine
contains org.junit.vintage.engine.descriptor
contains org.junit.vintage.engine.discovery
Expand Down

0 comments on commit 8407c9e

Please sign in to comment.