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 2023/04/04 08:19:51 UTC

[shardingsphere] branch master updated: Remove non-essential extensions (#25003)

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

zhonghongsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 54a5edc44c0 Remove non-essential extensions (#25003)
54a5edc44c0 is described below

commit 54a5edc44c0cf503aef8c7dc7a6b83be766c9963
Author: Xinze Guo <10...@users.noreply.github.com>
AuthorDate: Tue Apr 4 16:19:32 2023 +0800

    Remove non-essential extensions (#25003)
---
 kernel/data-pipeline/cdc/protocol/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/kernel/data-pipeline/cdc/protocol/pom.xml b/kernel/data-pipeline/cdc/protocol/pom.xml
index c9ed2d9e8fa..8b253c0b50e 100644
--- a/kernel/data-pipeline/cdc/protocol/pom.xml
+++ b/kernel/data-pipeline/cdc/protocol/pom.xml
@@ -59,12 +59,5 @@
                 </executions>
             </plugin>
         </plugins>
-        <extensions>
-            <extension>
-                <groupId>kr.motd.maven</groupId>
-                <artifactId>os-maven-plugin</artifactId>
-                <version>${os-maven-plugin.version}</version>
-            </extension>
-        </extensions>
     </build>
 </project>