Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3
-
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?