Dep: remove mongodb uber artifact
spring-boot-dependencies already provides the same artifacts as org.mongodb.mongo-java-driver.
@iluwatar Why are the tests MongoBankTest, MongoTicketRepositoryTest, and MongoEventLogTest disabled? What about using an embedded Mongo database or mocking the MongoClient?
spring-boot-dependenciesalready provides the same artifacts asorg.mongodb.mongo-java-driver.
Ok, in that case this is a good technical improvement to remove the duplication
@iluwatar Why are the tests
MongoBankTest,MongoTicketRepositoryTest, andMongoEventLogTestdisabled? What about using an embedded Mongo database or mocking theMongoClient?
I suppose the tests need a real MongoDB installed before they can run. What you suggest sounds like a good way forward. I'll create a new ticket about it.
Looks good! Thank you for the contribution 🎉







