You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/10/01 01:57:00 UTC

[james-project] branch master updated: Fix invalid json scope for james-json test-jar (#672)

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 35dccbd  Fix invalid json scope for james-json test-jar (#672)
35dccbd is described below

commit 35dccbdbc57d363fd279ea8360d3d994719aebff
Author: Jean Helou <jh...@codamens.fr>
AuthorDate: Fri Oct 1 03:56:55 2021 +0200

    Fix invalid json scope for james-json test-jar (#672)
---
 server/blob/blob-storage-strategy/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/blob/blob-storage-strategy/pom.xml b/server/blob/blob-storage-strategy/pom.xml
index ce924b9..e9beebf 100644
--- a/server/blob/blob-storage-strategy/pom.xml
+++ b/server/blob/blob-storage-strategy/pom.xml
@@ -48,7 +48,7 @@
             <groupId>${james.groupId}</groupId>
             <artifactId>james-json</artifactId>
             <type>test-jar</type>
-            <scope>json</scope>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>

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