From bc84364f6264573babf8aa2ee39ec60587de608b Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 18 Jun 2015 10:51:37 -0400 Subject: [PATCH] Added back a reference to the other plugin as well. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33ffb17..0e9ed1f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Embedded MongoDB will provide a platform neutral way for running mongodb in unit ### Other ways to use Embedded MongoDB -- in a Maven build using [maven-mongodb-plugin](https://github.com/Syncleus/maven-mongodb-plugin) +- in a Maven build using [maven-mongodb-plugin](https://github.com/Syncleus/maven-mongodb-plugin) or the older [embedmongo-maven-plugin](https://github.com/joelittlejohn/embedmongo-maven-plugin) - in a Clojure/Leiningen project using [lein-embongo](https://github.com/joelittlejohn/lein-embongo) - in a Gradle build using [gradle-mongo-plugin](https://github.com/sourcemuse/GradleMongoPlugin) - in a Scala/specs2 specification using [specs2-embedmongo](https://github.com/athieriot/specs2-embedmongo) -- GitLab