首页 > 其他 > 详细

<Maven><Dependency><Conflict>

时间:2017-06-21 20:54:52      阅读:375      评论:0      收藏:0      [点我收藏+]

maven conflict solution:

  1. scenerio: Runtime Error:
    ```
    java.lang.SecurityException: class "javax.servlet.FilterRegistration"‘s signer information does not match signer information of other classes in the same package
    ```
  2. google, and know this is a confliction of Java.servlet
  3. Solution:
    1. Using idea, view -> Tool view —> maven projects
    2. Select your module, and show dependencies
    3. Ctrl-f on your dependency graph, and search your conflict lib, and exclude it.
  4. fixed.

<Maven><Dependency><Conflict>

原文:http://www.cnblogs.com/wttttt/p/7061488.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!