提交 8f534a7e 编写于 作者: T tristaZero

use shaded

上级 5839ee96
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing.parser.clause;
import com.google.common.base.Optional;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.core.constant.DatabaseType;
import io.shardingsphere.core.parsing.lexer.LexerEngine;
import io.shardingsphere.core.parsing.lexer.token.DefaultKeyword;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.yaml.masterslave;
import com.google.common.base.Strings;
import shardingsphere.shaded.common.base.Strings;
import io.shardingsphere.api.algorithm.masterslave.MasterSlaveLoadBalanceAlgorithm;
import io.shardingsphere.api.algorithm.masterslave.MasterSlaveLoadBalanceAlgorithmType;
import io.shardingsphere.api.config.MasterSlaveRuleConfiguration;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.yaml.sharding;
import com.google.common.base.Preconditions;
import shardingsphere.shaded.common.base.Preconditions;
import io.shardingsphere.api.algorithm.sharding.complex.ComplexKeysShardingAlgorithm;
import io.shardingsphere.api.algorithm.sharding.hint.HintShardingAlgorithm;
import io.shardingsphere.api.algorithm.sharding.standard.PreciseShardingAlgorithm;
......
......@@ -17,8 +17,8 @@
package io.shardingsphere.core.yaml.sharding;
import com.google.common.base.Preconditions;
import com.google.common.base.Strings;
import shardingsphere.shaded.common.base.Preconditions;
import shardingsphere.shaded.common.base.Strings;
import io.shardingsphere.api.config.TableRuleConfiguration;
import io.shardingsphere.core.keygen.KeyGeneratorFactory;
import lombok.Getter;
......
......@@ -17,9 +17,9 @@
package io.shardingsphere.shardingjdbc.orchestration.api.yaml.masterslave;
import com.google.common.base.Function;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import shardingsphere.shaded.common.base.Function;
import shardingsphere.shaded.common.collect.Maps;
import shardingsphere.shaded.common.collect.Sets;
import io.shardingsphere.shardingjdbc.orchestration.api.yaml.AbstractYamlDataSourceTest;
import io.shardingsphere.shardingjdbc.orchestration.api.yaml.YamlOrchestrationMasterSlaveDataSourceFactory;
import io.shardingsphere.shardingjdbc.orchestration.internal.datasource.OrchestrationMasterSlaveDataSource;
......
......@@ -17,9 +17,9 @@
package io.shardingsphere.shardingjdbc.orchestration.api.yaml.sharding;
import com.google.common.base.Function;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import shardingsphere.shaded.common.base.Function;
import shardingsphere.shaded.common.collect.Maps;
import shardingsphere.shaded.common.collect.Sets;
import io.shardingsphere.shardingjdbc.orchestration.api.yaml.AbstractYamlDataSourceTest;
import io.shardingsphere.shardingjdbc.orchestration.api.yaml.YamlOrchestrationShardingDataSourceFactory;
import io.shardingsphere.shardingjdbc.orchestration.internal.datasource.OrchestrationShardingDataSource;
......
......@@ -17,9 +17,6 @@
package io.shardingsphere.shardingjdbc.orchestration.api.yaml.sharding;
import com.google.common.base.Function;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import io.shardingsphere.shardingjdbc.orchestration.api.yaml.AbstractYamlDataSourceTest;
import io.shardingsphere.shardingjdbc.orchestration.api.yaml.YamlOrchestrationShardingDataSourceFactory;
import io.shardingsphere.shardingjdbc.orchestration.internal.datasource.OrchestrationShardingDataSource;
......@@ -27,6 +24,9 @@ import lombok.RequiredArgsConstructor;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import shardingsphere.shaded.common.base.Function;
import shardingsphere.shaded.common.collect.Maps;
import shardingsphere.shaded.common.collect.Sets;
import javax.sql.DataSource;
import java.io.File;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.orchestration.yaml;
import com.google.common.base.Preconditions;
import shardingsphere.shaded.common.base.Preconditions;
import io.shardingsphere.orchestration.config.OrchestrationConfiguration;
import io.shardingsphere.orchestration.reg.api.RegistryCenterConfiguration;
import lombok.Getter;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册