revert move of IngestPlugin class

This was moved accidentally as part of a previous refactoring.
This commit is contained in:
javanna 2016-01-07 18:32:46 +01:00 committed by Luca Cavanna
parent 79c1377661
commit adac314328
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@
* under the License.
*/
package org.elasticsearch.ingest;
package org.elasticsearch.plugin.ingest;
import org.elasticsearch.ingest.IngestModule;
import org.elasticsearch.ingest.processor.AppendProcessor;

View File

@ -21,6 +21,7 @@ package org.elasticsearch.ingest;
import com.carrotsearch.randomizedtesting.annotations.Name;
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
import org.elasticsearch.plugin.ingest.IngestPlugin;
import org.elasticsearch.plugins.Plugin;
import org.elasticsearch.test.rest.ESRestTestCase;
import org.elasticsearch.test.rest.RestTestCandidate;