Skip to content

Commit

Permalink
chore(customer-service): remove deprecated annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo.corso committed Nov 17, 2023
1 parent 8740a24 commit a02b871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package it.vincenzocorso.carsharing.customerservice.adapters.web;

import com.fasterxml.jackson.databind.ObjectMapper;
import io.quarkus.test.InjectMock;
import io.quarkus.test.junit.QuarkusTest;
import io.quarkus.test.junit.mockito.InjectMock;
import it.vincenzocorso.carsharing.customerservice.domain.exceptions.CustomerNotFoundException;
import it.vincenzocorso.carsharing.customerservice.domain.models.CustomerDetails;
import it.vincenzocorso.carsharing.customerservice.domain.models.SearchCustomerCriteria;
Expand Down

0 comments on commit a02b871

Please sign in to comment.