Hi, I think you should mention in the documentation that conductor requires xml-apis :) ``` <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.4.01</version> </dependency> ```