You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/10/25 02:19:21 UTC

[GitHub] [james-project] quantranhong1999 commented on a change in pull request #707: JAMES-3539 Implement inmemory PushSubscriptionRepository and contract tests

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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org