NoClassDefFoundError on a google:guava dependency

I have built a custom plugin but when I try to run an analysis with it I get this error :

I’ve read online that it can come from a problem with dependencies. When I compile my plugin I get this warning that I think is the cause of this :

However I can’t seem to understand what part of my pom already provides the google:guava package.

My project looks like this :

Project
pom

  • toolkit
    • pom
  • plugin
    • pom

Here is the parent pom : pom.txt (5.5 KB)

Here is the plugin pom : pom.txt (6.1 KB)

Don’t hesitate to ask for further questions and thanks in advance :slight_smile: