You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2020/09/13 05:27:44 UTC

[servicemix-bundles] branch master updated: Add missing imports: javax.imageio.* and org.apache.batik.* (#145)

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 59b3987  Add missing imports: javax.imageio.* and org.apache.batik.* (#145)
59b3987 is described below

commit 59b3987d7efd4aa0e34c18583cc343788ca099c4
Author: Joshua Smith <Sm...@users.noreply.github.com>
AuthorDate: Sat Sep 12 22:25:54 2020 -0700

    Add missing imports: javax.imageio.* and org.apache.batik.* (#145)
    
    * Add missing imports: javax.imageio.* and org.apache.batik.*
    * Make javax.imageio.* optional, remove batik-all dependency
---
 poi-4.1.2/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/poi-4.1.2/pom.xml b/poi-4.1.2/pom.xml
index bf0dc41..a723707 100644
--- a/poi-4.1.2/pom.xml
+++ b/poi-4.1.2/pom.xml
@@ -95,7 +95,9 @@
             org.apache.xmlbeans.impl.schema,
             org.bouncycastle.*;resolution:=optional,
             org.apache.jcp.xml.dsig.internal.dom;resolution:=optional,
-            org.apache.xml.security.*;resolution:=optional
+            org.apache.xml.security.*;resolution:=optional,
+            org.apache.batik.*;resolution:=optional,
+            javax.imageio.*;resolution:=optional
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg>
             com.graphbuilder*;-split-package:=merge-first,