We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21c371 commit d67c094Copy full SHA for d67c094
modules/processor/src/main/java/uk/gov/hmcts/reform/migration/CaseMigrationRunner.java
@@ -26,11 +26,6 @@ public class CaseMigrationRunner implements CommandLineRunner {
26
private CaseMigrationProcessor caseMigrationProcessor;
27
28
public static void main(String[] args) {
29
- System.setProperty("http.proxyHost", "proxyout.reform.hmcts.net");
30
- System.setProperty("http.proxyPort", "8080");
31
- System.setProperty("https.proxyHost", "proxyout.reform.hmcts.net");
32
- System.setProperty("https.proxyPort", "8080");
33
-
34
SpringApplication.run(CaseMigrationRunner.class, args);
35
}
36
0 commit comments