Skip to content

Commit

Permalink
use HTTPS for accessing Maven repositories from AppInitializer
Browse files Browse the repository at this point in the history
  • Loading branch information
mzipay authored and Matthew Zipay committed Oct 19, 2021
1 parent b364c8f commit 27eeaec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ protected void initDatabase(WebApplicationContext ctx) {
getLogger().error("Failed to install Metl samples", e);
}

configurationService.save(new PluginRepository("default", "http://maven.jumpmind.com/repo"));
configurationService.save(new PluginRepository("default", "https://maven.jumpmind.com/repo"));
configurationService.save(new PluginRepository("central", "https://repo1.maven.org/maven2"));
}
getLogger().info("The configuration database has been initialized");
Expand Down

0 comments on commit 27eeaec

Please sign in to comment.