Skip to content

Commit

Permalink
Add/remove test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed Oct 18, 2021
1 parent 3d8cb4d commit baedcb4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 11 additions & 0 deletions shogun-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-envers</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>

<!-- Database driver -->
<dependency>
Expand Down Expand Up @@ -141,6 +146,12 @@
<groupId>de.terrestris</groupId>
<artifactId>shogun-admin</artifactId>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
6 changes: 0 additions & 6 deletions shogun-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit baedcb4

Please sign in to comment.