Skip to content

Commit

Permalink
Explicit mockito-junit-jupiter test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Dec 24, 2022
1 parent 4446cfb commit 04217ed
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
20 changes: 15 additions & 5 deletions mq/main/pom.xml
Expand Up @@ -969,11 +969,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
<profile>
Expand All @@ -991,6 +986,21 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>add-test-dependencies:mockito-junit-jupiter</id>
<activation>
<file>
<exists>${basedir}/src/test/needs.mockito-junit-jupiter</exists>
</file>
</activation>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
<profile>
<id>add-lombok-dependency</id>
<activation>
Expand Down

0 comments on commit 04217ed

Please sign in to comment.