Thank you for the information.
I'm not yet clear about your project. But at least, I see that the drools_pom.xml is missing
```
<build>
<plugins>
<plugin>
<groupId>org.kie</groupId>
<artifactId>kie-maven-plugin</artifactId>
<version>7.46.0.Final</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
```
Adding this solves the issue?
If not, please attach the whole project so that I can reproduce the issue on my end.
Toshiya