Allow snapshot repositories in integration tests
Update CLI SampleIntegrationTests to no longer disable snapshot repos.
This commit is contained in:
parent
19b74461e4
commit
3d714d3016
|
@ -71,7 +71,7 @@ public class SampleIntegrationTests {
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setup() throws Exception {
|
public void setup() throws Exception {
|
||||||
System.setProperty("disableSpringSnapshotRepos", "true");
|
System.setProperty("disableSpringSnapshotRepos", "false");
|
||||||
new CleanCommand().run("org.springframework");
|
new CleanCommand().run("org.springframework");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue