Browse Source

Don't pull test and provided dependencies into the CLI jar

pull/234/head
Andy Wilkinson 12 years ago
parent
commit
e96fa79c31
  1. 2
      spring-boot-cli/pom.xml

2
spring-boot-cli/pom.xml

@ -217,7 +217,7 @@ @@ -217,7 +217,7 @@
</goals>
<configuration>
<outputDirectory>${project.build.directory}/assembly/lib</outputDirectory>
<includeScope>compile</includeScope>
<includeScope>runtime</includeScope>
</configuration>
</execution>
</executions>

Loading…
Cancel
Save