Skip to content

Commit

Permalink
Changing scope of test deps (#226)
Browse files Browse the repository at this point in the history
I think there are some deps which are only needed in test context.

Co-authored-by: Hristo Borisov <hristo.borisov@sap.com>
  • Loading branch information
davidsarosap and hborisov authored Mar 1, 2024
1 parent 81fd5ff commit d2d2f61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scimono-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,22 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit d2d2f61

Please sign in to comment.