JAMES-2441 Bind test dependencies in test scope
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/fffdff9a Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/fffdff9a Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/fffdff9a Branch: refs/heads/master Commit: fffdff9ac24a77fddeed14d5d78b3d474372ce1f Parents: 3448c5e Author: benwa <[email protected]> Authored: Wed Jul 4 10:19:18 2018 +0700 Committer: benwa <[email protected]> Committed: Wed Jul 4 15:58:29 2018 +0700 ---------------------------------------------------------------------- server/container/guice/cassandra-ldap-guice/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/fffdff9a/server/container/guice/cassandra-ldap-guice/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/cassandra-ldap-guice/pom.xml b/server/container/guice/cassandra-ldap-guice/pom.xml index b7f64a7..84e4042 100644 --- a/server/container/guice/cassandra-ldap-guice/pom.xml +++ b/server/container/guice/cassandra-ldap-guice/pom.xml @@ -72,6 +72,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>james-server-data-ldap-integration-testing</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
