Repository: james-project Updated Branches: refs/heads/master 3db272aa9 -> 9b350580b
JAMES-2521 server-utils test-jar scope should be test in backend-cassandra Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7f3f323a Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7f3f323a Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7f3f323a Branch: refs/heads/master Commit: 7f3f323a08db3b271d14f900eb68615e67b0d87e Parents: bdaa584 Author: Benoit Tellier <[email protected]> Authored: Wed Aug 15 10:40:09 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Aug 29 10:11:46 2018 +0700 ---------------------------------------------------------------------- backends-common/cassandra/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/7f3f323a/backends-common/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/backends-common/cassandra/pom.xml b/backends-common/cassandra/pom.xml index 7516b2b..c9a9e9a 100644 --- a/backends-common/cassandra/pom.xml +++ b/backends-common/cassandra/pom.xml @@ -51,6 +51,7 @@ <groupId>${james.groupId}</groupId> <artifactId>james-server-util</artifactId> <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
