Multibit-Legacy / multibit

Deprecated Bitcoin Wallet
https://multibit.org
MIT License
462 stars 395 forks source link

mvn clean install fails #784

Open negatratoron opened 7 years ago

negatratoron commented 7 years ago

Hey guys, I am getting this error trying to install multibit. I am on tag v0.5.19.

\ mvn clean install      
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building MultiBit 0.5.18
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.google.zxing:javase:jar:1.6 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.495 s
[INFO] Finished at: 2017-05-09T14:23:04-05:00
[INFO] Final Memory: 9M/150M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project multibit: Could not resolve dependencies for project org.multibit:multibit:jar:0.5.18: Failure to find com.google.zxing:javase:jar:1.6 in http://distribution.bitcoinj.googlecode.com/git/releases was cached in the local repository, resolution will not be reattempted until the update interval of bitcoinj-release has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
bocytko commented 7 years ago

Try switching the version to 1.7 in the pom.xml file.