Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-18444

jst.web.kb should not depend on org.codehaus.plexus.util

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.2.0.CR2
    • 4.2.0.CR1
    • common
    • None

      On my local environment using m2e 1.6, I see some failure starting eclipse :

       Unresolved requirement: Require-Bundle: org.jboss.tools.jst.web.kb; visibility:="reexport"
                        -> Bundle-SymbolicName: org.jboss.tools.jst.web.kb; bundle-version="3.6.0.CR1-v20140711-0354-B645"; singleton:="true"
                           org.jboss.tools.jst.web.kb [989]
                             Unresolved requirement: Import-Package: org.codehaus.plexus.util
      

      plexus is provided by the m2e runtime, so should not be a dependency of jst (which was added by this commit).

      Apache commons-io should be used in RemoteFileManager instead, as it is available in eclipse orbit. It provides the same capabilities :

      I'm not entirely sure why I see the error in my workspace, plexus should be available, but the real point here, is that this dependency should never be there in the first place.

            alexeykazakov Alexey Kazakov
            fbricon@redhat.com Fred Bricon
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: