DRILL-642: Fix for sqlline pom
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/7f0491ce Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/7f0491ce Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/7f0491ce Branch: refs/heads/master Commit: 7f0491ceaa223ba5c3d7c0ccb61bfd7ef46c78c7 Parents: 793a00d Author: Jacques Nadeau <[email protected]> Authored: Tue May 6 09:18:46 2014 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Tue May 6 09:20:03 2014 -0700 ---------------------------------------------------------------------- contrib/sqlline/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/7f0491ce/contrib/sqlline/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/sqlline/pom.xml b/contrib/sqlline/pom.xml index 0029b61..fb90134 100644 --- a/contrib/sqlline/pom.xml +++ b/contrib/sqlline/pom.xml @@ -29,8 +29,8 @@ <dependencies> <dependency> - <groupId>org.apache.drill</groupId> - <artifactId>drill-sqlparser</artifactId> + <groupId>org.apache.drill.exec</groupId> + <artifactId>drill-jdbc</artifactId> <version>${project.version}</version> </dependency>
