quantranhong1999 commented on a change in pull request #707:
URL: https://github.com/apache/james-project/pull/707#discussion_r735216830
##########
File path: server/data/data-jmap/pom.xml
##########
@@ -76,6 +76,10 @@
<groupId>${james.groupId}</groupId>
<artifactId>james-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>${james.groupId}</groupId>
+ <artifactId>james-server-jmap-rfc-8621</artifactId>
Review comment:
We have cycle dependencies error here:
```
java: Annotation processing is not supported for module cycles. Please
ensure that all modules from cycle
[james-server-jmap-rfc-8621,james-server-data-jmap] are excluded from
annotation processing
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]