Skip to content

Commit

Permalink
Merge pull request kagkarlsson#82 from ystarikovich/junit-test-scope
Browse files Browse the repository at this point in the history
move junit explicitly to the test scope
  • Loading branch information
kagkarlsson authored Jan 14, 2020
2 parents a194b64 + cfe9540 commit 513263c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db-scheduler-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 513263c

Please sign in to comment.