https://bz.apache.org/bugzilla/show_bug.cgi?id=58617
--- Comment #7 from Uwe Schindler (ASF) <[email protected]> --- Hi, I reviewed the whole stuff. Looks fine. But there is one problem: You are explicitely excluding the POITypeLoader from the schema.jar file, but this causes the ooxml-schema.jar file not to be used on its own (without poi). In that case it would need a dependency (circular) to POI itsself (also in Maven Central's POM files). Maybe move the type loader to the schema jar and don't have it in POI? The problem is only that you would have the same class file in multiple JARs, which may make the Ealsticsearch "jarhell" checker crazy (it does not allow same class file names in multiple jars when booting up elasticsearch; to prevent "jar hell"). Second, do you not also need to update the ooxml-security version to 1.1? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
