Repository: calcite-avatica Updated Branches: refs/heads/master dbbf64542 -> 57b57ec1b
[CALCITE-1813] Use correct noop-driver artifactId Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/57b57ec1 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/57b57ec1 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/57b57ec1 Branch: refs/heads/master Commit: 57b57ec1bd7281dc5131b0c9602c62ca8b0b961b Parents: dbbf645 Author: Josh Elser <[email protected]> Authored: Tue May 30 17:50:42 2017 -0400 Committer: Josh Elser <[email protected]> Committed: Tue May 30 17:50:42 2017 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/57b57ec1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 29d3910..4550960 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ limitations under the License. </dependency> <dependency> <groupId>org.apache.calcite.avatica</groupId> - <artifactId>avatica-noop</artifactId> + <artifactId>avatica-noop-driver</artifactId> <version>${project.version}</version> </dependency> <dependency>
