penweizgx opened a new issue, #34008:
URL: https://github.com/apache/shardingsphere/issues/34008

   I am currently using shardingsphere-jdbc 5.5.1 + MySQL in my project. After 
importing Maven, many unnecessary jar packages are also imported. How can I 
minimize the import?
   
   ```
   <dependency>
        <groupId>org.apache.shardingsphere</groupId>
        <artifactId>shardingsphere-jdbc</artifactId>
        <version>${shardingsphere.version}</version>
        <exclusions>
                <exclusion>
                        <groupId>org.apache.shardingsphere</groupId>
                        <artifactId>shardingsphere-test-util</artifactId>
                </exclusion>
        </exclusions>
   </dependency>
   ```
   
   <img width="617" alt="image" 
src="https://github.com/user-attachments/assets/3dc51920-6dd5-4b81-a792-81f836ae53f2";>
   <img width="622" alt="image" 
src="https://github.com/user-attachments/assets/0aa9b33e-d8bf-49f2-8a8b-3c4fda564c70";>
   <img width="672" alt="image" 
src="https://github.com/user-attachments/assets/b6874d32-4494-49cd-94bc-4b2c865f62ff";>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
notifications-unsubscr...@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to