Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Aug 29, 2024
1 parent 0fea89e commit d6c4a34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void testitPackagePhase() throws Exception {
verifier.execute();
verifier.verifyErrorFreeLog();

String prefix = matchesVersionRange("[4.0.0-alpha-4,)") ? "dependency-0.1-SNAPSHOT-" : "";
String prefix = "";

List<String> classpath;

Expand Down

0 comments on commit d6c4a34

Please sign in to comment.