-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find org.apache.shardingsphere:shardingsphere-test-util:5.5.0 #31128
Labels
Comments
|
You can do this: <dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc</artifactId>
<version>5.5.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-test-util</artifactId>
</exclusion>
</exclusions>
</dependency> |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question
For English only, other languages will not accept.
Before asking a question, make sure you have:
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot reproduce it on current information, we will close it.
I try to upgrade shardingsphere-jdbc to 5.5.0, but some dependency cannot be found, is there something wrong?
`Execution failed for task ':sharding:compileJava'.
The text was updated successfully, but these errors were encountered: