Skip to content

Commit

Permalink
devonfw#1001: Introduce dependencies.json for jasypt (devonfw#1018)
Browse files Browse the repository at this point in the history
Co-authored-by: Jörg Hohwiller <[email protected]>
  • Loading branch information
hj-lorenz and hohwille authored Feb 17, 2025
1 parent 039a053 commit e1743f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ protected void initProperties() {
// Empty on purpose
}

@Override
protected void installDependencies() {

// TODO create jasypt/jasypt/dependencies.json file in ide-urls and delete this method
getCommandlet(Java.class).install();
}

@Override
protected boolean isExtract() {

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"[1.0,2.*)": [
{
"tool": "java",
"versionRange": "[8,)"
}
]
}

0 comments on commit e1743f8

Please sign in to comment.