Re: MongoDB download now no longer works

2020-05-05 Thread Karl Wright
Thanks, yes, 2.2.0 works fine. Karl On Tue, May 5, 2020 at 10:32 AM Michael Cizmar wrote: > Looks like that is using version 2.1.2-SNAPSHOT. Key part I think is > "Snapshot". I did a search and found this one (and there is a 2.1.2 > version): > > >

Re: MongoDB download now no longer works

2020-05-05 Thread Michael Cizmar
Looks like that is using version 2.1.2-SNAPSHOT. Key part I think is "Snapshot". I did a search and found this one (and there is a 2.1.2 version): https://search.maven.org/artifact/de.flapdoodle.embed/de.flapdoodle.embed.mongo/2.2.0/jar and it appears to be available for download still:

MongoDB download now no longer works

2020-05-05 Thread Karl Wright
A unit test for the MongoDB connector needs to download a version of MongoDB to do this testing. Unfortunately it looks like MongoDB has removed their old, free versions from the download repository. We get this now: C:\wip\mcf\trunk\connectors\mongodb>ant download-dependencies Buildfile: