Skip to content

Commit a9abcb5

Browse files
authored
Remove useless dependencies for shardingsphere-infra module (#36316)
1 parent 5c3004b commit a9abcb5

File tree

4 files changed

+0
-26
lines changed

4 files changed

+0
-26
lines changed

infra/exception/dialect/core/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,5 @@
3232
<artifactId>shardingsphere-infra-common</artifactId>
3333
<version>${project.version}</version>
3434
</dependency>
35-
36-
<dependency>
37-
<groupId>org.apache.shardingsphere</groupId>
38-
<artifactId>shardingsphere-test-infra-fixture-database</artifactId>
39-
<version>${project.version}</version>
40-
<scope>test</scope>
41-
</dependency>
4235
</dependencies>
4336
</project>

infra/exception/dialect/type/postgresql/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<dependency>
3737
<groupId>org.postgresql</groupId>
3838
<artifactId>postgresql</artifactId>
39-
<scope>provided</scope>
4039
</dependency>
4140
</dependencies>
4241
</project>

infra/executor/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,6 @@
4646
<scope>test</scope>
4747
</dependency>
4848

49-
<dependency>
50-
<groupId>org.apache.shardingsphere</groupId>
51-
<artifactId>shardingsphere-infra-database-mysql</artifactId>
52-
<version>${project.version}</version>
53-
<scope>test</scope>
54-
</dependency>
55-
<dependency>
56-
<groupId>org.apache.shardingsphere</groupId>
57-
<artifactId>shardingsphere-infra-database-postgresql</artifactId>
58-
<version>${project.version}</version>
59-
<scope>test</scope>
60-
</dependency>
61-
6249
<dependency>
6350
<groupId>com.alibaba</groupId>
6451
<artifactId>transmittable-thread-local</artifactId>

infra/expr/entry/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
<name>${project.artifactId}</name>
2828

2929
<dependencies>
30-
<dependency>
31-
<groupId>org.apache.shardingsphere</groupId>
32-
<artifactId>shardingsphere-infra-expr-core</artifactId>
33-
<version>${project.version}</version>
34-
</dependency>
3530
<dependency>
3631
<groupId>org.apache.shardingsphere</groupId>
3732
<artifactId>shardingsphere-infra-expr-groovy</artifactId>

0 commit comments

Comments
 (0)