Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
review comments fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Cobbett <[email protected]>
  • Loading branch information
techcobweb committed Mar 8, 2024
1 parent e00f64a commit 27102a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ public class DeployTestCatalog extends AbstractMojo {

protected BootstrapLoader bootstrapLoader = new BootstrapLoaderImpl();

public static final boolean DEFAULT_ASSUMPTION_AUTHENTICATION_ENABLED = false ;

public void execute() throws MojoExecutionException, MojoFailureException {

boolean skip = (skipBundleTestCatalog || skipBundleTestCatalogOldSpelling);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import static org.assertj.core.api.Assertions.*;
import org.junit.Test;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.logging.Log;
import org.apache.maven.project.MavenProject;

public class DeployTestCatalogTest {
Expand Down

0 comments on commit 27102a3

Please sign in to comment.