Repository: james-project
Updated Branches:
  refs/heads/master eeb04abaa -> b54f9604d


JAMES-1918 apache-james-backends-cassandra test jar was bound without scope test


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

Branch: refs/heads/master
Commit: 80245f1a66caf8bc1290849d3016cfc9948cb743
Parents: eeb04ab
Author: Benoit Tellier <[email protected]>
Authored: Tue Jan 24 11:03:17 2017 +0700
Committer: Benoit Tellier <[email protected]>
Committed: Fri Feb 3 16:40:26 2017 +0700

----------------------------------------------------------------------
 server/container/guice/cassandra-guice/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/80245f1a/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 be98559..f4699c3 100644
--- a/server/container/guice/cassandra-guice/pom.xml
+++ b/server/container/guice/cassandra-guice/pom.xml
@@ -195,6 +195,7 @@
                     <groupId>${project.groupId}</groupId>
                     <artifactId>apache-james-backends-cassandra</artifactId>
                     <type>test-jar</type>
+                    <scope>test</scope>
                 </dependency>
                 <dependency>
                     <groupId>${project.groupId}</groupId>
@@ -230,7 +231,7 @@
                     <artifactId>james-server-data-cassandra</artifactId>
                 </dependency>
                 <dependency>
-                    <groupId>org.apache.james</groupId>
+                    <groupId>${project.groupId}</groupId>
                     <artifactId>james-server-data-jmap-cassandra</artifactId>
                 </dependency>
                 <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to