This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 6c926ade88c Move shardingsphere-infra-url-classpath and
shardingsphere-infra-url-absolutepath into distribution module (#36290)
6c926ade88c is described below
commit 6c926ade88c5cb01c57dc5362b43453c60d240a0
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Aug 14 00:50:48 2025 +0800
Move shardingsphere-infra-url-classpath and
shardingsphere-infra-url-absolutepath into distribution module (#36290)
* Move shardingsphere-infra-url-classpath and
shardingsphere-infra-url-absolutepath into distribution module
* Move shardingsphere-infra-url-classpath and
shardingsphere-infra-url-absolutepath into distribution module
* Move shardingsphere-infra-url-classpath and
shardingsphere-infra-url-absolutepath into distribution module
---
distribution/jdbc/pom.xml | 12 ++++++++++++
jdbc/pom.xml | 16 ++++++----------
test/e2e/pom.xml | 10 ++++++++++
test/native/pom.xml | 6 ++++++
4 files changed, 34 insertions(+), 10 deletions(-)
diff --git a/distribution/jdbc/pom.xml b/distribution/jdbc/pom.xml
index e3d6683a0f7..41de1cc5fe6 100644
--- a/distribution/jdbc/pom.xml
+++ b/distribution/jdbc/pom.xml
@@ -40,6 +40,18 @@
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.shardingsphere</groupId>
+ <artifactId>shardingsphere-infra-url-classpath</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shardingsphere</groupId>
+ <artifactId>shardingsphere-infra-url-absolutepath</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
<profiles>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 189632ef1e3..18743e1d87a 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -32,16 +32,6 @@
<artifactId>shardingsphere-infra-url-core</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-infra-url-classpath</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-infra-url-absolutepath</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-transaction-core</artifactId>
@@ -124,6 +114,12 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.shardingsphere</groupId>
+ <artifactId>shardingsphere-infra-url-classpath</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
diff --git a/test/e2e/pom.xml b/test/e2e/pom.xml
index 16c8f15edde..e150e3505fb 100644
--- a/test/e2e/pom.xml
+++ b/test/e2e/pom.xml
@@ -46,6 +46,16 @@
<artifactId>shardingsphere-infra-data-source-pool-hikari</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.shardingsphere</groupId>
+ <artifactId>shardingsphere-infra-url-classpath</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shardingsphere</groupId>
+ <artifactId>shardingsphere-infra-url-absolutepath</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
diff --git a/test/native/pom.xml b/test/native/pom.xml
index dd5d08047b3..4af41597fb9 100644
--- a/test/native/pom.xml
+++ b/test/native/pom.xml
@@ -81,6 +81,12 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.shardingsphere</groupId>
+ <artifactId>shardingsphere-infra-url-classpath</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-transaction-xa-atomikos</artifactId>