https://bz.apache.org/bugzilla/show_bug.cgi?id=65101
--- Comment #2 from dsubel...@redwood.cl --- Sure, that's the work around I implemented and got rid of the "maven-enforcer" violation. The current pom.xml looks like this: <dependencies> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>5.0.0</version> <exclusions> <exclusion> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.4.01</version> </dependency> </dependencies> However, I'm reporting this because the dependency conflict is within poi-ooxml and I think it should be tackle there. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org