Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch Available
Description
The scala-compiler-2.9.1 bundle (http://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/scala-compiler-2.9.1) has a required import on package scala.tools.jline*. This package is not exported by scala-compiler itself, but does appear to be used somewhere since it is being imported.
Therefore, the attached patch modifies the POM to make the imports on scala.tools.jline* optional.