You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "KouShenhai (via GitHub)" <gi...@apache.org> on 2023/02/12 11:26:19 UTC

[GitHub] [shardingsphere] KouShenhai opened a new issue, #24126: Maven cannot download the dependency of ShardingSphere 5.3.1

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

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


[GitHub] [shardingsphere] TeslaCN closed issue #24126: Maven cannot download the dependency of ShardingSphere 5.3.1

Posted by "TeslaCN (via GitHub)" <gi...@apache.org>.
TeslaCN closed issue #24126: Maven cannot download the dependency of ShardingSphere 5.3.1
URL: https://github.com/apache/shardingsphere/issues/24126


-- 
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-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere] linghengqian commented on issue #24126: Maven cannot download the dependency of ShardingSphere 5.3.1

Posted by "linghengqian (via GitHub)" <gi...@apache.org>.
linghengqian commented on issue #24126:
URL: https://github.com/apache/shardingsphere/issues/24126#issuecomment-1427011070

   - Duplicated with https://github.com/apache/shardingsphere/pull/23355, this issue can be closed and will be resolved in 5.3.2.
   
   - By the way, I don't think it is routine to import ShardingSphere's pom.


-- 
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-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere] KouShenhai commented on issue #24126: Maven cannot download the dependency of ShardingSphere 5.3.1

Posted by "KouShenhai (via GitHub)" <gi...@apache.org>.
KouShenhai commented on issue #24126:
URL: https://github.com/apache/shardingsphere/issues/24126#issuecomment-1427017832

   > * Duplicated with [Remove version management for spring-jdbc #23355](https://github.com/apache/shardingsphere/pull/23355), this issue can be closed and will be resolved in 5.3.2.
   > * By the way, I don't think it is routine to import ShardingSphere's pom.
   
   Yeah, I just want to import the ShardingSphere - JDBC dependency, but I can't import it. Therefore, directly import the entire ShardingSphere dependency
   
   Finally, 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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere] TeslaCN commented on issue #24126: Maven cannot download the dependency of ShardingSphere 5.3.1

Posted by "TeslaCN (via GitHub)" <gi...@apache.org>.
TeslaCN commented on issue #24126:
URL: https://github.com/apache/shardingsphere/issues/24126#issuecomment-1427280234

   Thanks for your answer! @linghengqian 


-- 
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-unsubscribe@shardingsphere.apache.org

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