reset password
Author Message
agedam
Posts: 15
Posted 15:35 Sep 26, 2012 |

While trying to install Maven SCM handler for Subleclipse, I am getting the following error:
 

Cannot complete the install because of a conflicting dependency.
  Software being installed: Maven SCM handler for Subclipse 0.14.0.201204121509 (org.sonatype.m2e.subclipse.feature.feature.group 0.14.0.201204121509)
  Software currently installed: Subclipse (Required) 1.6.18 (org.tigris.subversion.subclipse.feature.group 1.6.18)
  Only one of the following can be installed at once: 
    SVN Team Provider UI 1.6.18 (org.tigris.subversion.subclipse.ui 1.6.18)
    SVN Team Provider UI 1.8.15 (org.tigris.subversion.subclipse.ui 1.8.15)
  Cannot satisfy dependency:
    From: Maven SCM Handler for Subclipse 0.14.0.201204121509 (org.sonatype.m2e.subclipse 0.14.0.201204121509)
    To: bundle org.tigris.subversion.subclipse.ui [1.8.0,1.9.0)
  Cannot satisfy dependency:
    From: Maven SCM handler for Subclipse 0.14.0.201204121509 (org.sonatype.m2e.subclipse.feature.feature.group 0.14.0.201204121509)
    To: org.sonatype.m2e.subclipse [0.14.0.201204121509]
  Cannot satisfy dependency:
    From: Subclipse (Required) 1.6.18 (org.tigris.subversion.subclipse.feature.group 1.6.18)
    To: org.tigris.subversion.subclipse.ui [1.6.18]

Is there any solution for this error?
cysun
Posts: 2935
Posted 18:24 Sep 26, 2012 |
agedam wrote:

While trying to install Maven SCM handler for Subleclipse, I am getting the following error:
 

Cannot complete the install because of a conflicting dependency.
  Software being installed: Maven SCM handler for Subclipse 0.14.0.201204121509 (org.sonatype.m2e.subclipse.feature.feature.group 0.14.0.201204121509)
  Software currently installed: Subclipse (Required) 1.6.18 (org.tigris.subversion.subclipse.feature.group 1.6.18)
  Only one of the following can be installed at once: 
    SVN Team Provider UI 1.6.18 (org.tigris.subversion.subclipse.ui 1.6.18)
    SVN Team Provider UI 1.8.15 (org.tigris.subversion.subclipse.ui 1.8.15)
  Cannot satisfy dependency:
    From: Maven SCM Handler for Subclipse 0.14.0.201204121509 (org.sonatype.m2e.subclipse 0.14.0.201204121509)
    To: bundle org.tigris.subversion.subclipse.ui [1.8.0,1.9.0)
  Cannot satisfy dependency:
    From: Maven SCM handler for Subclipse 0.14.0.201204121509 (org.sonatype.m2e.subclipse.feature.feature.group 0.14.0.201204121509)
    To: org.sonatype.m2e.subclipse [0.14.0.201204121509]
  Cannot satisfy dependency:
    From: Subclipse (Required) 1.6.18 (org.tigris.subversion.subclipse.feature.group 1.6.18)
    To: org.tigris.subversion.subclipse.ui [1.6.18]

Is there any solution for this error?

As I mentioned in class, it looks like you had an older version of Subclipse. You can redo the setup from scratch, or uninstalling the old Subclipse (Help -> About Eclipse -> Installation Details -> ... -> Uninstall) may fix it too.