sonatype-nexus-community / nexus-repository-helm

At the Helm, Helm Yeah, v k8s
Eclipse Public License 1.0
97 stars 71 forks source link

Fix jline lib issue during bundle:start. #55

Closed Darkvar closed 5 years ago

Darkvar commented 5 years ago

Fixing an error during plugin temporary install.

Error executing command: Error executing command on bundles:
        Error starting bundle 251: Unable to resolve org.sonatype.nexus.plugins.nexus-repository-helm [251](R 251.0): missing requirement [org.sonatype.nexus.plugins.nexus-repository-helm [251](R 251.0)] osgi.wiring.package; (&(osgi.wiring.package=jline.internal)(version>=2.14.0)) Unresolved requirements: [[org.sonatype.nexus.plugins.nexus-repository-helm [251](R 251.0)] osgi.wiring.package; (&(osgi.wiring.package=jline.internal)(version>=2.14.0))]

Related PR #52