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-29 17:26:08 +02:00
committed by Dave Syer
parent 63df612add
commit 093ed35135

View File

@@ -24,7 +24,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> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>