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 2013/10/30 22:45:47 UTC

svn commit: r1537316 - in /servicemix/smx4/bundles/trunk: fop-1.1/pom.xml pom.xml

Author: jbonofre
Date: Wed Oct 30 21:45:47 2013
New Revision: 1537316

URL: http://svn.apache.org/r1537316
Log:
[SMX4-1581] Set batik import optional in fop 1.1 bundle

Modified:
    servicemix/smx4/bundles/trunk/fop-1.1/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/fop-1.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/fop-1.1/pom.xml?rev=1537316&r1=1537315&r2=1537316&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/fop-1.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/fop-1.1/pom.xml Wed Oct 30 21:45:47 2013
@@ -48,7 +48,7 @@
             javax.xml.parsers,
             javax.xml.transform*,
             org.xml.sax*,
-            org.apache.batik*,
+            org.apache.batik*;resolution:=optional,
             org.apache.commons.io*,
             org.apache.xmlgraphics*,
             javax.media.jai;resolution:=optional,

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1537316&r1=1537315&r2=1537316&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Oct 30 21:45:47 2013
@@ -65,6 +65,7 @@
         <module>json4s-3.2.5</module>
         <module>gae-1.8.6</module>
         <module>fop-1.0</module>
+        <module>fop-1.1</module>
     </modules>
 
 </project>