Skip to content

Commit e1743f8

Browse files
hj-lorenzhohwille
andauthored
#1001: Introduce dependencies.json for jasypt (#1018)
Co-authored-by: Jörg Hohwiller <[email protected]>
1 parent 039a053 commit e1743f8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

cli/src/main/java/com/devonfw/tools/ide/tool/jasypt/Jasypt.java

-7
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ protected void initProperties() {
5454
// Empty on purpose
5555
}
5656

57-
@Override
58-
protected void installDependencies() {
59-
60-
// TODO create jasypt/jasypt/dependencies.json file in ide-urls and delete this method
61-
getCommandlet(Java.class).install();
62-
}
63-
6457
@Override
6558
protected boolean isExtract() {
6659

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"[1.0,2.*)": [
3+
{
4+
"tool": "java",
5+
"versionRange": "[8,)"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)