zoukankan      html  css  js  c++  java
  • <Maven><Dependency><Conflict><Could not resolve>

    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 windows —> 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: Could not resolve dependencies for project xxx: The following artifacts could not be resolved: ...

    • refer to this link.
    • For me, this time after I add repository for pom, it's solved.
    满地都是六便士,她却抬头看见了月亮。
  • 相关阅读:
    JSON
    FBV & CBV
    django Tips
    Django2.2
    cookie & session
    ajax请求
    视图函数
    模板语法
    模板继承、组件
    python之路-----多线程与多进程
  • 原文地址:https://www.cnblogs.com/wttttt/p/7061488.html
Copyright © 2011-2022 走看看