Skip to content

Commit 3a77034

Browse files
authored
#26: add JasyptUrlUpdater to UpdateManager (#202)
1 parent bc5220f commit 3a77034

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cli/src/main/java/com/devonfw/tools/ide/url/updater/UpdateManager.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
import com.devonfw.tools.ide.tool.tomcat.TomcatUrlUpdater;
4545
import com.devonfw.tools.ide.tool.vscode.VsCodeUrlUpdater;
4646
import com.devonfw.tools.ide.url.model.folder.UrlRepository;
47+
import com.devonfw.tools.ide.tool.jasypt.JasyptUrlUpdater;
4748

4849
/**
4950
* The {@code UpdateManager} class manages the update process for various tools by using a list of
@@ -65,7 +66,8 @@ public class UpdateManager extends AbstractProcessorWithTimeout {
6566
new JenkinsUrlUpdater(), new JmcUrlUpdater(), new KotlincUrlUpdater(), new KotlincNativeUrlUpdater(),
6667
new LazyDockerUrlUpdater(), new MvnUrlUpdater(), new NodeUrlUpdater(), new NpmUrlUpdater(), new OcUrlUpdater(),
6768
new PipUrlUpdater(), new PythonUrlUpdater(), new QuarkusUrlUpdater(), new DockerRancherDesktopUrlUpdater(),
68-
new SonarUrlUpdater(), new TerraformUrlUpdater(), new TomcatUrlUpdater(), new VsCodeUrlUpdater());
69+
new SonarUrlUpdater(), new TerraformUrlUpdater(), new TomcatUrlUpdater(), new VsCodeUrlUpdater(),
70+
new JasyptUrlUpdater());
6971

7072
/**
7173
* The constructor.

0 commit comments

Comments
 (0)