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

                 Key: UIMA-1768
                 URL: https://issues.apache.org/jira/browse/UIMA-1768
             Project: UIMA
          Issue Type: Improvement
          Components: Build, Packaging and Test
    Affects Versions: 2.3
            Reporter: Marshall Schor
            Assignee: Jörn Kottmann


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?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to