You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/02/24 04:35:04 UTC

[incubator-shardingsphere-benchmark] branch master updated: sync spi name with master to resolve error

This is an automated email from the ASF dual-hosted git repository.

zhaoyanan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shardingsphere-benchmark.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e8c762  sync spi name with master to resolve error
2e8c762 is described below

commit 2e8c762fa5d0810f307764186af3084d518ebf85
Author: nancyzrh <zh...@126.com>
AuthorDate: Mon Feb 24 12:28:42 2020 +0800

    sync spi name with master to resolve error
---
 shardingsphere-benchmark/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shardingsphere-benchmark/pom.xml b/shardingsphere-benchmark/pom.xml
index 70f5219..c22e592 100644
--- a/shardingsphere-benchmark/pom.xml
+++ b/shardingsphere-benchmark/pom.xml
@@ -103,7 +103,7 @@
                             <transformers>
                                 <transformer
                                         implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
-                                    <resource>META-INF/services/org.apache.shardingsphere.sql.parser.spi.SQLParserEntry</resource>
+                                    <resource>META-INF/services/org.apache.shardingsphere.sql.parser.spi.SQLParserConfiguration</resource>
                                 </transformer>
                             </transformers>
                         </configuration>