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:42:16 UTC

svn commit: r1537315 - in /servicemix/smx4/bundles/trunk: fop-1.0/pom.xml pom.xml

Author: jbonofre
Date: Wed Oct 30 21:42:16 2013
New Revision: 1537315

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

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

Modified: servicemix/smx4/bundles/trunk/fop-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/fop-1.0/pom.xml?rev=1537315&r1=1537314&r2=1537315&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/fop-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/fop-1.0/pom.xml Wed Oct 30 21:42:16 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,
@@ -66,7 +66,6 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>false</optional>
         </dependency>
 
         <!-- sources -->
@@ -75,7 +74,6 @@
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
             <classifier>sources</classifier>
-            <optional>false</optional>
         </dependency>
     </dependencies>
 

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