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 edf9d53597 Specify version for commons-validator (#12935)
edf9d53597 is described below
commit edf9d535975426a106991e3f61cce29079b47539
Author: Xiaotian (Jackie) Jiang <[email protected]>
AuthorDate: Mon Apr 15 16:58:11 2024 -0700
Specify version for commons-validator (#12935)
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0c51fca074..6636cdaa89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,6 +187,7 @@
<commons-codec.version>1.16.1</commons-codec.version>
<commons-cli.version>1.6.0</commons-cli.version>
<commons-net.version>3.10.0</commons-net.version>
+ <commons-validator.version>1.8.0</commons-validator.version>
<!-- Legacy Apache Commons Libraries -->
<commons-lang.version>2.6</commons-lang.version>
<commons-collections.version>3.2.2</commons-collections.version>
@@ -728,6 +729,11 @@
<artifactId>commons-net</artifactId>
<version>${commons-net.version}</version>
</dependency>
+ <dependency>
+ <groupId>commons-validator</groupId>
+ <artifactId>commons-validator</artifactId>
+ <version>${commons-validator.version}</version>
+ </dependency>
<!-- Legacy Apache Commons Libraries -->
<dependency>
<groupId>commons-lang</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]