<?xml version="1.0"?>
<!--
/**
 * Copyright (c) 2020 TechDivision GmbH
 * All rights reserved
 *
 * This product includes proprietary software developed at TechDivision GmbH, Germany
 * For more information see http://www.techdivision.com/
 *
 * To obtain a valid license for using this software please contact us at
 * license@techdivision.com
 *
 * @copyright  Copyright (c) 2020 TechDivision GmbH (http://www.techdivision.com)
 * @author     Vadim Justus <v.justus@techdivision.com>
 * @link       http://www.techdivision.com/
 */
 -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:TechDivision_ProcessPipelines:etc/pipeline.xsd">
    <pipeline name="pacemaker_import_catalog">
        <step name="product_import" executorType="TechDivision\OverwriteImportStep\Model\Executor\CustomImportExecutor" />
    </pipeline>
</config>