satyagraha / gfm_viewer

An Eclipse plugin providing an accurate view of GitHub Flavored Markdown (.md) files
94 stars 27 forks source link

lambda 2.4 dependency cannot be resolved when building locally with mvn clean package #88

Closed theseagull closed 5 years ago

theseagull commented 6 years ago

unfortunately the .\ext-deps\pom.xml has a dependency to google code lambdaj which seems to not exist anymore at the provided repository address https://lambdaj.googlecode.com/svn/trunk

Can anybody please provide a buildable version? Thank you so much KR Mario

paulvi commented 6 years ago

2.4 was used, says https://github.com/satyagraha/gfm_viewer/blob/master/ext-deps/pom.xml#L80

2.3.3 should be available for download as it is on maven Central https://javalibs.com/artifact/com.googlecode.lambdaj/lambdaj
so try to play with different versions, then maybe external repository is not needed at all.

Otherwise it is possible to get old released binaries and extract from there. But if the lambdaj project is dead, in long run it is better re-write to some other lib and to get read of lambdaj.

Anyway, wait if the author @satyagraha can express his view.

satyagraha commented 5 years ago

The lambdaj project has been migrated to GitHub: https://github.com/mariofusco/lambdaj. What you can do is: