You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/09/22 05:08:53 UTC

[GitHub] [shardingsphere-elasticjob] fangjinuo opened a new issue #1477: why use spring-boot-parent as a dependency for every module ?

fangjinuo opened a new issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477


   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere-elastic-job-lite/issues).
   - Read documentation: [ElasticJob Doc](http://shardingsphere.apache.org/elasticjob/docs/elastic-job-lite/00-overview/).
   
   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**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ElasticJob did you use?
   
   ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud?
   
   ### Expected behavior
   
   ### Actual behavior
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior.
   
   ### Example codes for reproduce this issue (such as a github link).
   


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] fangjinuo commented on issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
fangjinuo commented on issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477#issuecomment-697069420


    yes, spring-boot-parent is dependencyManagement,you are right.
   
   However, when building, maven will load all dependency's pom.xml what was declared in spring-boot-parent pom.xml.
   
   in our internal network,  not all dependecies are exists in the nexus server,so the build action will fail
   


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477#issuecomment-697111291


   Once #1483 been merged. You can exclude module 'elasticjob-lite-spring' temporarily to build other module.


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] fangjinuo edited a comment on issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
fangjinuo edited a comment on issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477#issuecomment-697306097


   @Technoboy-   notice:   in the internal network of our company


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] fangjinuo commented on issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
fangjinuo commented on issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477#issuecomment-697306097


   @Technoboy-   nitice:   in the internal network of our company


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] Technoboy- commented on issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477#issuecomment-696649089


   > the reason is the spring-boot-parent was be imported as a pom dependency mandatory
   
   What do you mean?  spring-boot-parent is dependencyManagement, not dependency


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] Technoboy- closed issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
Technoboy- closed issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477


   


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] Technoboy- commented on issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477#issuecomment-697080322


   > in our internal network, not all dependecies are exists in the nexus server,so the build action will fail
   
   In actual, when depedencies do not exist in internal server, it will request the outside maven repo. 
   


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] Technoboy- commented on issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477#issuecomment-697081589


   And please check if #1483 can match your idea.


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] fangjinuo commented on issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
fangjinuo commented on issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477#issuecomment-697309465


   #1483 is fine


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] fangjinuo commented on issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
fangjinuo commented on issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477#issuecomment-697069420


    yes, spring-boot-parent is dependencyManagement,you are right.
   
   However, when building, maven will load all dependency's pom.xml what was declared in spring-boot-parent pom.xml.
   
   in our internal network,  not all dependecies are exists in the nexus server,so the build action will fail
   


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] Technoboy- commented on issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477#issuecomment-696649089






----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477#issuecomment-697111291


   Once #1483 been merged. You can exclude module 'elasticjob-lite-spring' temporarily to build other module.


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] Technoboy- commented on issue #1477: why use spring-boot-parent as a dependency for every module ?

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #1477:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1477#issuecomment-697241890


   Please reference #1483, thanks for your kindly feedback.  Welcome to join the wechat group (ss_assistant_1).


----------------------------------------------------------------
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.

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