Summary
After installing new version of the driver I realized that in my project there are some AWS SDK libraries imported from mongodb core driver, I think that such references should be avoided and left in other package specific for AWS / Azure etc. 
How to Reproduce
Just reference the driver
Additional Background
The driver is starting referencing some other components. In the past I had problem with different version of DnsClient, but now it seems that some cloud specific implementation is leaking as reference in core driver ... it does not seems really correct.

|