[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 18.146 s <<< FAILURE! - in org.wildfly.camel.test.jcr.JcrIntegrationTest
[ERROR] testJcrProducer(org.wildfly.camel.test.jcr.JcrIntegrationTest) Time elapsed: 3.875 s <<< ERROR!
org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange[ID-MacBook-1558514137337-0-1]
at org.wildfly.camel.test.jcr.JcrIntegrationTest.testJcrProducer(JcrIntegrationTest.java:107)
Caused by: java.lang.NoClassDefFoundError: org/apache/tika/parser/Parser
at org.wildfly.camel.test.jcr.JcrIntegrationTest.testJcrProducer(JcrIntegrationTest.java:107)
Caused by: java.lang.ClassNotFoundException: org.apache.tika.parser.Parser from [Module "org.apache.jackrabbit" from local module loader @2890c451 (finder: local module finder @40e6dfe1 (roots: /Users/tdiesler/git/wildfly-camel/itests/standalone/basic/target/jboss-eap-7.2.0.GA-redhat-00005/modules,/Users/tdiesler/git/wildfly-camel/itests/standalone/basic/target/jboss-eap-7.2.0.GA-redhat-00005/modules/system/layers/fuse,/Users/tdiesler/git/wildfly-camel/itests/standalone/basic/target/jboss-eap-7.2.0.GA-redhat-00005/modules/system/layers/base))]
at org.wildfly.camel.test.jcr.JcrIntegrationTest.testJcrProducer(JcrIntegrationTest.java:107)