Unable to build Maven due to dependancy errors

Rob_PopeDec '17
I have a binding that is working fine in debug mode within Eclipse (development machine is running Windows 10) but I can’t build the jar using mvn install.

I previously had an issue when debugging that was resolved by only selecting one version of the Apache HTTPClient class HTTP Patch Method in Binding1

When trying mvn clean I get the following error:

[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.openhab.binding.draytonwiser 2.2.0.qualifier
[ERROR] Missing requirement: org.openhab.binding.draytonwiser 2.2.0.qualifier requires ‘package org.apache.http.client.methods 4.3.4’ but it could not be found
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.openhab.binding:org.openhab.binding.draytonwiser:2.2.0-SNAPSHOT @ c:\Users\poper\openhab2-master\git\openhab2-addons\addons\binding\org.openhab.binding.draytonwiser\pom.xml: See log for details -> [Help 1]

Try not doing that.

Is there a better solution