You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2015/01/28 23:44:57 UTC

[4/7] incubator-calcite git commit: [CALCITE-567] Make "quidem" dependency have scope "test"

[CALCITE-567] Make "quidem" dependency have scope "test"


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

Branch: refs/heads/branch-1.0
Commit: 28907b7d10b7f46813b429c9f651d777645f9a0d
Parents: 7f815c9
Author: Julian Hyde <jh...@apache.org>
Authored: Mon Jan 26 16:45:26 2015 -0800
Committer: julianhyde <jh...@apache.org>
Committed: Mon Jan 26 17:21:20 2015 -0800

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/28907b7d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d11c3d2..644f7ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,7 @@ limitations under the License.
       <groupId>net.hydromatic</groupId>
       <artifactId>quidem</artifactId>
       <version>0.2</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.janino</groupId>