Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.7.0
-
None
-
None
Description
The version of jopt-simple (in cli/pom.xml, core/pom.xml and examples/pom.xml) is 3.2.
I'm working on github.com/brooklyncentral/brooklyn, which has a dependency on Whirr. I'd like to use the most recent jopt-simple (version 4.3) but this leads to the obvious classpath issues.
—
Interesting, platforms/karaf/feature/pom.xml has:
<jopt.simple.bundle.version>4.3_1</jopt.simple.bundle.version>
Does that mean if you use whirr in a Karaf OSGi container, it will be using 4.3 already?!