Skip to content

Commit

Permalink
Remove deprecated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
heshamMassoud committed Aug 8, 2019
1 parent 86c4f07 commit 35a2d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import static com.commercetools.sync.products.ProductSyncMockUtils.PRODUCT_TYPE_RESOURCE_PATH;
import static com.commercetools.tests.utils.CompletionStageUtil.executeBlocking;
import static io.sphere.sdk.json.SphereJsonUtils.readObjectFromResource;
import static org.assertj.core.api.Java6Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThat;

class BuildProductVariantImageUpdateActionsIT {
private static final String DRAFTS_ROOT = "com/commercetools/sync/integration/externalsource/products/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.HashSet;
import java.util.List;

import static org.assertj.core.api.Java6Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThat;

class CategoryReferencePairTest {

Expand Down

0 comments on commit 35a2d9d

Please sign in to comment.