Skip to content

Commit

Permalink
Migrate CliRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
salander85 committed Oct 9, 2023
1 parent 61e6206 commit 7c702e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import static com.commercetools.project.sync.model.ProductSyncCustomRequest.parseProductQueryParametersOption;
import static com.commercetools.project.sync.util.SyncUtils.getApplicationName;
import static com.commercetools.project.sync.util.SyncUtils.getApplicationVersion;
import static io.sphere.sdk.utils.CompletableFutureUtils.exceptionallyCompletedFuture;
import static io.vrap.rmf.base.client.utils.CompletableFutureUtils.exceptionallyCompletedFuture;
import static java.lang.String.format;

import com.commercetools.project.sync.exception.CliException;
Expand Down

0 comments on commit 7c702e6

Please sign in to comment.