How can I disable the generation of rest endpoints in QUarkus for the rule units.
I use the following libraries and am running Quarkus 3.30.8:
org.drools
drools-quarkus
10.1.0
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-ruleunits-engine</artifactId>
<version>10.1.0</version>
</dependency>