Browse Source

Allow snapshot repositories in integration tests

Update CLI SampleIntegrationTests to no longer disable snapshot repos.
pull/85/merge
Phillip Webb 12 years ago
parent
commit
3d714d3016
  1. 2
      spring-boot-cli/src/test/java/org/springframework/boot/cli/SampleIntegrationTests.java

2
spring-boot-cli/src/test/java/org/springframework/boot/cli/SampleIntegrationTests.java

@ -71,7 +71,7 @@ public class SampleIntegrationTests { @@ -71,7 +71,7 @@ public class SampleIntegrationTests {
@Before
public void setup() throws Exception {
System.setProperty("disableSpringSnapshotRepos", "true");
System.setProperty("disableSpringSnapshotRepos", "false");
new CleanCommand().run("org.springframework");
}

Loading…
Cancel
Save