Fix scope of bootstrap core dependency

This commit is contained in:
Dave Syer 2013-05-08 07:05:39 +01:00
parent 98d48a3cc1
commit 376ae63fc5

View File

@ -14,7 +14,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>spring-bootstrap</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>