Skip to content

Commit

Permalink
[CBS-24101]-Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-sukhvir committed Aug 16, 2024
1 parent 5f9d15a commit d4de2ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
import org.killbill.billing.plugin.vertex.health.VertexHealthcheckServlet;
import org.osgi.framework.BundleContext;

import com.fasterxml.jackson.databind.ObjectMapper;

public class VertexActivator extends KillbillActivatorBase {

public static final String PLUGIN_NAME = "killbill-vertex";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,12 @@
import org.mockito.Mock;
import org.mockito.Mockito;
import org.mockito.MockitoAnnotations;
import org.mockito.Spy;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;

import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import jdk.nashorn.internal.ir.ObjectNode;

import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyMap;
Expand Down

0 comments on commit d4de2ac

Please sign in to comment.