Spring + Hibernate + Tomcat Dependency problems

后端 未结 3 1801
夕颜
夕颜 2021-01-21 09:19

when I run tomcat and the war is deployed I get : NoClassDefFoundError : org/apache/commons/collections/map/LRUMap

 Invocation of init method fa         


        
3条回答
  •  盖世英雄少女心
    2021-01-21 10:23

    Ok so I did put version 3.2.1 of commons-collections and the error disappeared. I unfortunately still don't know which library is depending on this version. Even mvn dependency:tree didn't help ...

提交回复
热议问题