Author: jbonofre
Date: Wed Nov 28 12:07:59 2012
New Revision: 1414642
URL: http://svn.apache.org/viewvc?rev=1414642&view=rev
Log:
[SMX4-1270] Fix optional resolution in import of 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=1414642&r1=1414641&r2=1414642&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/fop-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/fop-1.0/pom.xml Wed Nov 28 12:07:59 2012
@@ -66,7 +66,7 @@
<groupId>${pkgGroupId}</groupId>
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
- <optional>true</optional>
+ <optional>false</optional>
</dependency>
<!-- sources -->
@@ -75,7 +75,7 @@
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
<classifier>sources</classifier>
- <optional>true</optional>
+ <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=1414642&r1=1414641&r2=1414642&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Nov 28 12:07:59 2012
@@ -71,6 +71,7 @@
<module>derby-10.9.1.0</module>
<module>derbynet-10.9.1.0</module>
<module>ehcache-2.6.2</module>
+ <module>fop-1.0</module>
</modules>
</project>