Skip to content

Commit

Permalink
Export "filter" package
Browse files Browse the repository at this point in the history
Issue #2063
  • Loading branch information
sormuras committed Dec 5, 2019
1 parent 22d6264 commit c2a08f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -20,5 +20,6 @@
exports org.junit.platform.engine.support.config;
exports org.junit.platform.engine.support.descriptor;
exports org.junit.platform.engine.support.discovery;
exports org.junit.platform.engine.support.filter;
exports org.junit.platform.engine.support.hierarchical;
}
Expand Up @@ -5,6 +5,7 @@ exports org.junit.platform.engine.reporting
exports org.junit.platform.engine.support.config
exports org.junit.platform.engine.support.descriptor
exports org.junit.platform.engine.support.discovery
exports org.junit.platform.engine.support.filter
exports org.junit.platform.engine.support.hierarchical
requires java.base mandated
requires org.apiguardian.api transitive
Expand Down

0 comments on commit c2a08f0

Please sign in to comment.