Skip to content

Commit 0348a89

Browse files
authored
fix sharding-sphere agent occur NoClassDefFoundError (#102)
1 parent 7e62b79 commit 0348a89

File tree

1 file changed

+0
-3
lines changed
  • agent-plugins/agent-sharding-sphere-4.x-plugin

1 file changed

+0
-3
lines changed

agent-plugins/agent-sharding-sphere-4.x-plugin/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,16 @@
3333
<groupId>org.apache.shardingsphere</groupId>
3434
<artifactId>sharding-core-execute</artifactId>
3535
<version>${shardingsphere.version}</version>
36-
<scope>provided</scope>
3736
</dependency>
3837
<dependency>
3938
<groupId>org.apache.shardingsphere</groupId>
4039
<artifactId>sharding-jdbc-core</artifactId>
4140
<version>${shardingsphere.version}</version>
42-
<scope>provided</scope>
4341
</dependency>
4442
<dependency>
4543
<groupId>org.apache.shardingsphere</groupId>
4644
<artifactId>sharding-proxy-frontend-core</artifactId>
4745
<version>${shardingsphere.version}</version>
48-
<scope>provided</scope>
4946
</dependency>
5047
</dependencies>
5148

0 commit comments

Comments
 (0)