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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]