drools xstream初始化问题

项目启动时,日志报Security framework of XStream not initialized, XStream is probably vulnerable.
drools中条件when都满足,但是执行时kSession.fireAllRules();方法返回0(无满足条件)。其他的不报错。只是一开始日志报xstream没有初始化。
目前仿照了几个demo写,都是这个问题。这个是在

Found kmodule: file:/E:/baiya/iot-ubilinkage-BackgroundManagementSystem/target/classes/META-INF/kmodule.xml

这个日志后面报的错。请问是什么原因呢?
图片说明

这个是我文件的路径。内容应该都没问题,因为是仿照demo写的。
pom文件也引入xstream了。

https://www.cnblogs.com/qinxike/archive/2013/05/29/3106556.html