79519925

Date: 2025-03-19 10:42:50
Score: 0.5
Natty:
Report link

To resolve this issue, you need to change the scope of the Guava dependency from test to compile

    <dependency>
        <groupId>com.google.guava</groupId>
        <artifactId>guava</artifactId>
        <version>20.0</version>
        <scope>compile</scope>
    </dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ali BOUHLEL