Spring + Hibernate + Tomcat Dependency problems

后端 未结 3 1808
夕颜
夕颜 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-21 10:08

    I have the same probleme, maybe it's too late to approve the answer but it's still benefitial for people who will have this problem in the futur. So I exclude commons-collections from net.sf.jasperreports, after that the tomcat runs perfectly whithout any problem.

    
        net.sf.jasperreports
        jasperreports
        4.1.1
        jar
        compile
        
            
                commons-collections
                commons-collections
            
        
    
    

提交回复
热议问题