Claus Ibsen created SMX4-1244:
---------------------------------
Summary: Velocity bundle - Make ORO optional
Key: SMX4-1244
URL: https://issues.apache.org/jira/browse/SMX4-1244
Project: ServiceMix 4
Issue Type: Task
Components: Bundles
Reporter: Claus Ibsen
Priority: Minor
Velocity bundle
http://repo2.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.velocity/1.7_4/
The ORO library is only needed for JDK1.4 or older. JDK1.5 has regexp built in
the JVM now.
The bundle should have marked the ORO library option, so we can install and use
it without that old not needed library.
Error executing command: Could not start bundle
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/1.7_4
in feature(s) activemq-5.7-SNAPSHOT: Unresolved constraint in bundle
org.apache.servicemix.bundles.velocity [58]: Unable to resolve 58.0: missing
requirement [58.0] package; (package=org.apache.oro.text.perl)
The Velocity 1.7 JAR has it marked as optional as well
<dependency>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
<version>2.0.8</version>
<optional>true</optional>
</dependency>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira