Use the CLI annotation instead of the one from elasticsearch-lib

Original commit: elastic/x-pack-elasticsearch@47cf533ee6
This commit is contained in:
Costin Leau 2018-01-16 17:24:42 +02:00
parent 448511e093
commit e91269e022
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@
package org.elasticsearch.xpack.sql.cli;
import org.elasticsearch.cli.ExitCodes;
import org.elasticsearch.cli.SuppressForbidden;
import org.elasticsearch.cli.UserException;
import org.elasticsearch.common.SuppressForbidden;
import org.elasticsearch.xpack.sql.client.shared.ConnectionConfiguration;
import java.net.URI;