Fix pom alignment

This commit fixes an alignment issue for the test scope added for the
spring-boot-starter-test module.

Fixes gh-10
This commit is contained in:
Stephane Nicoll
2014-04-30 09:58:33 +01:00
committed by Dave Syer
parent 63df612add
commit 093ed35135
+1 -1
View File
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<scope>test</scope>
</dependency>
</dependencies>