jamesnetherton commented on a change in pull request #1822:
URL: https://github.com/apache/camel-quarkus/pull/1822#discussion_r493446403
##########
File path: integration-tests/optaplanner/pom.xml
##########
@@ -95,6 +132,42 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
Review comment:
> I can deal with it by exclusion and setting the right mvel2 version
That's probably better. If we skip the enforcer plugin, then it potentially
hides other issues that might appear that are unrelated to mvel.
We can create an issue to track removal of the exclusion etc when a fixed
optaplanner is available.
[PLANNER-2173](https://issues.redhat.com/browse/PLANNER-2173) seems to suggest
the fix will be in 7.45.
There is no rush to merge this since Camel 3.6.0 is not GA. Maybe by the
time that it is GA, 7.45 will be ready.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]