flapdoodle-oss / de.flapdoodle.embed.mongo.spring

embedded mongo spring integration
Apache License 2.0
32 stars 7 forks source link

Fix non-existing version in pom dependency management #41

Closed Philzen closed 11 months ago

Philzen commented 11 months ago

There is no v4.9.3 on mvn central (yet), so the project won't compile erroring with:

Could not find artifact de.flapdoodle.embed:de.flapdoodle.embed.mongo:jar:4.9.3 in central (https://repo.maven.apache.org/maven2)

michaelmosmann commented 11 months ago

@Philzen thanks:) i made a new release with version 4.9.3 as i had to change this version in more than one place (spring 3.0.x etc) .. so stay tuned. It should be in maven central soon (<24hrs).

Philzen commented 11 months ago

Thanks for the reply – works fine now.