Repository: calcite Updated Branches: refs/heads/master 9464dd30a -> c3215241e
Commons:commons-pool2 is used in tests only, so use scope=test for it Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/c3215241 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/c3215241 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/c3215241 Branch: refs/heads/master Commit: c3215241e21fcf49d7cb7fac809300dbea9ceac2 Parents: 9464dd3 Author: Vladimir Sitnikov <[email protected]> Authored: Tue Sep 25 01:13:53 2018 +0300 Committer: Vladimir Sitnikov <[email protected]> Committed: Tue Sep 25 09:29:20 2018 +0300 ---------------------------------------------------------------------- core/pom.xml | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/c3215241/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 5321a14..046f437 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -62,6 +62,7 @@ limitations under the License. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>com.esri.geometry</groupId> http://git-wip-us.apache.org/repos/asf/calcite/blob/c3215241/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dc37145..c5e942b 100644 --- a/pom.xml +++ b/pom.xml @@ -238,6 +238,7 @@ limitations under the License. <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> <version>${commons-pool2.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>com.datastax.cassandra</groupId>
