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 824b5a0806 Pull janino dependency to root pom (#12724)
824b5a0806 is described below
commit 824b5a0806c38c680c8bb627616ff658cabbf790
Author: Xiaotian (Jackie) Jiang <[email protected]>
AuthorDate: Mon Mar 25 21:59:38 2024 -0700
Pull janino dependency to root pom (#12724)
---
pinot-query-planner/pom.xml | 2 --
pom.xml | 41 ++++++++++++-----------------------------
2 files changed, 12 insertions(+), 31 deletions(-)
diff --git a/pinot-query-planner/pom.xml b/pinot-query-planner/pom.xml
index e04e9dc9de..3b9a6016d4 100644
--- a/pinot-query-planner/pom.xml
+++ b/pinot-query-planner/pom.xml
@@ -55,12 +55,10 @@
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
- <version>3.1.6</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>commons-compiler</artifactId>
- <version>3.1.6</version>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 36d5e30698..6bb7476afe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,8 @@
<clp-ffi.version>0.4.4</clp-ffi.version>
<stax2-api.version>4.1</stax2-api.version>
<aws.sdk.version>2.25.3</aws.sdk.version>
- <joda-time.version>2.12.5</joda-time.version>
+ <joda-time.version>2.12.7</joda-time.version>
+ <janino.version>3.1.12</janino.version>
<testng.version>7.9.0</testng.version>
<woodstox.version>6.4.0</woodstox.version>
<sslcontext.kickstart.version>8.2.0</sslcontext.kickstart.version>
@@ -1148,14 +1149,6 @@
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica-metrics</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- </exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
@@ -1168,26 +1161,6 @@
<groupId>net.hydromatic</groupId>
<artifactId>aggdesigner-algorithm</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.jayway.jsonpath</groupId>
- <artifactId>json-path</artifactId>
- </exclusion>
- <exclusion>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.codehaus.janino</groupId>
- <artifactId>janino</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.codehaus.janino</groupId>
- <artifactId>commons-compiler</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -1195,6 +1168,16 @@
<artifactId>calcite-babel</artifactId>
<version>${calcite.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.janino</groupId>
+ <artifactId>janino</artifactId>
+ <version>${janino.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.janino</groupId>
+ <artifactId>commons-compiler</artifactId>
+ <version>${janino.version}</version>
+ </dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]