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 2022/08/10 04:26:40 UTC

[GitHub] [james-project] vttranlina commented on a diff in pull request #1108: James 3797 Moving all source code related to SpamAssassin to module third-party/spamassassin

vttranlina commented on code in PR #1108:
URL: https://github.com/apache/james-project/pull/1108#discussion_r942004547


##########
third-party/spamassassin/pom.xml:
##########
@@ -84,6 +88,17 @@
             <artifactId>james-server-data-memory</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${james.groupId}</groupId>
+            <artifactId>james-server-guice-common</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${james.groupId}</groupId>
+            <artifactId>james-server-guice-configuration</artifactId>
+            <version>${james.baseVersion}</version>

Review Comment:
   I copied from the `examples` module. But yes, It's not necessary
   



-- 
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