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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1897249c56 Removed antlr from the dependency (#12623)
1897249c56 is described below

commit 1897249c56a392d0cce62984b80b4ceba82afb0c
Author: Subbu Subramaniam <[email protected]>
AuthorDate: Mon Mar 11 10:46:59 2024 -0700

    Removed antlr from the dependency (#12623)
---
 pinot-common/pom.xml | 17 -----------------
 pom.xml              |  6 ------
 2 files changed, 23 deletions(-)

diff --git a/pinot-common/pom.xml b/pinot-common/pom.xml
index 7ac856584a..f715b4466e 100644
--- a/pinot-common/pom.xml
+++ b/pinot-common/pom.xml
@@ -56,19 +56,6 @@
           </properties>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.antlr</groupId>
-        <artifactId>antlr4-maven-plugin</artifactId>
-        <version>${antlr.version}</version>
-        <executions>
-          <execution>
-            <id>antlr</id>
-            <goals>
-              <goal>antlr4</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.xolstice.maven.plugins</groupId>
         <artifactId>protobuf-maven-plugin</artifactId>
@@ -218,10 +205,6 @@
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.antlr</groupId>
-      <artifactId>antlr4-runtime</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.apache.calcite</groupId>
       <artifactId>calcite-core</artifactId>
diff --git a/pom.xml b/pom.xml
index 29a26c0045..c1662fd3d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,6 @@
     <hk2.version>2.6.1</hk2.version>
     <swagger.version>1.6.9</swagger.version>
     <hadoop.version>3.3.6</hadoop.version>
-    <antlr.version>4.13.1</antlr.version>
     <jsonpath.version>2.9.0</jsonpath.version>
     <jsonsmart.version>2.5.0</jsonsmart.version>
     <quartz.version>2.3.2</quartz.version>
@@ -1104,11 +1103,6 @@
         <artifactId>t-digest</artifactId>
         <version>3.2</version>
       </dependency>
-      <dependency>
-        <groupId>org.antlr</groupId>
-        <artifactId>antlr4-runtime</artifactId>
-        <version>${antlr.version}</version>
-      </dependency>
       <dependency>
         <groupId>com.jayway.jsonpath</groupId>
         <artifactId>json-path</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to