Skip to content

Commit

Permalink
Explicit junit-jupiter-api test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Dec 24, 2022
1 parent 8039a66 commit c6b3fb4
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions mq/main/pom.xml
Expand Up @@ -948,10 +948,10 @@
</build>
</profile>
<profile>
<id>add-test-dependencies</id>
<id>add-test-dependencies:junit-jupiter-api</id>
<activation>
<file>
<exists>${basedir}/src/test</exists>
<exists>${basedir}/src/test/needs.junit-jupiter-api</exists>
</file>
</activation>
<dependencies>
Expand Down

0 comments on commit c6b3fb4

Please sign in to comment.