diff --git a/src/main/java/io/ebeanservice/docstore/none/NoneDocStore.java b/src/main/java/io/ebeanservice/docstore/none/NoneDocStore.java index 8b44d7e9d..8331f6ccd 100644 --- a/src/main/java/io/ebeanservice/docstore/none/NoneDocStore.java +++ b/src/main/java/io/ebeanservice/docstore/none/NoneDocStore.java @@ -19,7 +19,7 @@ import java.util.function.Predicate; public class NoneDocStore implements DocumentStore { public static IllegalStateException implementationNotInClassPath() { - throw new IllegalStateException("DocStore implementation not included in the classPath. You need to add the maven dependency for avaje-ebeanorm-elastic"); + throw new IllegalStateException("DocStore implementation not included in the classPath. You need to add the maven dependency for io.ebean:ebean-elastic"); } @Override