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

zhangliang 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 96f848f4978 Remove deleted module from the infra-util module POM 
(#25523)
96f848f4978 is described below

commit 96f848f4978e3b6e4927d09b62c969dadbd9dd93
Author: Ling Hengqian <[email protected]>
AuthorDate: Mon May 8 22:54:18 2023 +0800

    Remove deleted module from the infra-util module POM (#25523)
---
 infra/util/pom.xml            | 56 -------------------------------------------
 kernel/sql-parser/api/pom.xml |  5 ++++
 parser/sql/statement/pom.xml  |  5 ++++
 3 files changed, 10 insertions(+), 56 deletions(-)

diff --git a/infra/util/pom.xml b/infra/util/pom.xml
index a3af8b2cf90..d2a3946b9dd 100644
--- a/infra/util/pom.xml
+++ b/infra/util/pom.xml
@@ -33,66 +33,10 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-util-groovy</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.graalvm.truffle</groupId>
-            <artifactId>truffle-api</artifactId>
-        </dependency>
     </dependencies>
-    
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <version>${maven-dependency-plugin.version}</version>
-                <executions>
-                    <execution>
-                        <id>copy</id>
-                        <goals>
-                            <goal>copy</goal>
-                        </goals>
-                        <phase>prepare-package</phase>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    
<groupId>org.apache.shardingsphere</groupId>
-                                    
<artifactId>shardingsphere-infra-util-groovy</artifactId>
-                                    <version>${project.version}</version>
-                                    <type>jar</type>
-                                    <overWrite>true</overWrite>
-                                    
<destFileName>shardingsphere-infra-util-groovy.jar</destFileName>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.apache.groovy</groupId>
-                                    <artifactId>groovy</artifactId>
-                                    <version>${groovy.version}</version>
-                                    <type>jar</type>
-                                    <overWrite>true</overWrite>
-                                    <destFileName>groovy.jar</destFileName>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>com.google.guava</groupId>
-                                    <artifactId>guava</artifactId>
-                                    <version>${guava.version}</version>
-                                    <type>jar</type>
-                                    <overWrite>true</overWrite>
-                                    <destFileName>guava.jar</destFileName>
-                                </artifactItem>
-                            </artifactItems>
-                            
<outputDirectory>${project.build.outputDirectory}/espresso-need-libs</outputDirectory>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>
diff --git a/kernel/sql-parser/api/pom.xml b/kernel/sql-parser/api/pom.xml
index 51a1b86e7d6..ace124bc1cd 100644
--- a/kernel/sql-parser/api/pom.xml
+++ b/kernel/sql-parser/api/pom.xml
@@ -33,6 +33,11 @@
             <artifactId>shardingsphere-infra-common</artifactId>
             <version>${project.parent.version}</version>
         </dependency>
+        
+        <dependency>
+            <groupId>org.apache.groovy</groupId>
+            <artifactId>groovy</artifactId>
+        </dependency>
     </dependencies>
     
 </project>
diff --git a/parser/sql/statement/pom.xml b/parser/sql/statement/pom.xml
index d1cf56f1a29..f284dbe85d6 100644
--- a/parser/sql/statement/pom.xml
+++ b/parser/sql/statement/pom.xml
@@ -33,5 +33,10 @@
             <artifactId>shardingsphere-parser-sql-spi</artifactId>
             <version>${project.version}</version>
         </dependency>
+        
+        <dependency>
+            <groupId>org.apache.groovy</groupId>
+            <artifactId>groovy</artifactId>
+        </dependency>
     </dependencies>
 </project>

Reply via email to