[FIX] configure morphia that is compatible with mongo
This commit is contained in:
parent
7208db5bdf
commit
f0cf1acf8a
4
pom.xml
4
pom.xml
@ -192,7 +192,9 @@
|
||||
<dependency>
|
||||
<groupId>org.mongodb</groupId>
|
||||
<artifactId>mongodb-driver-sync</artifactId>
|
||||
<version>5.4.0-alpha0</version>
|
||||
<!--<version>5.3.1</version>-->
|
||||
<!--Morphia 2.4.x does not support version upper than 4.x-->
|
||||
<version>4.11.5</version>
|
||||
</dependency>
|
||||
<!-- Bean Validation (JSR 303 / 380) -->
|
||||
<dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user