You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2016/04/07 19:30:36 UTC

calcite git commit: [CALCITE-1194] Set test scope on JUnit

Repository: calcite
Updated Branches:
  refs/heads/master 576c1a1ee -> a5928f046


[CALCITE-1194] Set test scope on JUnit


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/a5928f04
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/a5928f04
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/a5928f04

Branch: refs/heads/master
Commit: a5928f04655df08e1680ef508219e957575ac8d1
Parents: 576c1a1
Author: Josh Elser <el...@apache.org>
Authored: Thu Apr 7 13:26:03 2016 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Thu Apr 7 13:26:03 2016 -0400

----------------------------------------------------------------------
 avatica/metrics/pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/a5928f04/avatica/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/metrics/pom.xml b/avatica/metrics/pom.xml
index 4e6d97b..f6c6301 100644
--- a/avatica/metrics/pom.xml
+++ b/avatica/metrics/pom.xml
@@ -34,14 +34,15 @@ limitations under the License.
 
   <dependencies>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>