I have a problem in my 'MAVEN project' when it tries to access mongodb with authentication:
500 - javax.script.ScriptException: groovy.lang.MissingMethodException: No signature of method: static com.mongodb.MongoCredential.createScramSha1Credential() is applicable for argument types: (java.lang.String, java.lang.String, [C) values:...
The reason is the 'mongo-java-driver-2.11.3.jar' does not support 'SCRAM-SHA1',so i deleted it and in POM.XML joined the 'mongo-java-driver-2.13.3',but Jmeter Configuring automatically download the 'mongo-java-driver-2.11.3.jar' again:
How to solve the problem? Any help would be appreciated.