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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9b5ea17a7 [STORM-3970] Changes to storm-sql-core/pom.xml to avoid 
errors in Eclipse
     new 4f99de0c5 Merge pull request #3578 from bipinprasad/storm-3970
9b5ea17a7 is described below

commit 9b5ea17a713fe33661d2831400ecc578eb10bc11
Author: bipinprasad <[email protected]>
AuthorDate: Fri Sep 1 00:37:55 2023 -0700

    [STORM-3970] Changes to storm-sql-core/pom.xml to avoid errors in Eclipse
---
 sql/storm-sql-core/pom.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/sql/storm-sql-core/pom.xml b/sql/storm-sql-core/pom.xml
index a8d3dffe3..69e2de71e 100644
--- a/sql/storm-sql-core/pom.xml
+++ b/sql/storm-sql-core/pom.xml
@@ -140,6 +140,7 @@
         <testSourceDirectory>src/test</testSourceDirectory>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>
                 <executions>
                     <execution>
@@ -188,7 +189,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>2.2</version>
+                <version>3.3.0</version>
                 <executions>
                     <execution>
                         <goals>
@@ -238,6 +239,7 @@
                                 <artifactItem>
                                     <groupId>org.apache.calcite</groupId>
                                     <artifactId>calcite-core</artifactId>
+                                    <version>${calcite.version}</version>
                                     <type>jar</type>
                                     <overWrite>true</overWrite>
                                     
<outputDirectory>${project.build.directory}/</outputDirectory>
@@ -277,7 +279,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.5</version>
+                <version>3.4.0</version>
                 <executions>
                     <execution>
                         <id>add-generated-sources</id>
@@ -296,7 +298,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>javacc-maven-plugin</artifactId>
-                <version>2.4</version>
+                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <phase>generate-sources</phase>
@@ -307,7 +309,7 @@
                         <configuration>
                             
<sourceDirectory>${project.build.directory}/generated-sources/</sourceDirectory>
                             <includes>
-                                <include>**/Parser.jj</include>
+                                <include>**/*.jj</include>
                             </includes>
                             <lookAhead>2</lookAhead>
                             <isStatic>false</isStatic>

Reply via email to