请问这是什么原因
Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.collect.ImmutableSet.of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
at org.openqa.selenium.os.ExecutableFinder.<clinit>(ExecutableFinder.java:37)
at org.openqa.selenium.os.CommandLine.find(CommandLine.java:107)
at org.openqa.selenium.firefox.internal.Executable.locateFirefoxBinaryFromPlatform(Executable.java:176)
at org.openqa.selenium.firefox.internal.Executable.<clinit>(Executable.java:46)
at org.openqa.selenium.firefox.FirefoxBinary.<init>(FirefoxBinary.java:60)
at org.openqa.selenium.firefox.FirefoxBinary.<init>(FirefoxBinary.java:56)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:124)
at com.example.tests.testDriver.main(testDriver.java:10)