You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ma...@apache.org on 2015/11/02 15:16:00 UTC

svn commit: r1712008 - /james/project/trunk/server/data/data-hbase/pom.xml

Author: matthieu
Date: Mon Nov  2 14:16:00 2015
New Revision: 1712008

URL: http://svn.apache.org/viewvc?rev=1712008&view=rev
Log:
JAMES-1629 Fix bad scope

	   Contributed by Antoine Duprat

Modified:
    james/project/trunk/server/data/data-hbase/pom.xml

Modified: james/project/trunk/server/data/data-hbase/pom.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/server/data/data-hbase/pom.xml?rev=1712008&r1=1712007&r2=1712008&view=diff
==============================================================================
--- james/project/trunk/server/data/data-hbase/pom.xml (original)
+++ james/project/trunk/server/data/data-hbase/pom.xml Mon Nov  2 14:16:00 2015
@@ -98,12 +98,6 @@
         </dependency>
         <!-- Test dependencies -->
         <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <scope>test</scope>
-            <version>13.0</version>
-        </dependency>
-        <dependency>
             <groupId>info.cukes</groupId>
             <artifactId>cucumber-java</artifactId>
             <scope>test</scope>
@@ -119,6 +113,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <version>13.0</version>
+        </dependency>
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org