KouShenhai opened a new issue, #24126:
URL: https://github.com/apache/shardingsphere/issues/24126
### Which version of ShardingSphere did you use?
My version is ShardingSphere 5.3.1
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
I use ShardingSphere-JDBC
### Operation steps
I imported ShardingSphere in the SpringBoot project and reported an error.
```
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>5.3.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
```
```
Could not transfer artifact
org.springframework:spring-jdbc:jar:${springframework.version}
```
After repeated debugging, the original pom.xml of the parent module does not
define the <springframework.version/> variable.
I hope to solve this problem. Thank you very much.
--
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:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]