Author: jbonofre
Date: Fri Nov 30 14:20:58 2012
New Revision: 1415650
URL: http://svn.apache.org/viewvc?rev=1415650&view=rev
Log:
[SMX4-1270] Fix optional resolution in import of scala-compiler 2.9.2 bundle
Modified:
servicemix/smx4/bundles/trunk/pom.xml
servicemix/smx4/bundles/trunk/scala-compiler-2.9.2/pom.xml
Modified: servicemix/smx4/bundles/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1415650&r1=1415649&r2=1415650&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Nov 30 14:20:58 2012
@@ -100,6 +100,7 @@
<module>poi-3.8</module>
<module>qpid-0.18</module>
<module>rjc-0.6.3</module>
+ <module>scala-compiler-2.9.2</module>
</modules>
</project>
Modified: servicemix/smx4/bundles/trunk/scala-compiler-2.9.2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/scala-compiler-2.9.2/pom.xml?rev=1415650&r1=1415649&r2=1415650&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/scala-compiler-2.9.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/scala-compiler-2.9.2/pom.xml Fri Nov 30
14:20:58 2012
@@ -60,7 +60,7 @@
<groupId>${pkgGroupId}</groupId>
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
- <optional>true</optional>
+ <optional>false</optional>
</dependency>
<!-- sources -->
@@ -69,7 +69,7 @@
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
<classifier>sources</classifier>
- <optional>true</optional>
+ <optional>false</optional>
</dependency>
</dependencies>