Browse Source

Fix scope of bootstrap core dependency

pull/1/head
Dave Syer 13 years ago
parent
commit
376ae63fc5
  1. 1
      spring-bootstrap-applications/spring-bootstrap-application/pom.xml

1
spring-bootstrap-applications/spring-bootstrap-application/pom.xml

@ -14,7 +14,6 @@ @@ -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>

Loading…
Cancel
Save