Author: jbonofre
Date: Thu Nov 29 14:30:32 2012
New Revision: 1415180
URL: http://svn.apache.org/viewvc?rev=1415180&view=rev
Log:
[SMX4-1270] Fix optional resolution in import of jdo2-api 2.0 bundle
Modified:
servicemix/smx4/bundles/trunk/jdo2-api-2.0/pom.xml
servicemix/smx4/bundles/trunk/pom.xml
Modified: servicemix/smx4/bundles/trunk/jdo2-api-2.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jdo2-api-2.0/pom.xml?rev=1415180&r1=1415179&r2=1415180&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jdo2-api-2.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jdo2-api-2.0/pom.xml Thu Nov 29 14:30:32 2012
@@ -54,7 +54,7 @@
<groupId>${pkgGroupId}</groupId>
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
- <optional>true</optional>
+ <optional>false</optional>
</dependency>
<!-- sources -->
@@ -102,4 +102,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: servicemix/smx4/bundles/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1415180&r1=1415179&r2=1415180&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Nov 29 14:30:32 2012
@@ -82,6 +82,7 @@
<module>hbase-0.94.2</module>
<module>jain-sip-ri-1.2.169</module>
<module>jaxen-1.1.4</module>
+ <module>jdo2-api-2.0</module>
</modules>
</project>