把xstream的依赖换成如下
<dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.4.10</version> </dependency>
如果不行 把你pom.xml贴上来