maven(一) maven到底是个啥玩意~
ADD:https://www.cnblogs.com/whgk/p/7112560.html
使用中碰到的问题:
1.maven -- 问题解决(二)解决“Could not calculate build plan”问题
https://www.cnblogs.com/lmei/p/4780453.html
Address:http://blog.csdn.net/kimylrong/article/details/50353161
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.6</version>
<!--<scope>test</scope>-->
</dependency>