Skip to content
Snippets Groups Projects
Verified Commit d84a440e authored by Adam Krídl's avatar Adam Krídl
Browse files

Change spring-boot-starter-tests's scope from test to compile

parent 36a8f577
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -82,11 +82,9 @@
<artifactId>spring-data-commons</artifactId>
</dependency>
<!-- for testing -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment