Skip to content

Commit

Permalink
Fix since version
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 22, 2024
1 parent 254bba3 commit 980b784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/codehaus/mojo/exec/ExecJavaMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public class ExecJavaMojo extends AbstractExecMojo {
/**
* Additional packages to load from the jvm even if a classpath dependency matches.
*
* @since 3.1.1
* @since 3.5.0
*/
@Parameter
private List<String> forcedJvmPackages;
Expand All @@ -206,7 +206,7 @@ public class ExecJavaMojo extends AbstractExecMojo {
* Additional packages to NOT load from the jvm even if it is in a flat classpath.
* Can enable to reproduce a webapp behavior for example where library is loaded over the JVM.
*
* @since 3.1.1
* @since 3.5.0
*/
@Parameter
private List<String> excludedJvmPackages;
Expand Down

0 comments on commit 980b784

Please sign in to comment.