Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-1768

bundle build failing for cas editor due to maybe wrong eclipse dependency

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3
    • 2.3.1SDK
    • None

    Description

      When I build using my m2eclipse environment, I get a report that the dependency for
      <groupId>org.eclipse.swt</groupId>
      <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>

      and

      <groupId>org.eclipse.ui</groupId>
      <artifactId>views</artifactId>

      both of which specify version

      <version>[3.3.0.0,4.0.0)</version>

      can't be resolved, because there isn't any version that matches in the repositories. If I change the lower bound to 3.2.0 - it works.

      The eclipse stuff seems to be in the

      repo1.maven.org/eclipse/org/eclipse ... etc. and if you look there, there are only the 3.2.0 and 3.2.1 versions, which is why changing this to 3.2.0 as the lower bound makes it work.

      Is this ok to change?

      Attachments

        Activity

          People

            joern Jörn Kottmann
            schor Marshall Schor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: