79165732

Date: 2024-11-07 09:20:21
Score: 1
Natty:
Report link

In my case adding

<dependency>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>common-java5</artifactId>
     <version>${maven-surefire-plugin.version}</version>
     <scope>test</scope>
  </dependency>

helped avoiding this error

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dmitry Tsigelnik