struts 2.3.16.1 upgrades giving TypeMismatchException for struts xwork and SimpleMessageListenerContainer in Spring framework

后端 未结 2 885
粉色の甜心
粉色の甜心 2021-01-22 01:07

I have been upgraded from struts 2.0 to 2.3.16.1 for get the latest security fixes in struts to my web application

when I upgraded deployed in tomcat server it gives fo

2条回答
  •  旧巷少年郎
    2021-01-22 01:47

    Reduce your pom.xml to the following content and allow Maven to resolve missing dependencies:

    
        org.apache.struts
        struts2-spring-plugin
        2.3.16.1
    
    
        org.springframework
        spring-jms
        3.0.5.RELEASE
    
    

提交回复
热议问题