You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2020/07/03 02:03:57 UTC

[james-project] 02/15: JAMES-3150 unify play-json dependency version

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

commit 7ef2da79ea94953bdc2e22d67e72c68ae41398c2
Author: RĂ©mi Kowalski <rk...@linagora.com>
AuthorDate: Fri Jun 19 10:23:30 2020 +0200

    JAMES-3150 unify play-json dependency version
---
 mailbox/event/json/pom.xml             | 1 -
 server/blob/blob-deduplicating/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/mailbox/event/json/pom.xml b/mailbox/event/json/pom.xml
index a6a98d5..161b77d 100644
--- a/mailbox/event/json/pom.xml
+++ b/mailbox/event/json/pom.xml
@@ -60,7 +60,6 @@
         <dependency>
             <groupId>com.typesafe.play</groupId>
             <artifactId>play-json_${scala.base}</artifactId>
-            <version>2.8.1</version>
         </dependency>
         <dependency>
             <groupId>net.javacrumbs.json-unit</groupId>
diff --git a/server/blob/blob-deduplicating/pom.xml b/server/blob/blob-deduplicating/pom.xml
index 0bf6147..7f531e9 100644
--- a/server/blob/blob-deduplicating/pom.xml
+++ b/server/blob/blob-deduplicating/pom.xml
@@ -69,7 +69,6 @@
         <dependency>
             <groupId>com.typesafe.play</groupId>
             <artifactId>play-json_${scala.base}</artifactId>
-            <version>2.8.1</version>
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>


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