码迷,mamicode.com
首页 > 其他好文 > 详细

<Maven><Dependency><Conflict>

时间:2017-06-21 21:13:07      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:lan   not   module   cep   sam   info   inf   end   google   

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>

标签:lan   not   module   cep   sam   info   inf   end   google   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!