-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClassNotFoundException: com.google.common.base.Splitter #25
Comments
Adding guava dependency to <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
</dependency> |
@gmanjon |
The only dependency I added to my <dependency>
<groupId>io.logz.log4j2</groupId>
<artifactId>logzio-log4j2-appender</artifactId>
<version>1.0.9</version>
</dependency> |
@gmanjon |
No |
@gmanjon |
@gmanjon Should be fixed in the latest version |
@gmanjon - can we close this issue? |
Was this issue resolved? Got this error with 1.0.10:
|
Environment info:
Appender config:
Exception stacktrace:
If I open de uber jar
logzio-log4j2-appender-1.0.9.jar
the shadded package/io/logz/sender/com/google/common/base/
doesn't contain the classSplitter.class
(view attached image)The text was updated successfully, but these errors were encountered: