Commit 31e46fb3 by Johannes Stelzer

Merge pull request #38 from izeye/maven-scope-test

Change the scope for spring-boot-starter-test to test.
parents 434042bf befef05f
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment