Skip to content
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

添加maven warpper以及依赖更新检查脚本 #438

Closed
wants to merge 3 commits into from
Closed

添加maven warpper以及依赖更新检查脚本 #438

wants to merge 3 commits into from

Conversation

unlimitedsola
Copy link

PR到master的原因是这两个commit没有对现有代码做出改动

@binarywang binarywang closed this Jan 23, 2018
@binarywang
Copy link
Owner

谢谢您贡献的代码,不过请提交到develop分支,详情可以阅读下贡献指南,再次感谢

@binarywang
Copy link
Owner

另外能否简单解释下这个玩意是做什么的?

@binarywang
Copy link
Owner

另外规定PR到develop分支,也是为了方便后续发版本时在合并master分支时便于整理更新内容,希望够理解配合

@unlimitedsola
Copy link
Author

和gradle wrapper一样,可以在用户没有安装maven的情况下通过mvnw脚本构建

@unlimitedsola
Copy link
Author

依赖更新检查可以检查仓库依赖的更新状况

[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   ch.qos.logback:logback-classic ................ 1.1.11 -> 1.3.0-alpha0
[INFO]   com.google.inject:guice ................................. 3.0 -> 4.1.0
[INFO]   com.squareup.okhttp3:okhttp ........................... 3.7.0 -> 3.9.1
[INFO]   com.thoughtworks.xstream:xstream ............... 1.4.9 -> 1.4.10-java7
[INFO]   commons-codec:commons-codec ............................. 1.10 -> 1.11
[INFO]   commons-io:commons-io ..................................... 2.5 -> 2.6
[INFO]   joda-time:joda-time ................................... 2.9.7 -> 2.9.9
[INFO]   org.apache.commons:commons-lang3 .......................... 3.5 -> 3.7
[INFO]   org.apache.httpcomponents:httpclient .................... 4.5 -> 4.5.5
[INFO]   org.apache.httpcomponents:httpmime ...................... 4.5 -> 4.5.5
[INFO]   org.eclipse.jetty:jetty-server .......... 9.3.0.RC0 -> 9.4.8.v20171121
[INFO]   org.eclipse.jetty:jetty-servlet ......... 9.3.0.RC0 -> 9.4.8.v20171121
[INFO]   org.jodd:jodd-http .................................... 3.7.1 -> 4.1.0
[INFO]   org.mockito:mockito-all .......................... 1.9.5 -> 2.0.2-beta
[INFO]   org.projectlombok:lombok .......................... 1.16.18 -> 1.16.20
[INFO]   org.slf4j:slf4j-api ............................ 1.7.24 -> 1.8.0-beta0
[INFO]   org.testng:testng ..................................... 6.10 -> 6.13.1

@binarywang
Copy link
Owner

那你早说就好了,这个确实也对主代码没影响,只是相当于多了个监测功能

@binarywang binarywang reopened this Jan 23, 2018
@binarywang binarywang closed this Jan 23, 2018
@unlimitedsola
Copy link
Author

所以还是需要提交到develop分支吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants