This is an automated email from the ASF dual-hosted git repository.
panjuan 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 59c1bd022ae Add explicit dependencies to avoid conflicts (#28917)
59c1bd022ae is described below
commit 59c1bd022ae030111b662080daf743a1c949cf38
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Nov 2 14:46:59 2023 +0800
Add explicit dependencies to avoid conflicts (#28917)
---
pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pom.xml b/pom.xml
index c2db72e0fe8..8361a0161b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,8 @@
<jackson.version>2.14.0</jackson.version>
<json-path.version>2.8.0</json-path.version>
<json-smart.version>2.4.10</json-smart.version>
+ <accessors-smart.version>2.4.9</accessors-smart.version>
+ <asm.version>9.3</asm.version>
<groovy.version>4.0.10</groovy.version>
<freemarker.version>2.3.31</freemarker.version>
<bytebuddy.version>1.14.8</bytebuddy.version>
@@ -277,6 +279,16 @@
<artifactId>json-smart</artifactId>
<version>${json-smart.version}</version>
</dependency>
+ <dependency>
+ <groupId>net.minidev</groupId>
+ <artifactId>accessors-smart</artifactId>
+ <version>${accessors-smart.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>${asm.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>