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 2018/08/29 03:14:56 UTC

[28/34] james-project git commit: JAMES-2521 assertj scope should be test in jwt module

JAMES-2521 assertj scope should be test in jwt module


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/d8faf61b
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/d8faf61b
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/d8faf61b

Branch: refs/heads/master
Commit: d8faf61b8b45042fba805cbaf72de63c9d227c5b
Parents: 4ac46d7
Author: Benoit Tellier <bt...@linagora.com>
Authored: Wed Aug 15 11:41:52 2018 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Wed Aug 29 10:12:45 2018 +0700

----------------------------------------------------------------------
 server/protocols/jwt/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/d8faf61b/server/protocols/jwt/pom.xml
----------------------------------------------------------------------
diff --git a/server/protocols/jwt/pom.xml b/server/protocols/jwt/pom.xml
index 22f9adb..1e8fb71 100644
--- a/server/protocols/jwt/pom.xml
+++ b/server/protocols/jwt/pom.xml
@@ -52,6 +52,7 @@
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>


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