SmithJosh commented on a change in pull request #145:
URL: https://github.com/apache/servicemix-bundles/pull/145#discussion_r485102424
##########
File path: poi-4.1.2/pom.xml
##########
@@ -201,6 +203,18 @@
<version>1.05</version>
<optional>false</optional>
</dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
Review comment:
It's not actually listed as a dependency in the poi-ooxml pom for some
reason, so isn't pulled in transitively. It is a compile dependency, though:
https://github.com/apache/poi/blob/REL_4_1_2/build.gradle#L243
I noticed the same is true for the bouncy castle dependency (used at
compile-time, missing in the POI pom), and it's not included here as a
dependency, so went ahead and removed batik-all anyway
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]