Allow snapshot repositories in integration tests

Update CLI SampleIntegrationTests to no longer disable snapshot repos.
pull/85/merge
Phillip Webb 11 years ago
parent 19b74461e4
commit 3d714d3016

@ -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