This is an automated email from the ASF dual-hosted git repository.
chengzhang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-plugin.git
from 6c12b05 Merge pull request #30 from strongduanmu/dev-0227
add edf3e48 Remove shardingsphere-test-util dependency to solve build fail
new 7b75ae5 Merge pull request #32 from strongduanmu/dev-0228
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
features/sharding/cosid/pom.xml | 6 -
infra/algorithm/key-generator/cosid/pom.xml | 6 -
infra/data-source-pool/c3p0/pom.xml | 13 -
.../creator/C3P0DataSourcePoolCreatorTest.java | 61 ----
infra/data-source-pool/dbcp/pom.xml | 13 -
.../creator/DBCPDataSourcePoolCreatorTest.java | 66 ----
infra/url/apollo/pom.xml | 7 -
.../jdbc/driver/ApolloURLLoaderTest.java | 6 +-
mode/cluster/repository/consul/pom.xml | 7 -
mode/cluster/repository/nacos/pom.xml | 7 -
.../cluster/nacos/NacosRepositoryTest.java | 377 ---------------------
.../cluster/nacos/props/NacosPropertiesTest.java | 62 ----
12 files changed, 3 insertions(+), 628 deletions(-)
delete mode 100644
infra/data-source-pool/c3p0/src/test/java/org/apache/shardingsphere/infra/datasource/pool/c3p0/creator/C3P0DataSourcePoolCreatorTest.java
delete mode 100644
infra/data-source-pool/dbcp/src/test/java/org/apache/shardingsphere/infra/datasource/pool/dbcp/creator/DBCPDataSourcePoolCreatorTest.java
delete mode 100644
mode/cluster/repository/nacos/src/test/java/org/apache/shardingsphere/mode/repository/cluster/nacos/NacosRepositoryTest.java
delete mode 100644
mode/cluster/repository/nacos/src/test/java/org/apache/shardingsphere/mode/repository/cluster/nacos/props/NacosPropertiesTest.java