Vote count:
0
jcabi @RetryOnFailure cannot be resolved to a type
I have added both 'weaving' and jcabi dependency in my pom.xml <plugin> <groupId>com.jcabi</groupId> <artifactId>jcabi-maven-plugin</artifactId> <version>0.9.3</version> <executions> <execution> <goals> <goal>ajc</goal> </goals> </execution> </executions> </plugin> .... <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-aspects</artifactId> <version>0.21.1</version> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.6.12</version> <scope>runtime</scope> </dependency>
But @RetryOnFailure is not recognized. Am I missing something here?
asked 1 min ago
jcabi @RetryOnFailure cannot be resolved to a type
Aucun commentaire:
Enregistrer un commentaire