Skip to content

Commit d67c094

Browse files
chore: Remove proxy reference as it has been shutdown (#4)
1 parent b21c371 commit d67c094

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/processor/src/main/java/uk/gov/hmcts/reform/migration/CaseMigrationRunner.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ public class CaseMigrationRunner implements CommandLineRunner {
2626
private CaseMigrationProcessor caseMigrationProcessor;
2727

2828
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-
3429
SpringApplication.run(CaseMigrationRunner.class, args);
3530
}
3631

0 commit comments

Comments
 (0)