This is an automated email from the ASF dual-hosted git repository.
sunnianjun 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 5bf2da190b0 Add joda-time dependency management (#32291)
5bf2da190b0 is described below
commit 5bf2da190b067037540987ff93d634c174023a0c
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Jul 28 12:53:08 2024 +0800
Add joda-time dependency management (#32291)
---
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6ab7d712c8d..e2fb235ec82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,6 +145,8 @@
<graal-sdk.version>24.0.2</graal-sdk.version>
<jedis.version>4.4.6</jedis.version>
+ <joda-time.version>2.9.9</joda-time.version>
+
<!-- 3rd party library plugin versions -->
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<dockerfile-maven.version>1.4.13</dockerfile-maven.version>
@@ -716,6 +718,12 @@
<version>${jedis.version}</version>
<scope>provided</scope>
</dependency>
+
+ <dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ <version>${joda-time.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>