Repository: james-project Updated Branches: refs/heads/master b54f9604d -> dfb9af6ba
Revert "JAMES-1918 apache-james-backends-cassandra test jar was bound without scope test" This reverts commit 80245f1a66caf8bc1290849d3016cfc9948cb743. Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/dfb9af6b Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/dfb9af6b Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/dfb9af6b Branch: refs/heads/master Commit: dfb9af6bab039710334f7b279abd6c14d34a6e5f Parents: b54f960 Author: Antoine Duprat <[email protected]> Authored: Fri Feb 3 15:40:03 2017 +0100 Committer: Antoine Duprat <[email protected]> Committed: Fri Feb 3 15:40:03 2017 +0100 ---------------------------------------------------------------------- server/container/guice/cassandra-guice/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/dfb9af6b/server/container/guice/cassandra-guice/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/cassandra-guice/pom.xml b/server/container/guice/cassandra-guice/pom.xml index 70fec90..14d0079 100644 --- a/server/container/guice/cassandra-guice/pom.xml +++ b/server/container/guice/cassandra-guice/pom.xml @@ -195,7 +195,6 @@ <groupId>${project.groupId}</groupId> <artifactId>apache-james-backends-cassandra</artifactId> <type>test-jar</type> - <scope>test</scope> </dependency> <dependency> <groupId>org.apache.james</groupId> @@ -237,7 +236,7 @@ <artifactId>james-server-data-cassandra</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.james</groupId> <artifactId>james-server-data-jmap-cassandra</artifactId> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
