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 <[email protected]> Authored: Wed Aug 15 11:41:52 2018 +0700 Committer: Benoit Tellier <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
