Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
Description
When camel event forge plugin (https://onehippo-forge.github.io/camel-events-support/) is added to cms webapp, the updater editor becomes unusable due to clash of jars with different versions. The temporary solution is:
<dependency>
<groupId>org.onehippo.forge.camel-hippoevt</groupId>
<artifactId>camel-hippoevt</artifactId>
<exclusions>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
</exclusions>
</dependency>