Skip to content

Commit

Permalink
fix sharding-sphere agent occur NoClassDefFoundError (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjoey authored Oct 9, 2024
1 parent 7e62b79 commit 0348a89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions agent-plugins/agent-sharding-sphere-4.x-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,16 @@
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-execute</artifactId>
<version>${shardingsphere.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-jdbc-core</artifactId>
<version>${shardingsphere.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy-frontend-core</artifactId>
<version>${shardingsphere.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 0348a89

Please sign in to comment.